Skip to content

Commit 022bedd

Browse files
authored
Merge pull request #3886 from BenTheElder/base-bump2
update default base, node image
2 parents 77b5ac7 + d56fcc4 commit 022bedd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/apis/config/defaults/image.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ limitations under the License.
1818
package defaults
1919

2020
// Image is the default for the Config.Image field, aka the default node image.
21-
const Image = "kindest/node:v1.32.2@sha256:f226345927d7e348497136874b6d207e0b32cc52154ad8323129352923a3142f"
21+
const Image = "kindest/node:v1.32.2@sha256:142f543559cc55d64e1ab9341df08e5ced84bd2e893736da8f51320f26f5950b"

pkg/build/nodeimage/defaults.go

+1-1
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:v20250228-c27ae4d9"
25+
const DefaultBaseImage = "docker.io/kindest/base:v20250305-2d7b9fe8"

0 commit comments

Comments
 (0)