diff --git a/deploy/kicbase/Dockerfile b/deploy/kicbase/Dockerfile index 65b3b56419df..9fe7b91b5955 100644 --- a/deploy/kicbase/Dockerfile +++ b/deploy/kicbase/Dockerfile @@ -19,7 +19,7 @@ # this ARG needs to be global to use it in `FROM` & is updated for new versions of debian:bookworm-slim-* -ARG KICBASE_IMAGE="debian:bookworm-20250908-slim" +ARG KICBASE_IMAGE="debian:bookworm-20251020-slim" # multi-stage docker build so we can build auto-pause for arm64 FROM golang:1.24.6 AS auto-pause WORKDIR /src diff --git a/hack/kicbase_version/os-package-list.txt b/hack/kicbase_version/os-package-list.txt index 33ec28193563..18358d202273 100644 --- a/hack/kicbase_version/os-package-list.txt +++ b/hack/kicbase_version/os-package-list.txt @@ -8,9 +8,9 @@ ii apt 2.6.1 amd64 ii base-files 12.4+deb12u12 amd64 Debian base system miscellaneous files ii base-passwd 3.6.1 amd64 Debian base system master password and group files ii bash 5.2.15-2+b9 amd64 GNU Bourne Again SHell -ii bind9-dnsutils 1:9.18.33-1~deb12u2 amd64 Clients provided with BIND 9 -ii bind9-host 1:9.18.33-1~deb12u2 amd64 DNS Lookup Utility -ii bind9-libs:amd64 1:9.18.33-1~deb12u2 amd64 Shared Libraries used by BIND 9 +ii bind9-dnsutils 1:9.18.41-1~deb12u1 amd64 Clients provided with BIND 9 +ii bind9-host 1:9.18.41-1~deb12u1 amd64 DNS Lookup Utility +ii bind9-libs:amd64 1:9.18.41-1~deb12u1 amd64 Shared Libraries used by BIND 9 ii bsdutils 1:2.38.1-5+deb12u3 amd64 basic utilities from 4.4BSD-Lite ii ca-certificates 20230311+deb12u1 all Common CA certificates ii catatonit 0.1.7-1+b2 amd64 init process for containers @@ -19,7 +19,7 @@ ii conntrack 1:1.4.7-1+b2 amd64 ii containerd.io 1.7.28-1~debian.12~bookworm amd64 An open and reliable container runtime ii containernetworking-plugins 1.1.1+ds1-3+b5 amd64 standard networking plugins - binaries ii coreutils 9.1-1 amd64 GNU core utilities -ii cri-o 1.34.1-1.1 amd64 Open Container Initiative-based implementation of Kubernetes Container Runtime Interface +ii cri-o 1.34.1-1.2 amd64 Open Container Initiative-based implementation of Kubernetes Container Runtime Interface ii crun 1.8.1-1+deb12u1 amd64 lightweight OCI runtime for running containers ii curl 7.88.1-10+deb12u14 amd64 command line tool for transferring data with URL syntax ii dash 0.5.12-2 amd64 POSIX-compliant shell @@ -34,7 +34,7 @@ ii debianutils 5.7-0.5~deb12u1 amd64 ii diffutils 1:3.8-4 amd64 File comparison utilities ii dirmngr 2.2.40-1.1+deb12u1 amd64 GNU privacy guard - network certificate management service ii dmsetup 2:1.02.185-2 amd64 Linux Kernel Device Mapper userspace library -ii dnsutils 1:9.18.33-1~deb12u2 all Transitional package for bind9-dnsutils +ii dnsutils 1:9.18.41-1~deb12u1 all Transitional package for bind9-dnsutils ii docker-buildx-plugin 0.29.1-1~debian.12~bookworm amd64 Docker Buildx plugin extends build capabilities with BuildKit. ii docker-ce 5:28.5.1-1~debian.12~bookworm amd64 Docker: the open-source application container engine ii docker-ce-cli 5:28.5.1-1~debian.12~bookworm amd64 Docker CLI: the open-source application container engine @@ -139,8 +139,8 @@ ii libnftnl11:amd64 1.2.4-2 amd64 ii libnghttp2-14:amd64 1.52.0-1+deb12u2 amd64 library implementing HTTP/2 protocol (shared library) ii libnpth0:amd64 1.6-3 amd64 replacement for GNU Pth using system threads ii libnsl2:amd64 1.3.0-2 amd64 Public client interface for NIS(YP) and NIS+ -ii libnvidia-container-tools 1.17.9-1 amd64 NVIDIA container runtime library (command-line tools) -ii libnvidia-container1:amd64 1.17.9-1 amd64 NVIDIA container runtime library +ii libnvidia-container-tools 1.18.0-1 amd64 NVIDIA container runtime library (command-line tools) +ii libnvidia-container1:amd64 1.18.0-1 amd64 NVIDIA container runtime library ii libp11-kit0:amd64 0.24.1-2 amd64 library for loading and coordinating access to PKCS#11 modules - runtime ii libpam-modules:amd64 1.5.2-6+deb12u1 amd64 Pluggable Authentication Modules for PAM ii libpam-modules-bin 1.5.2-6+deb12u1 amd64 Pluggable Authentication Modules for PAM - helper binaries @@ -197,8 +197,8 @@ ii ncurses-bin 6.4-4 amd64 ii netbase 6.4 all Basic TCP/IP networking system ii netcat-openbsd 1.219-1 amd64 TCP/IP swiss army knife ii nfs-common 1:2.6.2-4+deb12u1 amd64 NFS support files common to client and server -ii nvidia-container-toolkit 1.17.9-1 amd64 NVIDIA Container toolkit -ii nvidia-container-toolkit-base 1.17.9-1 amd64 NVIDIA Container Toolkit Base +ii nvidia-container-toolkit 1.18.0-1 amd64 NVIDIA Container toolkit +ii nvidia-container-toolkit-base 1.18.0-1 amd64 NVIDIA Container Toolkit Base ii openssh-client 1:9.2p1-2+deb12u7 amd64 secure shell (SSH) client, for secure access to remote machines ii openssh-server 1:9.2p1-2+deb12u7 amd64 secure shell (SSH) server, for secure access from remote machines ii openssh-sftp-server 1:9.2p1-2+deb12u7 amd64 secure shell (SSH) sftp server module, for SFTP access from remote machines diff --git a/pkg/drivers/kic/types.go b/pkg/drivers/kic/types.go index 6bca4823af92..41a8916e568f 100644 --- a/pkg/drivers/kic/types.go +++ b/pkg/drivers/kic/types.go @@ -24,10 +24,10 @@ import ( const ( // Version is the current version of kic - Version = "v0.0.48-1760939008-21773" + Version = "v0.0.48-1761985721-21837" // SHA of the kic base image - baseImageSHA = "d8d8a3f29f027433bea12764bddd1aa26c7ad9bb912e016c1bc51278db1343d8" + baseImageSHA = "a50b37e97dfdea51156e079ca6b45818a801b3d41bbe13d141f35d2e1af6c7d1" // The name of the GCR kicbase repository gcrRepo = "gcr.io/k8s-minikube/kicbase-builds" // The name of the Dockerhub kicbase repository diff --git a/site/content/en/docs/commands/start.md b/site/content/en/docs/commands/start.md index 03d4f7cd1e1f..587f62c0fcc6 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-builds:v0.0.48-1760939008-21773@sha256:d8d8a3f29f027433bea12764bddd1aa26c7ad9bb912e016c1bc51278db1343d8") + --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-1761985721-21837@sha256:a50b37e97dfdea51156e079ca6b45818a801b3d41bbe13d141f35d2e1af6c7d1") --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)