@@ -20,11 +20,6 @@ dependencies:
20
20
- path : images/build/go-runner/cloudbuild.yaml
21
21
match : ghcr.io/sigstore/cosign/cosign:v(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?@sha256:[a-f0-9]{64}
22
22
23
- # Docker
24
- # TODO(deps): Not active yet
25
- # - name: "docker"
26
- # version: 19.03
27
-
28
23
# Golang
29
24
- name : " golang"
30
25
version : 1.21.4
@@ -358,55 +353,39 @@ dependencies:
358
353
match : " version: v\\ d+.\\ d+?\\ .?(\\ d+)?"
359
354
360
355
# Base images
361
- # # Use bullseye for kube-cross to achieve maximum glibc compatibility.
356
+ # Use bullseye for kube-cross to achieve maximum glibc compatibility.
362
357
- name : " Debian: codename (bullseye)"
363
358
version : bullseye
364
359
refPaths :
365
360
- path : images/build/cross/Makefile
366
361
match : OS_CODENAME\ \?=\ bullseye
367
-
368
- - name : " Debian: codename (default)"
369
- version : bullseye
370
- refPaths :
371
362
- path : images/build/cross/variants.yaml
372
363
match : " OS_CODENAME: 'bullseye'"
373
- # TODO: revert once all images are on bookworm
374
- # - path: images/build/debian-base/Makefile
375
- # match: CONFIG\ \?=\ bullseye
376
- # - path: images/build/debian-base/variants.yaml
377
- # match: "CONFIG: 'bullseye'"
378
- # Must match distroless Debian version as well
379
- # - path: images/build/go-runner/Makefile
380
- # match: OS_CODENAME\ \?=\ bullseye
364
+ # We keep them around for backwards compatibility and release branches.
381
365
- path : images/build/go-runner/variants.yaml
382
366
match : " OS_CODENAME: 'bullseye'"
383
- # TODO: revert once all images are on bookworm
384
- # - path: images/build/setcap/Makefile
385
- # match: CONFIG\ \?=\ bullseye
386
- # - path: images/build/setcap/variants.yaml
387
- # match: "CONFIG: 'bullseye'"
388
- # - path: images/releng/ci/variants.yaml
389
- # match: "OS_CODENAME: 'bullseye'"
390
367
- path : images/releng/k8s-ci-builder/Makefile
391
368
match : OS_CODENAME\ \?=\ bullseye
392
369
- path : images/releng/k8s-ci-builder/variants.yaml
393
370
match : " OS_CODENAME: 'bullseye'"
394
371
395
-
396
- - name : " Debian: codename (next candidate)"
372
+ - name : " Debian: codename (default)"
397
373
version : bookworm
398
374
refPaths :
399
- # TODO: revert once all images are on bookworm
400
- # - path: images/build/cross/variants.yaml
401
- # match: "OS_CODENAME: 'bullseye'"
375
+ - path : images/build/debian-base/Makefile
376
+ match : CONFIG\ \?=\ bookworm
402
377
- path : images/build/debian-base/variants.yaml
403
378
match : " CONFIG: 'bookworm'"
404
- # - path: images/build/go-runner/variants.yaml
405
- # match: "OS_CODENAME: 'bullseye'"
406
- # - path: images/releng/ci/variants.yaml
407
- # match: "OS_CODENAME: 'bullseye'"
408
- # - path: images/releng/k8s-ci-builder/variants.yaml
409
- # match: "OS_CODENAME: 'bullseye'"
379
+ - path : images/build/go-runner/Makefile
380
+ match : OS_CODENAME\ \?=\ bookworm
381
+ - path : images/build/setcap/Makefile
382
+ match : CONFIG\ \?=\ bookworm
383
+ - path : images/build/setcap/variants.yaml
384
+ match : " CONFIG: 'bookworm'"
385
+ - path : images/releng/ci/variants.yaml
386
+ match : " OS_CODENAME: 'bookworm'"
387
+ - path : images/releng/k8s-ci-builder/variants.yaml
388
+ match : " OS_CODENAME: 'bookworm'"
410
389
411
390
- name : " registry.k8s.io/build-image/debian-base"
412
391
version : bookworm-v1.0.0
0 commit comments