images: Use Kubernetes debian-base:bullseye-v1.1.0 as base image

Signed-off-by: Stephen Augustus <foo@auggie.dev>
This commit is contained in:
Stephen Augustus 2021-12-17 16:06:37 -05:00
parent 42840d0fda
commit bbb187dcc0
No known key found for this signature in database
GPG Key ID: 5C9566007B24BDA9
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/