Skip to content

Commit 6d07741

Browse files
committed
Updating kicbase image to v0.0.48-1763507788-21924
1 parent d7e1fbe commit 6d07741

File tree

3 files changed

+11
-8
lines changed

3 files changed

+11
-8
lines changed

hack/kicbase_version/os-package-list.txt

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ ii ca-certificates 20230311+deb12u1 all
1616
ii catatonit 0.1.7-1+b2 amd64 init process for containers
1717
ii conmon 2.1.6+ds1-1 amd64 OCI container runtime monitor
1818
ii conntrack 1:1.4.7-1+b2 amd64 Program to modify the conntrack tables
19-
ii containerd.io 1.7.28-1~debian.12~bookworm amd64 An open and reliable container runtime
19+
ii containerd.io 2.1.5-1~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.1-1.2 amd64 Open Container Initiative-based implementation of Kubernetes Container Runtime Interface
22+
ii cri-o 1.34.2-1.1 amd64 Open Container Initiative-based implementation of Kubernetes Container Runtime Interface
2323
ii crun 1.8.1-1+deb12u1 amd64 lightweight OCI runtime for running containers
2424
ii curl 7.88.1-10+deb12u14 amd64 command line tool for transferring data with URL syntax
2525
ii dash 0.5.12-2 amd64 POSIX-compliant shell
@@ -35,9 +35,9 @@ ii diffutils 1:3.8-4 amd64
3535
ii dirmngr 2.2.40-1.1+deb12u1 amd64 GNU privacy guard - network certificate management service
3636
ii dmsetup 2:1.02.185-2 amd64 Linux Kernel Device Mapper userspace library
3737
ii dnsutils 1:9.18.41-1~deb12u1 all Transitional package for bind9-dnsutils
38-
ii docker-buildx-plugin 0.29.1-1~debian.12~bookworm amd64 Docker Buildx plugin extends build capabilities with BuildKit.
39-
ii docker-ce 5:28.5.1-1~debian.12~bookworm amd64 Docker: the open-source application container engine
40-
ii docker-ce-cli 5:28.5.1-1~debian.12~bookworm amd64 Docker CLI: the open-source application container engine
38+
ii docker-buildx-plugin 0.30.0-1~debian.12~bookworm amd64 Docker Buildx plugin extends build capabilities with BuildKit.
39+
ii docker-ce 5:29.0.2-1~debian.12~bookworm amd64 Docker: the open-source application container engine
40+
ii docker-ce-cli 5:29.0.2-1~debian.12~bookworm amd64 Docker CLI: the open-source application container engine
4141
ii dpkg 1.21.22 amd64 Debian package management system
4242
ii e2fsprogs 1.47.0-2+b2 amd64 ext2/ext3/ext4 file system utilities
4343
ii ebtables 2.0.11-5 amd64 Ethernet bridge frame table administration
@@ -114,6 +114,7 @@ ii libicu72:amd64 72.1-3+deb12u1 amd64
114114
ii libidn2-0:amd64 2.3.3-1+b1 amd64 Internationalized domain names (IDNA2008/TR46) library
115115
ii libip4tc2:amd64 1.8.9-2 amd64 netfilter libip4tc library
116116
ii libip6tc2:amd64 1.8.9-2 amd64 netfilter libip6tc library
117+
ii libjansson4:amd64 2.14-2 amd64 C library for encoding, decoding and manipulating JSON data
117118
ii libjemalloc2:amd64 5.3.0-1 amd64 general-purpose scalable concurrent malloc(3) implementation
118119
ii libjson-c5:amd64 0.16-2 amd64 JSON manipulation library - shared library
119120
ii libk5crypto3:amd64 1.20.1-2+deb12u4 amd64 MIT Kerberos runtime libraries - Crypto Library
@@ -135,6 +136,7 @@ ii libnetfilter-conntrack3:amd64 1.0.9-3 amd64
135136
ii libnettle8:amd64 3.8.1-2 amd64 low level cryptographic library (symmetric and one-way cryptos)
136137
ii libnfnetlink0:amd64 1.0.2-2 amd64 Netfilter netlink library
137138
ii libnfsidmap1:amd64 1:2.6.2-4+deb12u1 amd64 NFS idmapping library
139+
ii libnftables1:amd64 1.0.6-2+deb12u2 amd64 Netfilter nftables high level userspace API library
138140
ii libnftnl11:amd64 1.2.4-2 amd64 Netfilter nftables userspace API library
139141
ii libnghttp2-14:amd64 1.52.0-1+deb12u2 amd64 library implementing HTTP/2 protocol (shared library)
140142
ii libnpth0:amd64 1.6-3 amd64 replacement for GNU Pth using system threads
@@ -197,6 +199,7 @@ ii ncurses-bin 6.4-4 amd64
197199
ii netbase 6.4 all Basic TCP/IP networking system
198200
ii netcat-openbsd 1.219-1 amd64 TCP/IP swiss army knife
199201
ii nfs-common 1:2.6.2-4+deb12u1 amd64 NFS support files common to client and server
202+
ii nftables 1.0.6-2+deb12u2 amd64 Program to control packet filtering rules by Netfilter project
200203
ii nvidia-container-toolkit 1.18.0-1 amd64 NVIDIA Container toolkit
201204
ii nvidia-container-toolkit-base 1.18.0-1 amd64 NVIDIA Container Toolkit Base
202205
ii openssh-client 1:9.2p1-2+deb12u7 amd64 secure shell (SSH) client, for secure access to remote machines

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-1761985721-21837"
27+
Version = "v0.0.48-1763507788-21924"
2828

2929
// SHA of the kic base image
30-
baseImageSHA = "a50b37e97dfdea51156e079ca6b45818a801b3d41bbe13d141f35d2e1af6c7d1"
30+
baseImageSHA = "1e20c07242571f3eb6bbb213b88269c923b5578034662e07409047e7102bdd1a"
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-1761985721-21837@sha256:a50b37e97dfdea51156e079ca6b45818a801b3d41bbe13d141f35d2e1af6c7d1")
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-1763507788-21924@sha256:1e20c07242571f3eb6bbb213b88269c923b5578034662e07409047e7102bdd1a")
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)