Skip to content

Commit 4cf3e56

Browse files
committed
Updating kicbase image to v0.0.48-1764169655-21974
1 parent b55f055 commit 4cf3e56

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

hack/kicbase_version/os-package-list.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ ii dirmngr 2.2.40-1.1+deb12u1 amd64
3636
ii dmsetup 2:1.02.185-2 amd64 Linux Kernel Device Mapper userspace library
3737
ii dnsutils 1:9.18.41-1~deb12u1 all Transitional package for bind9-dnsutils
3838
ii docker-buildx-plugin 0.30.0-1~debian.12~bookworm amd64 Docker Buildx plugin extends build capabilities with BuildKit.
39-
ii docker-ce 5:29.0.2-1~debian.12~bookworm amd64 Docker: the open-source application container engine
40-
ii docker-ce-cli 5:29.0.2-1~debian.12~bookworm amd64 Docker CLI: the open-source application container engine
39+
ii docker-ce 5:29.0.4-1~debian.12~bookworm amd64 Docker: the open-source application container engine
40+
ii docker-ce-cli 5:29.0.4-1~debian.12~bookworm amd64 Docker CLI: the open-source application container engine
4141
ii dpkg 1.21.22 amd64 Debian package management system
4242
ii e2fsprogs 1.47.0-2+b2 amd64 ext2/ext3/ext4 file system utilities
4343
ii ebtables 2.0.11-5 amd64 Ethernet bridge frame table administration

pkg/drivers/kic/types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ import (
2424

2525
const (
2626
// Version is the current version of kic
27-
Version = "v0.0.48-1763789673-21948"
27+
Version = "v0.0.48-1764169655-21974"
2828

2929
// SHA of the kic base image
30-
baseImageSHA = "bb10ebd3ca086eea12c038085866fb2f6cfa67385dcb830c4deb5e36ced6b53f"
30+
baseImageSHA = "5caa2df9c71885b15a10c4769bf4c9c00c1759c0d87b1a7e0b5b61285526245b"
3131
// The name of the GCR kicbase repository
3232
gcrRepo = "gcr.io/k8s-minikube/kicbase-builds"
3333
// The name of the Dockerhub kicbase repository

site/content/en/docs/commands/start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ minikube start [flags]
2727
--apiserver-port int The apiserver listening port (default 8443)
2828
--auto-pause-interval duration Duration of inactivity before the minikube VM is paused (default 1m0s) (default 1m0s)
2929
--auto-update-drivers If set, automatically updates drivers to the latest version. Defaults to true. (default true)
30-
--base-image string The base image to use for docker/podman drivers. Intended for local development. (default "gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1763789673-21948@sha256:bb10ebd3ca086eea12c038085866fb2f6cfa67385dcb830c4deb5e36ced6b53f")
30+
--base-image string The base image to use for docker/podman drivers. Intended for local development. (default "gcr.io/k8s-minikube/kicbase-builds:v0.0.48-1764169655-21974@sha256:5caa2df9c71885b15a10c4769bf4c9c00c1759c0d87b1a7e0b5b61285526245b")
3131
--binary-mirror string Location to fetch kubectl, kubelet, & kubeadm binaries from.
3232
--cache-images If true, cache docker images for the current bootstrapper and load them into the machine. Always false with --driver=none. (default true)
3333
--cert-expiration duration Duration until minikube certificate expiration, defaults to three years (26280h). (default 26280h0m0s)

site/content/en/docs/contrib/tests.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ makes sure no left over left after deleting a profile such as containers or volu
736736
makes sure paused clusters show up in minikube status correctly
737737

738738
## TestPreload
739-
verifies the preload tarballs get pulled in properly by minikube
739+
verifies that disabling the initial preload, pulling a specific image, and restarting the cluster preserves the image across restarts.
740740

741741
## TestScheduledStopWindows
742742
tests the schedule stop functionality on Windows

0 commit comments

Comments
 (0)