Merge pull request #13546 from justaugustus/debian-base-bullseye

images: Use Kubernetes debian-base:bullseye-v1.1.0 as base image
This commit is contained in:
Piotr Tabor 2021-12-21 10:44:03 +01:00 committed by GitHub
commit 7ff2c7714e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 8 deletions

View File

@ -1,5 +1,5 @@
# TODO: move to k8s.gcr.io/build-image/debian-base:bullseye-v1.y.z when patched
FROM debian:bullseye-20210927
# base image source: https://git.k8s.io/release/images/build/debian-base
FROM --platform=linux/amd64 k8s.gcr.io/build-image/debian-base:bullseye-v1.1.0
ADD etcd /usr/local/bin/
ADD etcdctl /usr/local/bin/

View File

@ -1,5 +1,5 @@
# TODO: move to k8s.gcr.io/build-image/debian-base-arm64:bullseye-1.y.z when patched
FROM arm64v8/debian:bullseye-20210927
# base image source: https://git.k8s.io/release/images/build/debian-base
FROM --platform=linux/arm64 k8s.gcr.io/build-image/debian-base:bullseye-v1.1.0
ADD etcd /usr/local/bin/
ADD etcdctl /usr/local/bin/

View File

@ -1,5 +1,5 @@
# TODO: move to k8s.gcr.io/build-image/debian-base-ppc64le:bullseye-1.y.z when patched
FROM ppc64le/debian:bullseye-20210927
# base image source: https://git.k8s.io/release/images/build/debian-base
FROM --platform=linux/ppc64le k8s.gcr.io/build-image/debian-base:bullseye-v1.1.0
ADD etcd /usr/local/bin/
ADD etcdctl /usr/local/bin/

View File

@ -1,5 +1,5 @@
# TODO: move to k8s.gcr.io/build-image/debian-base-s390x:bullseye-1.y.z when patched
FROM s390x/debian:bullseye-20210927
# base image source: https://git.k8s.io/release/images/build/debian-base
FROM --platform=linux/s390x k8s.gcr.io/build-image/debian-base:bullseye-v1.1.0
ADD etcd /usr/local/bin/
ADD etcdctl /usr/local/bin/