diff --git a/hack/kicbase_version/os-package-list.txt b/hack/kicbase_version/os-package-list.txt index 240f2f66a2df..fd0fdb647c66 100644 --- a/hack/kicbase_version/os-package-list.txt +++ b/hack/kicbase_version/os-package-list.txt @@ -16,7 +16,7 @@ ii ca-certificates 20240203~22.04.1 all ii catatonit 0.1.7-1 amd64 init process for containers ii conmon 100:2.1.2~0 amd64 OCI container runtime monitor ii conntrack 1:1.4.6-2build2 amd64 Program to modify the conntrack tables -ii containerd.io 1.7.24-1 amd64 An open and reliable container runtime +ii containerd.io 1.7.25-1 amd64 An open and reliable container runtime ii containernetworking-plugins 0.9.1+ds1-1ubuntu0.1 amd64 standard networking plugins - binaries ii coreutils 8.32-4.1ubuntu1.2 amd64 GNU core utilities ii cri-o 1.24.6~0 amd64 OCI-based implementation of Kubernetes Container Runtime Interface. @@ -32,8 +32,8 @@ ii diffutils 1:3.8-0ubuntu2 amd6 ii dirmngr 2.2.27-3ubuntu2.1 amd64 GNU privacy guard - network certificate management service ii dnsutils 1:9.18.30-0ubuntu0.22.04.1 all Transitional package for bind9-dnsutils ii docker-buildx-plugin 0.19.3-1~ubuntu.22.04~jammy amd64 Docker Buildx cli plugin. -ii docker-ce 5:27.4.1-1~ubuntu.22.04~jammy amd64 Docker: the open-source application container engine -ii docker-ce-cli 5:27.4.1-1~ubuntu.22.04~jammy amd64 Docker CLI: the open-source application container engine +ii docker-ce 5:27.5.0-1~ubuntu.22.04~jammy amd64 Docker: the open-source application container engine +ii docker-ce-cli 5:27.5.0-1~ubuntu.22.04~jammy amd64 Docker CLI: the open-source application container engine ii dpkg 1.21.1ubuntu2.3 amd64 Debian package management system ii e2fsprogs 1.46.5-2ubuntu1.2 amd64 ext2/ext3/ext4 file system utilities ii ebtables 2.0.11-4build2 amd64 Ethernet bridge frame table administration @@ -217,7 +217,7 @@ ii python3.10 3.10.12-1~22.04.7 amd6 ii python3.10-minimal 3.10.12-1~22.04.7 amd64 Minimal subset of the Python language (version 3.10) ii readline-common 8.1.2-1 all GNU readline and history libraries, common files ii rpcbind 1.2.6-2build1 amd64 converts RPC program numbers into universal addresses -ii rsync 3.2.7-0ubuntu0.22.04.2 amd64 fast, versatile, remote (and local) file-copying tool +ii rsync 3.2.7-0ubuntu0.22.04.3 amd64 fast, versatile, remote (and local) file-copying tool ii sed 4.8-1ubuntu2 amd64 GNU stream editor for filtering/transforming text ii sensible-utils 0.0.17 all Utilities for sensible alternative selection ii socat 1.7.4.1-3ubuntu4 amd64 multipurpose relay for bidirectional data transfer diff --git a/pkg/drivers/kic/types.go b/pkg/drivers/kic/types.go index 740300ebabc7..ed77d74a4fe8 100644 --- a/pkg/drivers/kic/types.go +++ b/pkg/drivers/kic/types.go @@ -24,14 +24,14 @@ import ( const ( // Version is the current version of kic - Version = "v0.0.46" + Version = "v0.0.46-1737022584-20280" // SHA of the kic base image - baseImageSHA = "fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279" + baseImageSHA = "477beabbd452bbb43150f641861b8dc4b10769f622ebcc67f98780409bf6a258" // The name of the GCR kicbase repository - gcrRepo = "gcr.io/k8s-minikube/kicbase" + gcrRepo = "gcr.io/k8s-minikube/kicbase-builds" // The name of the Dockerhub kicbase repository - dockerhubRepo = "docker.io/kicbase/stable" + dockerhubRepo = "docker.io/kicbase/build" ) var ( diff --git a/site/content/en/docs/commands/start.md b/site/content/en/docs/commands/start.md index 22fc9815a397..d96b7a78874c 100644 --- a/site/content/en/docs/commands/start.md +++ b/site/content/en/docs/commands/start.md @@ -27,7 +27,7 @@ minikube start [flags] --apiserver-port int The apiserver listening port (default 8443) --auto-pause-interval duration Duration of inactivity before the minikube VM is paused (default 1m0s) (default 1m0s) --auto-update-drivers If set, automatically updates drivers to the latest version. Defaults to true. (default true) - --base-image string The base image to use for docker/podman drivers. Intended for local development. (default "gcr.io/k8s-minikube/kicbase:v0.0.46@sha256:fd2d445ddcc33ebc5c6b68a17e6219ea207ce63c005095ea1525296da2d1a279") + --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.46-1737022584-20280@sha256:477beabbd452bbb43150f641861b8dc4b10769f622ebcc67f98780409bf6a258") --binary-mirror string Location to fetch kubectl, kubelet, & kubeadm binaries from. --cache-images If true, cache docker images for the current bootstrapper and load them into the machine. Always false with --driver=none. (default true) --cert-expiration duration Duration until minikube certificate expiration, defaults to three years (26280h). (default 26280h0m0s)