Skip to content

Commit 802ce44

Browse files
authored
Kicbase/ISO: Update docker from 28.0.0 to 28.0.1 (#20523)
* Kicbase/ISO: Update docker from 28.0.0 to 28.0.1 * Updating kicbase image to v0.0.46-1741860993-20523
1 parent 3957c12 commit 802ce44

File tree

7 files changed

+11
-9
lines changed

7 files changed

+11
-9
lines changed

deploy/iso/minikube-iso/arch/aarch64/package/docker-bin-aarch64/docker-bin.hash

+1
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@ sha256 0d11fabe8248d4be69cd6d4bf97beefbabb7d107fbdcfd267223b74993458c7c docker-
3232
sha256 4da6a6c7502b7ab561675a5ff5ac192d9b49d76d0b8847cf17ade246122279f4 docker-27.3.1.tgz
3333
sha256 30885dd4e0dec8451d7e089242da77a5612822dcb5151c44d3d7193cb1e4d378 docker-27.4.0.tgz
3434
sha256 2d8671dc70f5d71415ea9add4daa14b022b134fa5bac248cdbc3dfa5e88c0a5a docker-28.0.0.tgz
35+
sha256 914f0aba14ef51dd76ef3f1f71a24e6bcf12d55bbb033289a0404988a2c3ab28 docker-28.0.1.tgz

deploy/iso/minikube-iso/arch/aarch64/package/docker-bin-aarch64/docker-bin.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
################################################################################
66

7-
DOCKER_BIN_AARCH64_VERSION = 28.0.0
7+
DOCKER_BIN_AARCH64_VERSION = 28.0.1
88
DOCKER_BIN_AARCH64_SITE = https://download.docker.com/linux/static/stable/aarch64
99
DOCKER_BIN_AARCH64_SOURCE = docker-$(DOCKER_BIN_AARCH64_VERSION).tgz
1010

deploy/iso/minikube-iso/arch/x86_64/package/docker-bin/docker-bin.hash

+1
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,4 @@ sha256 1d47501a8fd99923ad655b1b85bb24f12b66db3b0e28c6dd12000d397b4f20d6 docker-
6868
sha256 9b4f6fe406e50f9085ee474c451e2bb5adb119a03591f467922d3b4e2ddf31d3 docker-27.3.1.tgz
6969
sha256 64bb136b612a7bca537ef99b50504e4250cb71117c2d26552d20cda122b6c5b4 docker-27.4.0.tgz
7070
sha256 0ac653c8d2503ee814471ac1df4a82c14c6d3ac69f6cef175d7a88a4ceeb6cfc docker-28.0.0.tgz
71+
sha256 5ed6d86b5d78199eac0dbcd4d81e6de6545bc8c8a575b6efc1d4a4b292824746 docker-28.0.1.tgz

deploy/iso/minikube-iso/arch/x86_64/package/docker-bin/docker-bin.mk

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
################################################################################
66

7-
DOCKER_BIN_VERSION = 28.0.0
7+
DOCKER_BIN_VERSION = 28.0.1
88
DOCKER_BIN_SITE = https://download.docker.com/linux/static/stable/x86_64
99
DOCKER_BIN_SOURCE = docker-$(DOCKER_BIN_VERSION).tgz
1010

hack/kicbase_version/os-package-list.txt

+4-4
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.4-1 amd64 NVIDIA container runtime library (command-line tools)
141-
ii libnvidia-container1:amd64 1.17.4-1 amd64 NVIDIA container runtime library
140+
ii libnvidia-container-tools 1.17.5-1 amd64 NVIDIA container runtime library (command-line tools)
141+
ii libnvidia-container1:amd64 1.17.5-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
@@ -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.4-1 amd64 NVIDIA Container toolkit
200-
ii nvidia-container-toolkit-base 1.17.4-1 amd64 NVIDIA Container Toolkit Base
199+
ii nvidia-container-toolkit 1.17.5-1 amd64 NVIDIA Container toolkit
200+
ii nvidia-container-toolkit-base 1.17.5-1 amd64 NVIDIA Container Toolkit Base
201201
ii openssh-client 1:8.9p1-3ubuntu0.11 amd64 secure shell (SSH) client, for secure access to remote machines
202202
ii openssh-server 1:8.9p1-3ubuntu0.11 amd64 secure shell (SSH) server, for secure access from remote machines
203203
ii openssh-sftp-server 1:8.9p1-3ubuntu0.11 amd64 secure shell (SSH) sftp server module, for SFTP access from remote machines

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-1741597657-20510"
27+
Version = "v0.0.46-1741860993-20523"
2828

2929
// SHA of the kic base image
30-
baseImageSHA = "c1f1797c6c6919f6bbb3c102bad0a4e52970f8cfdee34adc887be60733ccef43"
30+
baseImageSHA = "cd976907fa4d517c84fff1e5ef773b9fb3c738c4e1ded824ea5133470a66e185"
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-1741597657-20510@sha256:c1f1797c6c6919f6bbb3c102bad0a4e52970f8cfdee34adc887be60733ccef43")
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")
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)