mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-11-30 23:16:04 +07:00
Merge pull request #3890 from BenTheElder/base-arp
update base with arp_ignore
This commit is contained in:
@@ -18,4 +18,4 @@ limitations under the License.
|
||||
package defaults
|
||||
|
||||
// Image is the default for the Config.Image field, aka the default node image.
|
||||
const Image = "kindest/node:v1.32.2@sha256:142f543559cc55d64e1ab9341df08e5ced84bd2e893736da8f51320f26f5950b"
|
||||
const Image = "kindest/node:v1.32.3@sha256:b36e76b4ad37b88539ce5e07425f77b29f73a8eaaebf3f1a8bc9c764401d118c"
|
||||
|
||||
@@ -22,4 +22,4 @@ const DefaultImage = "kindest/node:latest"
|
||||
// DefaultBaseImage is the default base image used
|
||||
// TODO: come up with a reasonable solution to digest pinning
|
||||
// https://github.com/moby/moby/issues/43188
|
||||
const DefaultBaseImage = "docker.io/kindest/base:v20250305-2d7b9fe8"
|
||||
const DefaultBaseImage = "docker.io/kindest/base:v20250312-b98dc21a"
|
||||
|
||||
Reference in New Issue
Block a user