From 5242abafc8bc6bfe35642881dfbe89b99a2c263e Mon Sep 17 00:00:00 2001 From: Steven Powell <44844360+spowelljr@users.noreply.github.com> Date: Tue, 1 Oct 2024 10:33:36 -0700 Subject: [PATCH] kicbase: Update nvidia packages (#19738) --- hack/kicbase_version/os-package-list.txt | 10 +++++----- pkg/drivers/kic/types.go | 4 ++-- site/content/en/docs/commands/start.md | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/hack/kicbase_version/os-package-list.txt b/hack/kicbase_version/os-package-list.txt index 61913f5c0e7f..b528c69e6e32 100644 --- a/hack/kicbase_version/os-package-list.txt +++ b/hack/kicbase_version/os-package-list.txt @@ -12,7 +12,7 @@ ii bind9-dnsutils 1:9.18.28-0ubuntu0.22.04.1 amd6 ii bind9-host 1:9.18.28-0ubuntu0.22.04.1 amd64 DNS Lookup Utility ii bind9-libs:amd64 1:9.18.28-0ubuntu0.22.04.1 amd64 Shared Libraries used by BIND 9 ii bsdutils 1:2.37.2-4ubuntu3.4 amd64 basic utilities from 4.4BSD-Lite -ii ca-certificates 20230311ubuntu0.22.04.1 all Common CA certificates +ii ca-certificates 20240203~22.04.1 all Common CA certificates ii catatonit 0.1.7-1 amd64 init process for containers ii conmon 100:2.1.2~0 amd64 OCI container runtime monitor ii conntrack 1:1.4.6-2build2 amd64 Program to modify the conntrack tables @@ -137,8 +137,8 @@ ii libnghttp2-14:amd64 1.43.0-1ubuntu0.2 amd6 ii libnl-3-200:amd64 3.5.0-0.1 amd64 library for dealing with netlink sockets ii libnpth0:amd64 1.6-3build2 amd64 replacement for GNU Pth using system threads ii libnsl2:amd64 1.3.0-2build2 amd64 Public client interface for NIS(YP) and NIS+ -ii libnvidia-container-tools 1.16.1-1 amd64 NVIDIA container runtime library (command-line tools) -ii libnvidia-container1:amd64 1.16.1-1 amd64 NVIDIA container runtime library +ii libnvidia-container-tools 1.16.2-1 amd64 NVIDIA container runtime library (command-line tools) +ii libnvidia-container1:amd64 1.16.2-1 amd64 NVIDIA container runtime library ii libp11-kit0:amd64 0.24.0-6build1 amd64 library for loading and coordinating access to PKCS#11 modules - runtime ii libpam-modules:amd64 1.4.0-11ubuntu2.4 amd64 Pluggable Authentication Modules for PAM ii libpam-modules-bin 1.4.0-11ubuntu2.4 amd64 Pluggable Authentication Modules for PAM - helper binaries @@ -196,8 +196,8 @@ ii ncurses-bin 6.3-2ubuntu0.1 amd6 ii netbase 6.3 all Basic TCP/IP networking system ii netcat-openbsd 1.218-4ubuntu1 amd64 TCP/IP swiss army knife ii nfs-common 1:2.6.1-1ubuntu1.2 amd64 NFS support files common to client and server -ii nvidia-container-toolkit 1.16.1-1 amd64 NVIDIA Container toolkit -ii nvidia-container-toolkit-base 1.16.1-1 amd64 NVIDIA Container Toolkit Base +ii nvidia-container-toolkit 1.16.2-1 amd64 NVIDIA Container toolkit +ii nvidia-container-toolkit-base 1.16.2-1 amd64 NVIDIA Container Toolkit Base ii openssh-client 1:8.9p1-3ubuntu0.10 amd64 secure shell (SSH) client, for secure access to remote machines ii openssh-server 1:8.9p1-3ubuntu0.10 amd64 secure shell (SSH) server, for secure access from remote machines ii openssh-sftp-server 1:8.9p1-3ubuntu0.10 amd64 secure shell (SSH) sftp server module, for SFTP access from remote machines diff --git a/pkg/drivers/kic/types.go b/pkg/drivers/kic/types.go index 9eed5c6257d3..7da6968d4975 100644 --- a/pkg/drivers/kic/types.go +++ b/pkg/drivers/kic/types.go @@ -24,10 +24,10 @@ import ( const ( // Version is the current version of kic - Version = "v0.0.45-1727108449-19696" + Version = "v0.0.45-1727731891-master" // SHA of the kic base image - baseImageSHA = "c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21" + baseImageSHA = "d66dfd4a976cf0b4581cac255174cef4031588c4570fa4a795e0b3d42edc9122" // The name of the GCR kicbase repository gcrRepo = "gcr.io/k8s-minikube/kicbase-builds" // The name of the Dockerhub kicbase repository diff --git a/site/content/en/docs/commands/start.md b/site/content/en/docs/commands/start.md index af5a58980fbc..533f49917ac7 100644 --- a/site/content/en/docs/commands/start.md +++ b/site/content/en/docs/commands/start.md @@ -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.45-1727108449-19696@sha256:c662152d8855bc4c62a3b5786a68adf99e04794e7f8f374a3859703004ef1d21") + --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.45-1727731891-master@sha256:d66dfd4a976cf0b4581cac255174cef4031588c4570fa4a795e0b3d42edc9122") --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)