mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-10 12:32:03 +00:00
Merge pull request #119247 from saschagrunert/setcap
setcap: update to debian bookworm v1.0.0
This commit is contained in:
commit
a8b90c9008
@ -98,7 +98,7 @@ readonly KUBE_CONTAINER_RSYNC_PORT=8730
|
||||
# These are the default versions (image tags) for their respective base images.
|
||||
readonly __default_distroless_iptables_version=v0.2.5
|
||||
readonly __default_go_runner_version=v2.3.1-go1.20.5-bullseye.0
|
||||
readonly __default_setcap_version=bullseye-v1.4.2
|
||||
readonly __default_setcap_version=bookworm-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}"
|
||||
|
@ -233,8 +233,8 @@ dependencies:
|
||||
- path: test/utils/image/manifest.go
|
||||
match: configs\[Pause\] = Config{list\.GcRegistry, "pause", "\d+\.\d+(.\d+)?"}
|
||||
|
||||
- name: "registry.k8s.io/setcap: dependents"
|
||||
version: bullseye-v1.4.2
|
||||
- name: "registry.k8s.io/build-image/setcap: dependents"
|
||||
version: bookworm-v1.0.0
|
||||
refPaths:
|
||||
- path: build/common.sh
|
||||
match: __default_setcap_version=
|
||||
|
Loading…
Reference in New Issue
Block a user