Updating kicbase image to v0.0.50-1774433820-22735
parent
5950ed8ce5
commit
7113bd2477
|
|
@ -16,10 +16,10 @@ ii ca-certificates 20230311+deb12u1 all
|
|||
ii catatonit 0.1.7-1+b2 amd64 init process for containers
|
||||
ii conmon 2.1.6+ds1-1 amd64 OCI container runtime monitor
|
||||
ii conntrack 1:1.4.7-1+b2 amd64 Program to modify the conntrack tables
|
||||
ii containerd.io 2.2.1-1~debian.12~bookworm amd64 An open and reliable container runtime
|
||||
ii containerd.io 2.2.2-1~debian.12~bookworm amd64 An open and reliable container runtime
|
||||
ii containernetworking-plugins 1.1.1+ds1-3+b5 amd64 standard networking plugins - binaries
|
||||
ii coreutils 9.1-1 amd64 GNU core utilities
|
||||
ii cri-o 1.35.0-1.1 amd64 Open Container Initiative-based implementation of Kubernetes Container Runtime Interface
|
||||
ii cri-o 1.35.1-1.1 amd64 Open Container Initiative-based implementation of Kubernetes Container Runtime Interface
|
||||
ii crun 1.8.1-1+deb12u1 amd64 lightweight OCI runtime for running containers
|
||||
ii curl 7.88.1-10+deb12u14 amd64 command line tool for transferring data with URL syntax
|
||||
ii dash 0.5.12-2 amd64 POSIX-compliant shell
|
||||
|
|
@ -36,8 +36,8 @@ ii dirmngr 2.2.40-1.1+deb12u2 amd64
|
|||
ii dmsetup 2:1.02.185-2 amd64 Linux Kernel Device Mapper userspace library
|
||||
ii dnsutils 1:9.18.44-1~deb12u1 all Transitional package for bind9-dnsutils
|
||||
ii docker-buildx-plugin 0.31.1-1~debian.12~bookworm amd64 Docker Buildx plugin extends build capabilities with BuildKit.
|
||||
ii docker-ce 5:29.2.1-1~debian.12~bookworm amd64 Docker: the open-source application container engine
|
||||
ii docker-ce-cli 5:29.2.1-1~debian.12~bookworm amd64 Docker CLI: the open-source application container engine
|
||||
ii docker-ce 5:29.3.0-1~debian.12~bookworm amd64 Docker: the open-source application container engine
|
||||
ii docker-ce-cli 5:29.3.0-1~debian.12~bookworm amd64 Docker CLI: the open-source application container engine
|
||||
ii dpkg 1.21.22 amd64 Debian package management system
|
||||
ii e2fsprogs 1.47.0-2+b2 amd64 ext2/ext3/ext4 file system utilities
|
||||
ii ebtables 2.0.11-5 amd64 Ethernet bridge frame table administration
|
||||
|
|
@ -141,8 +141,8 @@ ii libnftnl11:amd64 1.2.4-2 amd64
|
|||
ii libnghttp2-14:amd64 1.52.0-1+deb12u2 amd64 library implementing HTTP/2 protocol (shared library)
|
||||
ii libnpth0:amd64 1.6-3 amd64 replacement for GNU Pth using system threads
|
||||
ii libnsl2:amd64 1.3.0-2 amd64 Public client interface for NIS(YP) and NIS+
|
||||
ii libnvidia-container-tools 1.18.2-1 amd64 NVIDIA container runtime library (command-line tools)
|
||||
ii libnvidia-container1:amd64 1.18.2-1 amd64 NVIDIA container runtime library
|
||||
ii libnvidia-container-tools 1.19.0-1 amd64 NVIDIA container runtime library (command-line tools)
|
||||
ii libnvidia-container1:amd64 1.19.0-1 amd64 NVIDIA container runtime library
|
||||
ii libp11-kit0:amd64 0.24.1-2 amd64 library for loading and coordinating access to PKCS#11 modules - runtime
|
||||
ii libpam-modules:amd64 1.5.2-6+deb12u2 amd64 Pluggable Authentication Modules for PAM
|
||||
ii libpam-modules-bin 1.5.2-6+deb12u2 amd64 Pluggable Authentication Modules for PAM - helper binaries
|
||||
|
|
@ -200,8 +200,8 @@ ii netbase 6.4 all
|
|||
ii netcat-openbsd 1.219-1 amd64 TCP/IP swiss army knife
|
||||
ii nfs-common 1:2.6.2-4+deb12u1 amd64 NFS support files common to client and server
|
||||
ii nftables 1.0.6-2+deb12u2 amd64 Program to control packet filtering rules by Netfilter project
|
||||
ii nvidia-container-toolkit 1.18.2-1 amd64 NVIDIA Container toolkit
|
||||
ii nvidia-container-toolkit-base 1.18.2-1 amd64 NVIDIA Container Toolkit Base
|
||||
ii nvidia-container-toolkit 1.19.0-1 amd64 NVIDIA Container toolkit
|
||||
ii nvidia-container-toolkit-base 1.19.0-1 amd64 NVIDIA Container Toolkit Base
|
||||
ii openssh-client 1:9.2p1-2+deb12u7 amd64 secure shell (SSH) client, for secure access to remote machines
|
||||
ii openssh-server 1:9.2p1-2+deb12u7 amd64 secure shell (SSH) server, for secure access from remote machines
|
||||
ii openssh-sftp-server 1:9.2p1-2+deb12u7 amd64 secure shell (SSH) sftp server module, for SFTP access from remote machines
|
||||
|
|
|
|||
|
|
@ -24,10 +24,10 @@ import (
|
|||
|
||||
const (
|
||||
// Version is the current version of kic
|
||||
Version = "v0.0.50-1772266598-22719"
|
||||
Version = "v0.0.50-1774433820-22735"
|
||||
|
||||
// SHA of the kic base image
|
||||
baseImageSHA = "9a1ee811971b9b5e9be1b04408ba2b2ce6fd696483ebc1d8085aa2f1561f1ead"
|
||||
baseImageSHA = "23ca99754f44d169aa7e52bbf1355d7a8cbf270e42c2069a4095eabbf06c817f"
|
||||
// The name of the GCR kicbase repository
|
||||
gcrRepo = "gcr.io/k8s-minikube/kicbase-builds"
|
||||
// The name of the Dockerhub kicbase repository
|
||||
|
|
|
|||
|
|
@ -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.50-1772266598-22719@sha256:9a1ee811971b9b5e9be1b04408ba2b2ce6fd696483ebc1d8085aa2f1561f1ead")
|
||||
--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.50-1774433820-22735@sha256:23ca99754f44d169aa7e52bbf1355d7a8cbf270e42c2069a4095eabbf06c817f")
|
||||
--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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue