Updating kicbase image to v0.0.47-1757349805-21505

pull/21505/head
minikube-bot 2025-09-08 17:05:48 +00:00
parent b348bb4b8b
commit c10e3073ea
3 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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

View File

@ -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)