We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 458e99f commit eb222c9Copy full SHA for eb222c9
hack/update/get_version/get_version.go
@@ -75,7 +75,7 @@ var dependencies = map[string]dependency{
75
"nvidia-device-plugin": {addonsFile, `nvidia/k8s-device-plugin:(.*)@`},
76
"registry": {addonsFile, `registry:(.*)@`},
77
"runc": {"deploy/iso/minikube-iso/package/runc-master/runc-master.mk", `RUNC_MASTER_VERSION = (.*)`},
78
- "ubuntu": {dockerfile, `ubuntu:jammy-(.*)"`},
+ "debian": {dockerfile, `debian:bookworm-(.*)-slim`},
79
"volcano": {addonsFile, `volcanosh/vc-webhook-manager:(.*)@`},
80
"yakd": {addonsFile, `marcnuri/yakd:(.*)@`},
81
}
0 commit comments