Skip to content

Commit

Permalink
Rebase etcd image to debian
Browse files Browse the repository at this point in the history
  • Loading branch information
wenjiaswe committed Jun 7, 2019
1 parent ea0be95 commit 9d5fb52
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-release
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-release.arm64
@@ -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/
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-release.ppc64le
@@ -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/
Expand Down

0 comments on commit 9d5fb52

Please sign in to comment.