We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f528b02 commit 5f1a19cCopy full SHA for 5f1a19c
.github/workflows/nerdctl.yaml
@@ -26,7 +26,7 @@ jobs:
26
env:
27
JOB_NAME: "nerdctl-${{ matrix.deployment }}-${{ matrix.ipFamily }}"
28
IP_FAMILY: ${{ matrix.ipFamily }}
29
- NERDCTL_VERSION: "1.7.4"
+ NERDCTL_VERSION: "2.0.2"
30
KIND_EXPERIMENTAL_PROVIDER: "nerdctl"
31
steps:
32
- name: Check out code into the Go module directory
pkg/build/nodeimage/defaults.go
@@ -22,4 +22,4 @@ const DefaultImage = "kindest/node:latest"
22
// DefaultBaseImage is the default base image used
23
// TODO: come up with a reasonable solution to digest pinning
24
// https://github.com/moby/moby/issues/43188
25
-const DefaultBaseImage = "docker.io/kindest/base:v20241212-9f82dd49"
+const DefaultBaseImage = "docker.io/kindest/base:v20250117-f528b021"
0 commit comments