Skip to content

Commit

Permalink
Dockerfile*: Switch baseimage to k8s hosted one
Browse files Browse the repository at this point in the history
See also: kubernetes/release@509fb40

Signed-off-by: Manuel Rüger <manuel@rueg.eu>
  • Loading branch information
mrueg committed Mar 31, 2022
1 parent 12ceac6 commit 3a2789d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions Dockerfile-release.amd64
@@ -1,5 +1,4 @@
# TODO: move to k8s.gcr.io/build-image/debian-base:bullseye-v1.y.z when patched
FROM debian:bullseye-20210927
FROM k8s.gcr.io/build-image/debian-base:bullseye-v1.1.0

ADD etcd /usr/local/bin/
ADD etcdctl /usr/local/bin/
Expand Down
3 changes: 1 addition & 2 deletions Dockerfile-release.arm64
@@ -1,5 +1,4 @@
# TODO: move to k8s.gcr.io/build-image/debian-base-arm64:bullseye-1.y.z when patched
FROM arm64v8/debian:bullseye-20210927
FROM k8s.gcr.io/build-image/debian-base-arm64:bullseye-v1.1.0

ADD etcd /usr/local/bin/
ADD etcdctl /usr/local/bin/
Expand Down
3 changes: 1 addition & 2 deletions Dockerfile-release.ppc64le
@@ -1,5 +1,4 @@
# TODO: move to k8s.gcr.io/build-image/debian-base-ppc64le:bullseye-1.y.z when patched
FROM ppc64le/debian:bullseye-20210927
FROM k8s.gcr.io/build-image/debian-base-ppc64le:bullseye-v1.1.0

ADD etcd /usr/local/bin/
ADD etcdctl /usr/local/bin/
Expand Down
3 changes: 1 addition & 2 deletions Dockerfile-release.s390x
@@ -1,5 +1,4 @@
# TODO: move to k8s.gcr.io/build-image/debian-base-s390x:bullseye-1.y.z when patched
FROM s390x/debian:bullseye-20210927
FROM k8s.gcr.io/build-image/debian-base-s390x:bullseye-v1.1.0

ADD etcd /usr/local/bin/
ADD etcdctl /usr/local/bin/
Expand Down

0 comments on commit 3a2789d

Please sign in to comment.