Commit c2777757 by kmova

move to alpine 3.12 for base image

Signed-off-by: 's avatarkmova <kiran.mova@mayadata.io> (cherry picked from commit 01cc0805a06cdab6c31dbb10613ad4ad26f13b1e)
parent df11650b
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
FROM multiarch/alpine:armhf-v3.10 FROM multiarch/alpine:armhf-v3.12
RUN apk update --no-cache && apk add ca-certificates RUN apk update --no-cache && apk add ca-certificates
COPY nfs-subdir-external-provisioner /nfs-subdir-external-provisioner COPY nfs-subdir-external-provisioner /nfs-subdir-external-provisioner
ENTRYPOINT ["/nfs-subdir-external-provisioner"] ENTRYPOINT ["/nfs-subdir-external-provisioner"]
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
FROM alpine:3.11 FROM alpine:3.12
RUN apk update --no-cache && apk add ca-certificates RUN apk update --no-cache && apk add ca-certificates
COPY nfs-subdir-external-provisioner /nfs-subdir-external-provisioner COPY nfs-subdir-external-provisioner /nfs-subdir-external-provisioner
ENTRYPOINT ["/nfs-subdir-external-provisioner"] ENTRYPOINT ["/nfs-subdir-external-provisioner"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment