Skip to content

Commit 0efc2c8

Browse files
authored
Merge pull request #3364 from saschagrunert/deps
Cleanup dependencies.yaml
2 parents 792d5f7 + f200519 commit 0efc2c8

File tree

1 file changed

+15
-36
lines changed

1 file changed

+15
-36
lines changed

dependencies.yaml

+15-36
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ dependencies:
2020
- path: images/build/go-runner/cloudbuild.yaml
2121
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}
2222

23-
# Docker
24-
# TODO(deps): Not active yet
25-
#- name: "docker"
26-
# version: 19.03
27-
2823
# Golang
2924
- name: "golang"
3025
version: 1.21.4
@@ -358,55 +353,39 @@ dependencies:
358353
match: "version: v\\d+.\\d+?\\.?(\\d+)?"
359354

360355
# Base images
361-
# # Use bullseye for kube-cross to achieve maximum glibc compatibility.
356+
# Use bullseye for kube-cross to achieve maximum glibc compatibility.
362357
- name: "Debian: codename (bullseye)"
363358
version: bullseye
364359
refPaths:
365360
- path: images/build/cross/Makefile
366361
match: OS_CODENAME\ \?=\ bullseye
367-
368-
- name: "Debian: codename (default)"
369-
version: bullseye
370-
refPaths:
371362
- path: images/build/cross/variants.yaml
372363
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.
381365
- path: images/build/go-runner/variants.yaml
382366
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'"
390367
- path: images/releng/k8s-ci-builder/Makefile
391368
match: OS_CODENAME\ \?=\ bullseye
392369
- path: images/releng/k8s-ci-builder/variants.yaml
393370
match: "OS_CODENAME: 'bullseye'"
394371

395-
396-
- name: "Debian: codename (next candidate)"
372+
- name: "Debian: codename (default)"
397373
version: bookworm
398374
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
402377
- path: images/build/debian-base/variants.yaml
403378
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'"
410389

411390
- name: "registry.k8s.io/build-image/debian-base"
412391
version: bookworm-v1.0.0

0 commit comments

Comments
 (0)