Skip to content

Commit aa8fcb1

Browse files
committed
Updating kicbase image to v0.0.46-1742983670-20576
1 parent 8db45cc commit aa8fcb1

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

hack/kicbase_version/os-package-list.txt

+5-5
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ii ca-certificates 20240203~22.04.1 all
1616
ii catatonit 0.1.7-1 amd64 init process for containers
1717
ii conmon 100:2.1.2~0 amd64 OCI container runtime monitor
1818
ii conntrack 1:1.4.6-2build2 amd64 Program to modify the conntrack tables
19-
ii containerd.io 1.7.25-1 amd64 An open and reliable container runtime
19+
ii containerd.io 1.7.26-1 amd64 An open and reliable container runtime
2020
ii containernetworking-plugins 0.9.1+ds1-1ubuntu0.1 amd64 standard networking plugins - binaries
2121
ii coreutils 8.32-4.1ubuntu1.2 amd64 GNU core utilities
2222
ii cri-o 1.24.6~0 amd64 OCI-based implementation of Kubernetes Container Runtime Interface.
@@ -31,9 +31,9 @@ ii debianutils 5.5-1ubuntu2 amd6
3131
ii diffutils 1:3.8-0ubuntu2 amd64 File comparison utilities
3232
ii dirmngr 2.2.27-3ubuntu2.1 amd64 GNU privacy guard - network certificate management service
3333
ii dnsutils 1:9.18.30-0ubuntu0.22.04.2 all Transitional package for bind9-dnsutils
34-
ii docker-buildx-plugin 0.21.1-1~ubuntu.22.04~jammy amd64 Docker Buildx cli plugin.
35-
ii docker-ce 5:28.0.1-1~ubuntu.22.04~jammy amd64 Docker: the open-source application container engine
36-
ii docker-ce-cli 5:28.0.1-1~ubuntu.22.04~jammy amd64 Docker CLI: the open-source application container engine
34+
ii docker-buildx-plugin 0.22.0-1~ubuntu.22.04~jammy amd64 Docker Buildx cli plugin.
35+
ii docker-ce 5:28.0.4-1~ubuntu.22.04~jammy amd64 Docker: the open-source application container engine
36+
ii docker-ce-cli 5:28.0.4-1~ubuntu.22.04~jammy amd64 Docker CLI: the open-source application container engine
3737
ii dpkg 1.21.1ubuntu2.3 amd64 Debian package management system
3838
ii e2fsprogs 1.46.5-2ubuntu1.2 amd64 ext2/ext3/ext4 file system utilities
3939
ii ebtables 2.0.11-4build2 amd64 Ethernet bridge frame table administration
@@ -88,7 +88,7 @@ ii libdb5.3:amd64 5.3.28+dfsg1-0.8ubuntu3 amd6
8888
ii libdebconfclient0:amd64 0.261ubuntu1 amd64 Debian Configuration Management System (C-implementation library)
8989
ii libdevmapper1.02.1:amd64 2:1.02.175-2.1ubuntu5 amd64 Linux Kernel Device Mapper userspace library
9090
ii libedit2:amd64 3.1-20210910-1build1 amd64 BSD editline and history libraries
91-
ii libelf1:amd64 0.186-1build1 amd64 library to read and write ELF files
91+
ii libelf1:amd64 0.186-1ubuntu0.1 amd64 library to read and write ELF files
9292
ii libevent-core-2.1-7:amd64 2.1.12-stable-1build3 amd64 Asynchronous event notification library (core)
9393
ii libexpat1:amd64 2.4.7-1ubuntu0.5 amd64 XML parsing C library - runtime library
9494
ii libext2fs2:amd64 1.46.5-2ubuntu1.2 amd64 ext2/ext3/ext4 file system libraries

pkg/drivers/kic/types.go

+2-2
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.46-1741860993-20523"
27+
Version = "v0.0.46-1742983670-20576"
2828

2929
// SHA of the kic base image
30-
baseImageSHA = "cd976907fa4d517c84fff1e5ef773b9fb3c738c4e1ded824ea5133470a66e185"
30+
baseImageSHA = "ea8ced4dd6911fc8d9dd98154a86011b06652364f729c7a8c07a94c97623f208"
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

+1-1
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.46-1741860993-20523@sha256:cd976907fa4d517c84fff1e5ef773b9fb3c738c4e1ded824ea5133470a66e185")
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.46-1742983670-20576@sha256:ea8ced4dd6911fc8d9dd98154a86011b06652364f729c7a8c07a94c97623f208")
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)