Skip to content

Commit 2925e5c

Browse files
committed
Upgrade crio to 1.15.0
The repository was moved to a separate organization
1 parent 4e5f173 commit 2925e5c

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

deploy/iso/minikube-iso/package/crio-bin/crio-bin.hash

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ sha256 92588998dbb79002c38f65f84602b5659f0d0ef1cd36b1a568a2e40269b66816 v1.13.0.
55
sha256 48e7cf64a757d62a3edf214e1b93b74d99f090ca924f956ede2494a260eab2db v1.13.1.tar.gz
66
sha256 7435c4745017f06c260973b049440d924efe65b0df008d14175dfb8f5e23b599 v1.14.0.tar.gz
77
sha256 1f6f72b1f89d4286b2d5b54a48f4d5ed4c0c01065d484635dcb343a706feb743 v1.14.1.tar.gz
8+
sha256 f7041a92e2d3a4c341be8df58f1076ba57ecb5daa02b6c65e652530c5f242739 v1.15.0.tar.gz

deploy/iso/minikube-iso/package/crio-bin/crio-bin.mk

+5-5
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
#
55
################################################################################
66

7-
CRIO_BIN_VERSION = v1.14.1
8-
CRIO_BIN_COMMIT = b7644f67e6383cc862b3e37fb74fba334b0b2721
9-
CRIO_BIN_SITE = https://github.com/kubernetes-sigs/cri-o/archive
7+
CRIO_BIN_VERSION = v1.15.0
8+
CRIO_BIN_COMMIT = 485227d727401fa0472a449b5df3b0537e314ebb
9+
CRIO_BIN_SITE = https://github.com/cri-o/cri-o/archive
1010
CRIO_BIN_SOURCE = $(CRIO_BIN_VERSION).tar.gz
1111
CRIO_BIN_DEPENDENCIES = host-go libgpgme
1212
CRIO_BIN_GOPATH = $(@D)/_output
@@ -23,8 +23,8 @@ define CRIO_BIN_USERS
2323
endef
2424

2525
define CRIO_BIN_CONFIGURE_CMDS
26-
mkdir -p $(CRIO_BIN_GOPATH)/src/github.com/kubernetes-sigs
27-
ln -sf $(@D) $(CRIO_BIN_GOPATH)/src/github.com/kubernetes-sigs/cri-o
26+
mkdir -p $(CRIO_BIN_GOPATH)/src/github.com/cri-o
27+
ln -sf $(@D) $(CRIO_BIN_GOPATH)/src/github.com/cri-o/cri-o
2828
endef
2929

3030
define CRIO_BIN_BUILD_CMDS

0 commit comments

Comments
 (0)