Skip to content

Commit 03a3c91

Browse files
authored
Kicbase/ISO: Update crun from 1.23 to 1.23.1 (#21330)
* Kicbase/ISO: Update crun from 1.23 to 1.23.1 * Updating kicbase image to v0.0.47-1755081124-21330
1 parent 9a0a22a commit 03a3c91

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

deploy/iso/minikube-iso/package/crun-latest/crun-latest.hash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@ sha256 a83b70b350e50ad320376685e975afae535dad64e982e2b7c57a0db45663902a crun-1.1
1616
sha256 fdd530a398e32c36ccb597a43d17692631257374b9121027d88bbc5bccb24442 crun-1.18.2.tar.gz
1717
sha256 f37ae4936832a4bde31d50028307e83bcc7af80f2d36779f4ac7c79cdfe682b0 crun-1.19.tar.gz
1818
sha256 cc80e3079daffb740d5f586b4a0269567c0961bc8321487fe7a3c2f13a178866 crun-1.23.tar.gz
19+
sha256 d752b7cee413d2cb9463cb6995fd50801a0a1574507ebfb550ea9f26d07743f8 crun-1.23.1.tar.gz

deploy/iso/minikube-iso/package/crun-latest/crun-latest.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
#
55
################################################################################
66

7-
CRUN_LATEST_VERSION = 1.23
8-
CRUN_LATEST_COMMIT = 3fc25616c5974fbdc98f852b2e80ea9219cdd4df
7+
CRUN_LATEST_VERSION = 1.23.1
8+
CRUN_LATEST_COMMIT = d20b23dba05e822b93b82f2f34fd5dada433e0c2
99
# need the pre-generated release tarball with the git submodules and configure
1010
CRUN_LATEST_SITE = https://github.com/containers/crun/releases/download/$(CRUN_LATEST_VERSION)
1111
CRUN_LATEST_LICENSE = GPL-2.0

hack/kicbase_version/os-package-list.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ ii coreutils 8.32-4.1ubuntu1.2 amd6
2222
ii cri-o 1.24.6~0 amd64 OCI-based implementation of Kubernetes Container Runtime Interface.
2323
ii cri-o-runc 1.1.12~0 amd64 Open Container Project - runtime
2424
ii cri-tools 1.25.0~0 amd64 A command line tool used for creating OCI images.
25-
ii criu 4.1-1 amd64 checkpoint and restore in userspace
25+
ii criu 4.1.1-1 amd64 checkpoint and restore in userspace
2626
ii crun 100:1.2-2 amd64 OCI runtime written in C
2727
ii curl 7.81.0-1ubuntu1.20 amd64 command line tool for transferring data with URL syntax
2828
ii dash 0.5.11+git20210903+057cd650a4ed-3build1 amd64 POSIX-compliant shell

pkg/drivers/kic/types.go

Lines changed: 2 additions & 2 deletions
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.47-1754427148-21248"
27+
Version = "v0.0.47-1755081124-21330"
2828

2929
// SHA of the kic base image
30-
baseImageSHA = "00c9425510aa01bea3bd1b35f94a988f8ef019e0d9005f64f2e7167abe6d21e1"
30+
baseImageSHA = "1664f4956e5cfa62cc2d3fde900bf07f14981afee7f6e768cdde6fae5cbaae7c"
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

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-builds:v0.0.47-1754427148-21248@sha256:00c9425510aa01bea3bd1b35f94a988f8ef019e0d9005f64f2e7167abe6d21e1")
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-1755081124-21330@sha256:1664f4956e5cfa62cc2d3fde900bf07f14981afee7f6e768cdde6fae5cbaae7c")
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)