mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-17 07:03:31 +00:00
Merge pull request #105158 from justaugustus/its-a-bullseye
releng: Update build images to Debian 11 (Bullseye)
This commit is contained in:
@@ -1 +1 @@
|
||||
v1.23.0-go1.17.1-buster.0
|
||||
v1.23.0-go1.17.1-bullseye.1
|
||||
|
@@ -90,9 +90,9 @@ readonly KUBE_RSYNC_PORT="${KUBE_RSYNC_PORT:-}"
|
||||
readonly KUBE_CONTAINER_RSYNC_PORT=8730
|
||||
|
||||
# These are the default versions (image tags) for their respective base images.
|
||||
readonly __default_debian_iptables_version=buster-v1.6.7
|
||||
readonly __default_go_runner_version=v2.3.1-go1.17.1-buster.0
|
||||
readonly __default_setcap_version=buster-v2.0.4
|
||||
readonly __default_debian_iptables_version=bullseye-v1.0.0
|
||||
readonly __default_go_runner_version=v2.3.1-go1.17.1-bullseye.0
|
||||
readonly __default_setcap_version=bullseye-v1.0.0
|
||||
|
||||
# These are the base images for the Docker-wrapped binaries.
|
||||
readonly KUBE_GORUNNER_IMAGE="${KUBE_GORUNNER_IMAGE:-$KUBE_BASE_IMAGE_REGISTRY/go-runner:$__default_go_runner_version}"
|
||||
|
@@ -114,13 +114,13 @@ dependencies:
|
||||
match: 'GOLANG_VERSION\?=\d+.\d+(alpha|beta|rc)?\.?(\d+)?'
|
||||
|
||||
- name: "k8s.gcr.io/kube-cross: dependents"
|
||||
version: v1.23.0-go1.17.1-buster.0
|
||||
version: v1.23.0-go1.17.1-bullseye.1
|
||||
refPaths:
|
||||
- path: build/build-image/cross/VERSION
|
||||
|
||||
# Base images
|
||||
- name: "k8s.gcr.io/debian-base: dependents"
|
||||
version: buster-v1.9.0
|
||||
version: bullseye-v1.0.0
|
||||
refPaths:
|
||||
- path: cluster/images/etcd/Makefile
|
||||
match: BASEIMAGE\?\=k8s\.gcr\.io\/build-image\/debian-base:[a-zA-Z]+\-v((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)
|
||||
@@ -136,7 +136,7 @@ dependencies:
|
||||
match: BASE_IMAGE_VERSION\?=
|
||||
|
||||
- name: "k8s.gcr.io/debian-iptables: dependents"
|
||||
version: buster-v1.6.7
|
||||
version: bullseye-v1.0.0
|
||||
refPaths:
|
||||
- path: build/common.sh
|
||||
match: __default_debian_iptables_version=
|
||||
@@ -144,7 +144,7 @@ dependencies:
|
||||
match: configs\[DebianIptables\] = Config{list\.BuildImageRegistry, "debian-iptables", "[a-zA-Z]+\-v((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)"}
|
||||
|
||||
- name: "k8s.gcr.io/go-runner: dependents"
|
||||
version: v2.3.1-go1.17.1-buster.0
|
||||
version: v2.3.1-go1.17.1-bullseye.0
|
||||
refPaths:
|
||||
- path: build/common.sh
|
||||
match: __default_go_runner_version=
|
||||
@@ -208,7 +208,7 @@ dependencies:
|
||||
match: configs\[Pause\] = Config{list\.GcRegistry, "pause", "\d+\.\d+(.\d+)?"}
|
||||
|
||||
- name: "k8s.gcr.io/setcap: dependents"
|
||||
version: buster-v2.0.4
|
||||
version: bullseye-v1.0.0
|
||||
refPaths:
|
||||
- path: build/common.sh
|
||||
match: __default_setcap_version=
|
||||
|
Reference in New Issue
Block a user