mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-12-01 07:26:05 +07:00
Merge pull request #3818 from BenTheElder/more-upgrdaes
more upgrades for v0.26.0
This commit is contained in:
@@ -11,6 +11,6 @@
|
||||
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
VERSION=v0.0.24
|
||||
VERSION=v0.0.30
|
||||
EXTRA_BUILD_OPT=--build-arg=VERSION=$(VERSION)
|
||||
include $(CURDIR)/../Makefile.common.in
|
||||
@@ -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:v20241108-5c6d2daf"
|
||||
const DefaultBaseImage = "docker.io/kindest/base:v20241212-9f82dd49"
|
||||
|
||||
Reference in New Issue
Block a user