Skip to content

Commit

Permalink
drop base image digest
Browse files Browse the repository at this point in the history
  • Loading branch information
BenTheElder committed May 14, 2021
1 parent 1b57dbe commit da28a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/build/nodeimage/defaults.go
Expand Up @@ -20,4 +20,4 @@ package nodeimage
const DefaultImage = "kindest/node:latest"

// DefaultBaseImage is the default base image used
const DefaultBaseImage = "docker.io/kindest/base:v20210513-60cf6961@sha256:2b96d0b11c80e7cb1096ea89e2ffbe26ae72b2b08a177e088fa0edeff9fad516"
const DefaultBaseImage = "docker.io/kindest/base:v20210513-60cf6961"

0 comments on commit da28a7d

Please sign in to comment.