From b348bb4b8b961098235cc584ed4f01ae7374090e Mon Sep 17 00:00:00 2001 From: minikube-bot Date: Mon, 8 Sep 2025 10:03:27 +0000 Subject: [PATCH 1/2] Kicbase: Bump ubuntu:jammy from 20250730 to 20250819 --- deploy/kicbase/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/kicbase/Dockerfile b/deploy/kicbase/Dockerfile index e8da57d055..853951cfef 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 ubuntu:jammy-* -ARG UBUNTU_JAMMY_IMAGE="ubuntu:jammy-20250730" +ARG UBUNTU_JAMMY_IMAGE="ubuntu:jammy-20250819" # multi-stage docker build so we can build auto-pause for arm64 FROM golang:1.24.6 as auto-pause WORKDIR /src From c10e3073ea7dfeea868a0120fecb2aafaa835ace Mon Sep 17 00:00:00 2001 From: minikube-bot Date: Mon, 8 Sep 2025 17:05:48 +0000 Subject: [PATCH 2/2] Updating kicbase image to v0.0.47-1757349805-21505 --- hack/kicbase_version/os-package-list.txt | 6 +++--- pkg/drivers/kic/types.go | 4 ++-- site/content/en/docs/commands/start.md | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/hack/kicbase_version/os-package-list.txt b/hack/kicbase_version/os-package-list.txt index 0ace9d45a9..60292fac81 100644 --- a/hack/kicbase_version/os-package-list.txt +++ b/hack/kicbase_version/os-package-list.txt @@ -39,7 +39,7 @@ ii e2fsprogs 1.46.5-2ubuntu1.2 amd6 ii ebtables 2.0.11-4build2 amd64 Ethernet bridge frame table administration ii ethtool 1:5.16-1ubuntu0.2 amd64 display or change Ethernet device settings ii findutils 4.8.0-1ubuntu3 amd64 utilities for finding files--find, xargs -ii gcc-12-base:amd64 12.3.0-1ubuntu1~22.04 amd64 GCC, the GNU Compiler Collection (base package) +ii gcc-12-base:amd64 12.3.0-1ubuntu1~22.04.2 amd64 GCC, the GNU Compiler Collection (base package) ii gnupg 2.2.27-3ubuntu2.4 all GNU privacy guard - a free PGP replacement ii gnupg-l10n 2.2.27-3ubuntu2.4 all GNU privacy guard - localization files ii gnupg-utils 2.2.27-3ubuntu2.4 amd64 GNU privacy guard - utility programs @@ -94,7 +94,7 @@ ii libexpat1:amd64 2.4.7-1ubuntu0.6 amd6 ii libext2fs2:amd64 1.46.5-2ubuntu1.2 amd64 ext2/ext3/ext4 file system libraries ii libffi8:amd64 3.4.2-4 amd64 Foreign Function Interface library runtime ii libfido2-1:amd64 1.10.0-1 amd64 library for generating and verifying FIDO 2.0 objects -ii libgcc-s1:amd64 12.3.0-1ubuntu1~22.04 amd64 GCC support library +ii libgcc-s1:amd64 12.3.0-1ubuntu1~22.04.2 amd64 GCC support library ii libgcrypt20:amd64 1.9.4-3ubuntu3 amd64 LGPL Crypto library - runtime library ii libglib2.0-0:amd64 2.72.4-0ubuntu2.6 amd64 GLib library of C routines ii libgmp10:amd64 2:6.2.1+dfsg-3ubuntu1 amd64 Multiprecision arithmetic library @@ -168,7 +168,7 @@ ii libsqlite3-0:amd64 3.37.2-2ubuntu0.5 amd6 ii libss2:amd64 1.46.5-2ubuntu1.2 amd64 command-line interface parsing library ii libssh-4:amd64 0.9.6-2ubuntu0.22.04.4 amd64 tiny C SSH library (OpenSSL flavor) ii libssl3:amd64 3.0.2-0ubuntu1.19 amd64 Secure Sockets Layer toolkit - shared libraries -ii libstdc++6:amd64 12.3.0-1ubuntu1~22.04 amd64 GNU Standard C++ Library v3 +ii libstdc++6:amd64 12.3.0-1ubuntu1~22.04.2 amd64 GNU Standard C++ Library v3 ii libsystemd0:amd64 249.11-0ubuntu3.16 amd64 systemd utility library ii libtasn1-6:amd64 4.18.0-4ubuntu0.1 amd64 Manage ASN.1 structures (runtime) ii libtinfo6:amd64 6.3-2ubuntu0.1 amd64 shared low-level terminfo library for terminal handling diff --git a/pkg/drivers/kic/types.go b/pkg/drivers/kic/types.go index 55015f523c..87368cb367 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.47-1756980985-21488" + Version = "v0.0.47-1757349805-21505" // SHA of the kic base image - baseImageSHA = "8004ef31c95f43ea4d909587f47b84b33af26368a459c00cd53d571affb59c79" + baseImageSHA = "dc206456cf12dec8392af1007ce3ce686dd6375c88e50c96b883964651f7a8dc" // 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 3f744c7e22..092fc44e43 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.47-1756980985-21488@sha256:8004ef31c95f43ea4d909587f47b84b33af26368a459c00cd53d571affb59c79") + --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.47-1757349805-21505@sha256:dc206456cf12dec8392af1007ce3ce686dd6375c88e50c96b883964651f7a8dc") --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)