upgrade docker images to alpine 3.12 (#9934)

master
Harshavardhana 4 years ago committed by GitHub
parent 3b813148b3
commit dcffd87e08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Dockerfile
  2. 2
      Dockerfile.arm.release
  3. 2
      Dockerfile.arm64.release
  4. 2
      Dockerfile.dev
  5. 2
      Dockerfile.ppc64le.release
  6. 2
      Dockerfile.release
  7. 2
      Dockerfile.s390x.release

@ -11,7 +11,7 @@ RUN \
git clone https://github.com/minio/minio && cd minio && \
git checkout master && go install -v -ldflags "$(go run buildscripts/gen-ldflags.go)"
FROM alpine:3.10
FROM alpine:3.12
ENV MINIO_UPDATE off
ENV MINIO_ACCESS_KEY_FILE=access_key \

@ -1,5 +1,5 @@
FROM multiarch/qemu-user-static:x86_64-arm as qemu
FROM arm32v7/alpine:3.10
FROM arm32v7/alpine:3.12
LABEL maintainer="MinIO Inc <dev@min.io>"

@ -1,5 +1,5 @@
FROM multiarch/qemu-user-static:x86_64-aarch64 as qemu
FROM arm64v8/alpine:3.10
FROM arm64v8/alpine:3.12
LABEL maintainer="MinIO Inc <dev@min.io>"

@ -1,4 +1,4 @@
FROM alpine:3.10
FROM alpine:3.12
LABEL maintainer="MinIO Inc <dev@min.io>"

@ -1,5 +1,5 @@
FROM multiarch/qemu-user-static:x86_64-ppc64le as qemu
FROM ppc64le/alpine:3.10
FROM ppc64le/alpine:3.12
LABEL maintainer="MinIO Inc <dev@min.io>"

@ -1,4 +1,4 @@
FROM alpine:3.10
FROM alpine:3.12
LABEL maintainer="MinIO Inc <dev@min.io>"

@ -1,5 +1,5 @@
FROM multiarch/qemu-user-static:x86_64-s390x as qemu
FROM s390x/alpine:3.10
FROM s390x/alpine:3.12
LABEL maintainer="MinIO Inc <dev@min.io>"

Loading…
Cancel
Save