Skip to content

Commit b34dab4

Browse files
committed
WIP: use staging base image with runc 1.2.x
1 parent 5e1c871 commit b34dab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/build/nodeimage/defaults.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ const DefaultImage = "kindest/node:latest"
2222
// DefaultBaseImage is the default base image used
2323
// TODO: come up with a reasonable solution to digest pinning
2424
// https://github.com/moby/moby/issues/43188
25-
const DefaultBaseImage = "docker.io/kindest/base:v20251212-v0.29.0-alpha-105-g20ccfc88"
25+
const DefaultBaseImage = "gcr.io/k8s-staging-kind/base:v20251215-d00590df"

0 commit comments

Comments
 (0)