Merge pull request #10805 from wenjiaswe/rebase-distroless

Dockerfile: Rebase etcd image to debian
This commit is contained in:
Gyuho Lee 2019-07-23 11:42:48 -07:00 committed by GitHub
commit a9047850de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:latest
FROM k8s.gcr.io/debian-base:v1.0.0
ADD etcd /usr/local/bin/
ADD etcdctl /usr/local/bin/

View File

@ -1,4 +1,4 @@
FROM aarch64/ubuntu:16.04
FROM k8s.gcr.io/debian-base-arm64:v1.0.0
ADD etcd /usr/local/bin/
ADD etcdctl /usr/local/bin/

View File

@ -1,4 +1,4 @@
FROM ppc64le/alpine:latest
FROM k8s.gcr.io/debian-base-ppc64le:v1.0.0
ADD etcd /usr/local/bin/
ADD etcdctl /usr/local/bin/