Skip to content

Commit 5f1a19c

Browse files
test: upgrade nerdctl to v2
Signed-off-by: Jintao Zhang <[email protected]>
1 parent f528b02 commit 5f1a19c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nerdctl.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
env:
2727
JOB_NAME: "nerdctl-${{ matrix.deployment }}-${{ matrix.ipFamily }}"
2828
IP_FAMILY: ${{ matrix.ipFamily }}
29-
NERDCTL_VERSION: "1.7.4"
29+
NERDCTL_VERSION: "2.0.2"
3030
KIND_EXPERIMENTAL_PROVIDER: "nerdctl"
3131
steps:
3232
- name: Check out code into the Go module directory

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:v20241212-9f82dd49"
25+
const DefaultBaseImage = "docker.io/kindest/base:v20250117-f528b021"

0 commit comments

Comments
 (0)