Skip to content

Commit c99e020

Browse files
committed
Updating kicbase image to v0.0.47-1748159555-20832
1 parent 2c25580 commit c99e020

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

hack/kicbase_version/os-package-list.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ ii libnghttp2-14:amd64 1.43.0-1ubuntu0.2 amd6
137137
ii libnl-3-200:amd64 3.5.0-0.1 amd64 library for dealing with netlink sockets
138138
ii libnpth0:amd64 1.6-3build2 amd64 replacement for GNU Pth using system threads
139139
ii libnsl2:amd64 1.3.0-2build2 amd64 Public client interface for NIS(YP) and NIS+
140-
ii libnvidia-container-tools 1.17.6-1 amd64 NVIDIA container runtime library (command-line tools)
141-
ii libnvidia-container1:amd64 1.17.6-1 amd64 NVIDIA container runtime library
140+
ii libnvidia-container-tools 1.17.7-1 amd64 NVIDIA container runtime library (command-line tools)
141+
ii libnvidia-container1:amd64 1.17.7-1 amd64 NVIDIA container runtime library
142142
ii libp11-kit0:amd64 0.24.0-6build1 amd64 library for loading and coordinating access to PKCS#11 modules - runtime
143143
ii libpam-modules:amd64 1.4.0-11ubuntu2.5 amd64 Pluggable Authentication Modules for PAM
144144
ii libpam-modules-bin 1.4.0-11ubuntu2.5 amd64 Pluggable Authentication Modules for PAM - helper binaries
@@ -164,7 +164,7 @@ ii libsemanage-common 3.3-1build2 all
164164
ii libsemanage2:amd64 3.3-1build2 amd64 SELinux policy management library
165165
ii libsepol2:amd64 3.3-1build1 amd64 SELinux library for manipulating binary security policies
166166
ii libsmartcols1:amd64 2.37.2-4ubuntu3.4 amd64 smart column output alignment library
167-
ii libsqlite3-0:amd64 3.37.2-2ubuntu0.3 amd64 SQLite 3 shared library
167+
ii libsqlite3-0:amd64 3.37.2-2ubuntu0.4 amd64 SQLite 3 shared library
168168
ii libss2:amd64 1.46.5-2ubuntu1.2 amd64 command-line interface parsing library
169169
ii libssh-4:amd64 0.9.6-2ubuntu0.22.04.3 amd64 tiny C SSH library (OpenSSL flavor)
170170
ii libssl3:amd64 3.0.2-0ubuntu1.19 amd64 Secure Sockets Layer toolkit - shared libraries
@@ -196,8 +196,8 @@ ii ncurses-bin 6.3-2ubuntu0.1 amd6
196196
ii netbase 6.3 all Basic TCP/IP networking system
197197
ii netcat-openbsd 1.218-4ubuntu1 amd64 TCP/IP swiss army knife
198198
ii nfs-common 1:2.6.1-1ubuntu1.2 amd64 NFS support files common to client and server
199-
ii nvidia-container-toolkit 1.17.6-1 amd64 NVIDIA Container toolkit
200-
ii nvidia-container-toolkit-base 1.17.6-1 amd64 NVIDIA Container Toolkit Base
199+
ii nvidia-container-toolkit 1.17.7-1 amd64 NVIDIA Container toolkit
200+
ii nvidia-container-toolkit-base 1.17.7-1 amd64 NVIDIA Container Toolkit Base
201201
ii openssh-client 1:8.9p1-3ubuntu0.13 amd64 secure shell (SSH) client, for secure access to remote machines
202202
ii openssh-server 1:8.9p1-3ubuntu0.13 amd64 secure shell (SSH) server, for secure access from remote machines
203203
ii openssh-sftp-server 1:8.9p1-3ubuntu0.13 amd64 secure shell (SSH) sftp server module, for SFTP access from remote machines

pkg/drivers/kic/types.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ import (
2424

2525
const (
2626
// Version is the current version of kic
27-
Version = "v0.0.47"
27+
Version = "v0.0.47-1748159555-20832"
2828

2929
// SHA of the kic base image
30-
baseImageSHA = "6ed579c9292b4370177b7ef3c42cc4b4a6dcd0735a1814916cbc22c8bf38412b"
30+
baseImageSHA = "eceb50399f000f03508d96fa6a0cbd6c096f18c8bc51fde690f0071121b2f270"
3131
// The name of the GCR kicbase repository
32-
gcrRepo = "gcr.io/k8s-minikube/kicbase"
32+
gcrRepo = "gcr.io/k8s-minikube/kicbase-builds"
3333
// The name of the Dockerhub kicbase repository
34-
dockerhubRepo = "docker.io/kicbase/stable"
34+
dockerhubRepo = "docker.io/kicbase/build"
3535
)
3636

3737
var (

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:v0.0.47@sha256:6ed579c9292b4370177b7ef3c42cc4b4a6dcd0735a1814916cbc22c8bf38412b")
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.47-1748159555-20832@sha256:eceb50399f000f03508d96fa6a0cbd6c096f18c8bc51fde690f0071121b2f270")
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)