Skip to content

Commit

Permalink
chore(build): update alpine base images to 3.11.5 (#1660)
Browse files Browse the repository at this point in the history
update the alpine image to 3.11.5

Signed-off-by: shubham <[email protected]>
  • Loading branch information
shubham14bajpai authored Apr 10, 2020
1 parent 8faf79f commit 5ce96e6
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion buildscripts/apiserver/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# maya api server's releases.
#

FROM alpine:3.6
FROM alpine:3.11.5

# TODO: The following env variables should be auto detected.
ENV MAYA_API_SERVER_NETWORK="eth0"
Expand Down
2 changes: 1 addition & 1 deletion buildscripts/cspc-operator-debug/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This Dockerfile builds a recent cspc-operator using the latest binary from
# cspc-operator releases.
#
FROM alpine:3.6
FROM alpine:3.11.5

RUN apk add --no-cache \
iproute2 \
Expand Down
2 changes: 1 addition & 1 deletion buildscripts/cspc-operator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This Dockerfile builds a recent cspc-operator using the latest binary from
# cspc-operator releases.
#
FROM alpine:3.6
FROM alpine:3.11.5

RUN apk add --no-cache \
iproute2 \
Expand Down
2 changes: 1 addition & 1 deletion buildscripts/cvc-operator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.10
FROM alpine:3.11.5

RUN apk add --no-cache \
iproute2 \
Expand Down
2 changes: 1 addition & 1 deletion buildscripts/mayactl/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This Dockerfile builds a recent maya container with latest code
#

FROM alpine:3.6
FROM alpine:3.11.5

RUN apk --no-cache add libc6-compat

Expand Down
2 changes: 1 addition & 1 deletion buildscripts/openebs-cluster/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# its latest binary
#

FROM alpine:3.6
FROM alpine:3.11.5

# copy the latest binary
COPY openebs-cluster /usr/local/bin/
Expand Down
2 changes: 1 addition & 1 deletion buildscripts/provisioner-localpv/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.6
FROM alpine:3.11.5

RUN apk add --no-cache \
iproute2 \
Expand Down
2 changes: 1 addition & 1 deletion buildscripts/upgrade/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# its latest binary
#

FROM alpine:3.6
FROM alpine:3.11.5

# copy the latest binary
COPY upgrade /usr/local/bin/upgrade
Expand Down

0 comments on commit 5ce96e6

Please sign in to comment.