@@ -417,10 +417,11 @@ dependencies:
417417      match : OS_CODENAME\ \?=\ bullseye 
418418    - path : images/build/cross/variants.yaml 
419419      match : " OS_CODENAME: 'bullseye'" 
420-     - path : images/build/debian-base/Makefile 
421-       match : CONFIG\ \?=\ bullseye 
422-     - path : images/build/debian-base/variants.yaml 
423-       match : " CONFIG: 'bullseye'" 
420+     #  TODO: revert once all images are on bookworm
421+     #  - path: images/build/debian-base/Makefile
422+     #    match: CONFIG\ \?=\ bullseye
423+     #  - path: images/build/debian-base/variants.yaml
424+     #    match: "CONFIG: 'bullseye'"
424425    - path : images/build/debian-iptables/Makefile 
425426      match : CONFIG\ \?=\ bullseye 
426427    - path : images/build/debian-iptables/variants.yaml 
@@ -444,26 +445,27 @@ dependencies:
444445      match : FROM golang:\d+.\d+(alpha|beta|rc)?\.?(\d+)-bullseye 
445446
446447  - name : " Debian: codename (next candidate)" 
447-     version : bullseye 
448+     version : bookworm 
448449    refPaths :
449-     - path : images/build/cross/variants.yaml 
450-       match : " OS_CODENAME: 'bullseye'" 
450+     #  TODO: revert once all images are on bookworm
451+     #  - path: images/build/cross/variants.yaml
452+     #    match: "OS_CODENAME: 'bullseye'"
451453    - path : images/build/debian-base/variants.yaml 
452-       match : " CONFIG: 'bullseye '" 
453-     - path : images/build/go-runner/variants.yaml 
454-       match : " OS_CODENAME: 'bullseye'" 
455-     - path : images/releng/ci/variants.yaml 
456-       match : " OS_CODENAME: 'bullseye'" 
457-     - path : images/releng/k8s-ci-builder/variants.yaml 
458-       match : " OS_CODENAME: 'bullseye'" 
454+       match : " CONFIG: 'bookworm '" 
455+     #   - path: images/build/go-runner/variants.yaml
456+     #     match: "OS_CODENAME: 'bullseye'"
457+     #   - path: images/releng/ci/variants.yaml
458+     #     match: "OS_CODENAME: 'bullseye'"
459+     #   - path: images/releng/k8s-ci-builder/variants.yaml
460+     #     match: "OS_CODENAME: 'bullseye'"
459461
460462  - name : " registry.k8s.io/build-image/debian-base" 
461-     version : bullseye -v1.4.3 
463+     version : bookworm -v1.0.0 
462464    refPaths :
463465    - path : images/build/debian-base/Makefile 
464-       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-]+)*))?) 
466+       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-]+)*))?) 
465467    - path : images/build/debian-base/variants.yaml 
466-       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-]+)*))?)'" 
468+       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-]+)*))?)'" 
467469
468470  - name : " registry.k8s.io/build-image/debian-base: dependents" 
469471    version : bullseye-v1.4.3 
@@ -509,10 +511,10 @@ dependencies:
509511
510512  #  Base images (next candidate)
511513  - name : " registry.k8s.io/build-image/debian-base (next candidate)" 
512-     version : bullseye -v1.4.3 
514+     version : bookworm -v1.0.0 
513515    refPaths :
514516    - path : images/build/debian-base/variants.yaml 
515-       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-]+)*))?)'" 
517+       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-]+)*))?)'" 
516518
517519  - name : " registry.k8s.io/build-image/debian-base: dependents (next candidate)" 
518520    version : bullseye-v1.4.3 
0 commit comments