Merge pull request #21703 from minikube-bot/auto_bump_nerdctld_version-9ebf9fd
Kicbase: Update nerdctld from 0.6.1 to 0.7.0pull/21681/head
commit
7e40a0c7e2
|
|
@ -49,7 +49,7 @@ ARG CRI_DOCKERD_COMMIT="b9b889355f3002c01db294427964e454dfbc3feb"
|
||||||
ARG CNI_PLUGINS_VERSION="v1.4.0"
|
ARG CNI_PLUGINS_VERSION="v1.4.0"
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
ARG NERDCTL_VERSION="1.7.7"
|
ARG NERDCTL_VERSION="1.7.7"
|
||||||
ARG NERDCTLD_VERSION="0.6.1"
|
ARG NERDCTLD_VERSION="0.7.0"
|
||||||
|
|
||||||
# copy in static files (configs, scripts)
|
# copy in static files (configs, scripts)
|
||||||
COPY deploy/kicbase/10-network-security.conf /etc/sysctl.d/10-network-security.conf
|
COPY deploy/kicbase/10-network-security.conf /etc/sysctl.d/10-network-security.conf
|
||||||
|
|
|
||||||
|
|
@ -31,9 +31,9 @@ ii diffutils 1:3.8-4 amd64
|
||||||
ii dirmngr 2.2.40-1.1+deb12u1 amd64 GNU privacy guard - network certificate management service
|
ii dirmngr 2.2.40-1.1+deb12u1 amd64 GNU privacy guard - network certificate management service
|
||||||
ii dmsetup 2:1.02.185-2 amd64 Linux Kernel Device Mapper userspace library
|
ii dmsetup 2:1.02.185-2 amd64 Linux Kernel Device Mapper userspace library
|
||||||
ii dnsutils 1:9.18.33-1~deb12u2 all Transitional package for bind9-dnsutils
|
ii dnsutils 1:9.18.33-1~deb12u2 all Transitional package for bind9-dnsutils
|
||||||
ii docker-buildx-plugin 0.29.0-0~debian.12~bookworm amd64 Docker Buildx plugin extends build capabilities with BuildKit.
|
ii docker-buildx-plugin 0.29.1-1~debian.12~bookworm amd64 Docker Buildx plugin extends build capabilities with BuildKit.
|
||||||
ii docker-ce 5:28.4.0-1~debian.12~bookworm amd64 Docker: the open-source application container engine
|
ii docker-ce 5:28.5.0-1~debian.12~bookworm amd64 Docker: the open-source application container engine
|
||||||
ii docker-ce-cli 5:28.4.0-1~debian.12~bookworm amd64 Docker CLI: the open-source application container engine
|
ii docker-ce-cli 5:28.5.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 dpkg 1.21.22 amd64 Debian package management system
|
||||||
ii e2fsprogs 1.47.0-2+b2 amd64 ext2/ext3/ext4 file system utilities
|
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
|
ii ebtables 2.0.11-5 amd64 Ethernet bridge frame table administration
|
||||||
|
|
|
||||||
|
|
@ -24,10 +24,10 @@ import (
|
||||||
|
|
||||||
const (
|
const (
|
||||||
// Version is the current version of kic
|
// Version is the current version of kic
|
||||||
Version = "v0.0.48-1759382731-21643"
|
Version = "v0.0.48-1759745255-21703"
|
||||||
|
|
||||||
// SHA of the kic base image
|
// SHA of the kic base image
|
||||||
baseImageSHA = "ca1b4db171879edd6bbb9546a4b1afac2eb5be94a0f5528496e62d2ff99de37d"
|
baseImageSHA = "cb5cd2ea26aaf2d64a5ec385670af2f770e759461e4b662fd7a8fae305b74c92"
|
||||||
// The name of the GCR kicbase repository
|
// The name of the GCR kicbase repository
|
||||||
gcrRepo = "gcr.io/k8s-minikube/kicbase-builds"
|
gcrRepo = "gcr.io/k8s-minikube/kicbase-builds"
|
||||||
// The name of the Dockerhub kicbase repository
|
// The name of the Dockerhub kicbase repository
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ minikube start [flags]
|
||||||
--apiserver-port int The apiserver listening port (default 8443)
|
--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-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)
|
--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.48-1759382731-21643@sha256:ca1b4db171879edd6bbb9546a4b1afac2eb5be94a0f5528496e62d2ff99de37d")
|
--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-1759745255-21703@sha256:cb5cd2ea26aaf2d64a5ec385670af2f770e759461e4b662fd7a8fae305b74c92")
|
||||||
--binary-mirror string Location to fetch kubectl, kubelet, & kubeadm binaries from.
|
--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)
|
--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)
|
--cert-expiration duration Duration until minikube certificate expiration, defaults to three years (26280h). (default 26280h0m0s)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue