Merge pull request #3890 from BenTheElder/base-arp

update base with arp_ignore
This commit is contained in:
Kubernetes Prow Robot
2025-03-13 16:39:48 -07:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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"

View File

@@ -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"