Skip to content

Commit

Permalink
Update Alpine base image
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjplant authored and Paweł Szulik committed Mar 15, 2022
1 parent 3648766 commit 6681d68
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deploy/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.12 AS build
FROM alpine:3.15 AS build

RUN apk --no-cache add libc6-compat device-mapper findutils zfs build-base linux-headers python3 bash git wget cmake pkgconfig ndctl-dev && \
apk --no-cache add thin-provisioning-tools --repository http://dl-3.alpinelinux.org/alpine/edge/main/ && \
Expand Down Expand Up @@ -32,7 +32,7 @@ ENV GO_FLAGS="-tags=libpfm,netgo,libipmctl"

RUN ./build/build.sh

FROM alpine:3.12
FROM alpine:3.15
MAINTAINER dengnan@google.com vmarmol@google.com vishnuk@google.com jimmidyson@gmail.com stclair@google.com

RUN apk --no-cache add libc6-compat device-mapper findutils zfs ndctl && \
Expand Down
4 changes: 2 additions & 2 deletions deploy/Dockerfile.ppc64le
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM ppc64le/alpine:3.10
MAINTAINER dashpole@google.com lysannef@us.ibm.com
FROM ppc64le/alpine:3.15
5AINTAINER dashpole@google.com lysannef@us.ibm.com

RUN apk --no-cache add libc6-compat device-mapper findutils zfs && \
apk --no-cache add thin-provisioning-tools --repository http://dl-3.alpinelinux.org/alpine/edge/main/ && \
Expand Down

0 comments on commit 6681d68

Please sign in to comment.