@@ -383,10 +383,11 @@ dependencies:
383383 match : OS_CODENAME\ \?=\ bullseye
384384 - path : images/build/cross/variants.yaml
385385 match : " OS_CODENAME: 'bullseye'"
386- - path : images/build/debian-base/Makefile
387- match : CONFIG\ \?=\ bullseye
388- - path : images/build/debian-base/variants.yaml
389- match : " CONFIG: 'bullseye'"
386+ # TODO: revert once all images are on bookworm
387+ # - path: images/build/debian-base/Makefile
388+ # match: CONFIG\ \?=\ bullseye
389+ # - path: images/build/debian-base/variants.yaml
390+ # match: "CONFIG: 'bullseye'"
390391 - path : images/build/debian-iptables/Makefile
391392 match : CONFIG\ \?=\ bullseye
392393 - path : images/build/debian-iptables/variants.yaml
@@ -410,26 +411,27 @@ dependencies:
410411 match : FROM golang:\d+.\d+(alpha|beta|rc)?\.?(\d+)-bullseye
411412
412413 - name : " Debian: codename (next candidate)"
413- version : bullseye
414+ version : bookworm
414415 refPaths :
415- - path : images/build/cross/variants.yaml
416- match : " OS_CODENAME: 'bullseye'"
416+ # TODO: revert once all images are on bookworm
417+ # - path: images/build/cross/variants.yaml
418+ # match: "OS_CODENAME: 'bullseye'"
417419 - path : images/build/debian-base/variants.yaml
418- match : " CONFIG: 'bullseye '"
419- - path : images/build/go-runner/variants.yaml
420- match : " OS_CODENAME: 'bullseye'"
421- - path : images/releng/ci/variants.yaml
422- match : " OS_CODENAME: 'bullseye'"
423- - path : images/releng/k8s-ci-builder/variants.yaml
424- match : " OS_CODENAME: 'bullseye'"
420+ match : " CONFIG: 'bookworm '"
421+ # - path: images/build/go-runner/variants.yaml
422+ # match: "OS_CODENAME: 'bullseye'"
423+ # - path: images/releng/ci/variants.yaml
424+ # match: "OS_CODENAME: 'bullseye'"
425+ # - path: images/releng/k8s-ci-builder/variants.yaml
426+ # match: "OS_CODENAME: 'bullseye'"
425427
426428 - name : " registry.k8s.io/build-image/debian-base"
427- version : bullseye -v1.4.3
429+ version : bookworm -v1.0.0
428430 refPaths :
429431 - path : images/build/debian-base/Makefile
430- match : IMAGE_VERSION\ \?=\ bullseye -v((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)
432+ match : IMAGE_VERSION\ \?=\ bookworm -v((([0-9]+)\.([0-9]+)\.([0-9]+)(?:-([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?)
431433 - path : images/build/debian-base/variants.yaml
432- match : " IMAGE_VERSION: 'bullseye -v((([0-9]+)\\ .([0-9]+)\\ .([0-9]+)(?:-([0-9a-zA-Z-]+(?:\\ .[0-9a-zA-Z-]+)*))?)(?:\\ +([0-9a-zA-Z-]+(?:\\ .[0-9a-zA-Z-]+)*))?)'"
434+ match : " IMAGE_VERSION: 'bookworm -v((([0-9]+)\\ .([0-9]+)\\ .([0-9]+)(?:-([0-9a-zA-Z-]+(?:\\ .[0-9a-zA-Z-]+)*))?)(?:\\ +([0-9a-zA-Z-]+(?:\\ .[0-9a-zA-Z-]+)*))?)'"
433435
434436 - name : " registry.k8s.io/build-image/debian-base: dependents"
435437 version : bullseye-v1.4.3
@@ -475,10 +477,10 @@ dependencies:
475477
476478 # Base images (next candidate)
477479 - name : " registry.k8s.io/build-image/debian-base (next candidate)"
478- version : bullseye -v1.4.3
480+ version : bookworm -v1.0.0
479481 refPaths :
480482 - path : images/build/debian-base/variants.yaml
481- match : " IMAGE_VERSION: 'bullseye -v((([0-9]+)\\ .([0-9]+)\\ .([0-9]+)(?:-([0-9a-zA-Z-]+(?:\\ .[0-9a-zA-Z-]+)*))?)(?:\\ +([0-9a-zA-Z-]+(?:\\ .[0-9a-zA-Z-]+)*))?)'"
483+ match : " IMAGE_VERSION: 'bookworm -v((([0-9]+)\\ .([0-9]+)\\ .([0-9]+)(?:-([0-9a-zA-Z-]+(?:\\ .[0-9a-zA-Z-]+)*))?)(?:\\ +([0-9a-zA-Z-]+(?:\\ .[0-9a-zA-Z-]+)*))?)'"
482484
483485 - name : " registry.k8s.io/build-image/debian-base: dependents (next candidate)"
484486 version : bullseye-v1.4.3
0 commit comments