Skip to content

Commit cc42fd2

Browse files
committed
Updating kicbase image to v0.0.48-1759382731-21643
1 parent 78f4854 commit cc42fd2

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

hack/kicbase_version/os-package-list.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ ii conntrack 1:1.4.7-1+b2 amd64
1919
ii containerd.io 1.7.28-0~debian.12~bookworm amd64 An open and reliable container runtime
2020
ii containernetworking-plugins 1.1.1+ds1-3+b5 amd64 standard networking plugins - binaries
2121
ii coreutils 9.1-1 amd64 GNU core utilities
22-
ii cri-o 1.34.0-1.1 amd64 Open Container Initiative-based implementation of Kubernetes Container Runtime Interface
22+
ii cri-o 1.34.1-1.1 amd64 Open Container Initiative-based implementation of Kubernetes Container Runtime Interface
2323
ii criu 4.1.1-3 amd64 checkpoint and restore in userspace
2424
ii crun 100:1.2-2 amd64 OCI runtime written in C
2525
ii curl 7.88.1-10+deb12u14 amd64 command line tool for transferring data with URL syntax
@@ -31,7 +31,7 @@ ii diffutils 1:3.8-4 amd64
3131
ii dirmngr 2.2.40-1.1+deb12u1 amd64 GNU privacy guard - network certificate management service
3232
ii dmsetup 2:1.02.185-2 amd64 Linux Kernel Device Mapper userspace library
3333
ii dnsutils 1:9.18.33-1~deb12u2 all Transitional package for bind9-dnsutils
34-
ii docker-buildx-plugin 0.28.0-0~debian.12~bookworm amd64 Docker Buildx plugin extends build capabilities with BuildKit.
34+
ii docker-buildx-plugin 0.29.0-0~debian.12~bookworm amd64 Docker Buildx plugin extends build capabilities with BuildKit.
3535
ii docker-ce 5:28.4.0-1~debian.12~bookworm amd64 Docker: the open-source application container engine
3636
ii docker-ce-cli 5:28.4.0-1~debian.12~bookworm amd64 Docker CLI: the open-source application container engine
3737
ii dpkg 1.21.22 amd64 Debian package management system
@@ -167,7 +167,7 @@ ii libsmartcols1:amd64 2.38.1-5+deb12u3 amd64
167167
ii libsqlite3-0:amd64 3.40.1-2+deb12u2 amd64 SQLite 3 shared library
168168
ii libss2:amd64 1.47.0-2+b2 amd64 command-line interface parsing library
169169
ii libssh2-1:amd64 1.10.0-3+b1 amd64 SSH2 client-side library
170-
ii libssl3:amd64 3.0.17-1~deb12u2 amd64 Secure Sockets Layer toolkit - shared libraries
170+
ii libssl3:amd64 3.0.17-1~deb12u3 amd64 Secure Sockets Layer toolkit - shared libraries
171171
ii libstdc++6:amd64 12.2.0-14+deb12u1 amd64 GNU Standard C++ Library v3
172172
ii libsubid4:amd64 1:4.13+dfsg1-1+deb12u1 amd64 subordinate id handling library -- shared library
173173
ii libsystemd-shared:amd64 252.39-1~deb12u1 amd64 systemd shared private library
@@ -202,7 +202,7 @@ ii nvidia-container-toolkit-base 1.17.8-1 amd64
202202
ii openssh-client 1:9.2p1-2+deb12u7 amd64 secure shell (SSH) client, for secure access to remote machines
203203
ii openssh-server 1:9.2p1-2+deb12u7 amd64 secure shell (SSH) server, for secure access from remote machines
204204
ii openssh-sftp-server 1:9.2p1-2+deb12u7 amd64 secure shell (SSH) sftp server module, for SFTP access from remote machines
205-
ii openssl 3.0.17-1~deb12u2 amd64 Secure Sockets Layer toolkit - cryptographic utility
205+
ii openssl 3.0.17-1~deb12u3 amd64 Secure Sockets Layer toolkit - cryptographic utility
206206
ii passwd 1:4.13+dfsg1-1+deb12u1 amd64 change and administer password and group data
207207
ii perl-base 5.36.0-7+deb12u3 amd64 minimal Perl system
208208
ii pigz 2.6-1 amd64 Parallel Implementation of GZip

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-1758924984-21643"
27+
Version = "v0.0.48-1759382731-21643"
2828

2929
// SHA of the kic base image
30-
baseImageSHA = "12433197697c1a9f70970adda12fee59bd2f46856ae7a7e15af5dd5ea11c0b9f"
30+
baseImageSHA = "ca1b4db171879edd6bbb9546a4b1afac2eb5be94a0f5528496e62d2ff99de37d"
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-1758924984-21643@sha256:12433197697c1a9f70970adda12fee59bd2f46856ae7a7e15af5dd5ea11c0b9f")
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-1759382731-21643@sha256:ca1b4db171879edd6bbb9546a4b1afac2eb5be94a0f5528496e62d2ff99de37d")
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)

0 commit comments

Comments
 (0)