File tree Expand file tree Collapse file tree 8 files changed +16
-14
lines changed
aarch64/package/cri-dockerd-aarch64
x86_64/package/cri-dockerd Expand file tree Collapse file tree 8 files changed +16
-14
lines changed Original file line number Diff line number Diff line change @@ -526,8 +526,8 @@ jobs:
526
526
sudo apt-get update -qq
527
527
sudo apt-get -qq -y install conntrack
528
528
sudo apt-get -qq -y install socat
529
- CRI_DOCKERD_VERSION="v0.3.3 "
530
- CRI_DOCKERD_COMMIT="b58acf8f78f9d7bce1241d1cddb0932e7101f278 "
529
+ CRI_DOCKERD_VERSION="v0.3.12 "
530
+ CRI_DOCKERD_COMMIT="c2e3805c946c16ec7e3a6d35ec5d72d72dc0c742 "
531
531
CRI_DOCKERD_BASE_URL="https://storage.googleapis.com/kicbase-artifacts/cri-dockerd/${CRI_DOCKERD_COMMIT}"
532
532
sudo curl -L "${CRI_DOCKERD_BASE_URL}/amd64/cri-dockerd" -o /usr/bin/cri-dockerd
533
533
sudo curl -L "${CRI_DOCKERD_BASE_URL}/cri-docker.socket" -o /usr/lib/systemd/system/cri-docker.socket
Original file line number Diff line number Diff line change @@ -645,8 +645,8 @@ jobs:
645
645
sudo apt-get update -qq
646
646
sudo apt-get -qq -y install conntrack
647
647
sudo apt-get -qq -y install socat
648
- CRI_DOCKERD_VERSION="v0.3.3 "
649
- CRI_DOCKERD_COMMIT="b58acf8f78f9d7bce1241d1cddb0932e7101f278 "
648
+ CRI_DOCKERD_VERSION="v0.3.12 "
649
+ CRI_DOCKERD_COMMIT="c2e3805c946c16ec7e3a6d35ec5d72d72dc0c742 "
650
650
CRI_DOCKERD_BASE_URL="https://storage.googleapis.com/kicbase-artifacts/cri-dockerd/${CRI_DOCKERD_COMMIT}"
651
651
sudo curl -L "${CRI_DOCKERD_BASE_URL}/amd64/cri-dockerd" -o /usr/bin/cri-dockerd
652
652
sudo curl -L "${CRI_DOCKERD_BASE_URL}/cri-docker.socket" -o /usr/lib/systemd/system/cri-docker.socket
Original file line number Diff line number Diff line change @@ -6,3 +6,4 @@ sha256 a2e31a5c8ef122a91c4d4107ba2e0cb4950940f9bbf02ee3020715ba051caef9 0de30fc5
6
6
sha256 fc467606256ef13d89365df00a1c4b4b4226628c1a6fd68d2c3fda32bdf36291 9a87d6ae274ecf0f23776920964d6484bd679282.tar.gz
7
7
sha256 b01ec9f9953d0017e8728927ebcc46c7ee63e435027b7e67106eb93fc83c387f 23513f4cfe8f02bc02130b4edba2c9d2c8fd320b.tar.gz
8
8
sha256 2d491257fb767a413069c7e4e85454c08a9f3456454a8fd840474d44135f5570 b58acf8f78f9d7bce1241d1cddb0932e7101f278.tar.gz
9
+ sha256 d83e2c9c7b678e2a2ec7e902e9cf46928e42ef72686f003ae5c85d6dc32ed380 c2e3805c946c16ec7e3a6d35ec5d72d72dc0c742.tar.gz
Original file line number Diff line number Diff line change 4
4
#
5
5
# ###############################################################################
6
6
7
- CRI_DOCKERD_AARCH64_VER = 0.3.3
8
- CRI_DOCKERD_AARCH64_REV = b58acf8
9
- CRI_DOCKERD_AARCH64_VERSION = b58acf8f78f9d7bce1241d1cddb0932e7101f278
7
+ CRI_DOCKERD_AARCH64_VER = 0.3.12
8
+ CRI_DOCKERD_AARCH64_REV = c2e3805
9
+ CRI_DOCKERD_AARCH64_VERSION = c2e3805c946c16ec7e3a6d35ec5d72d72dc0c742
10
10
CRI_DOCKERD_AARCH64_SITE = https://github.com/Mirantis/cri-dockerd/archive
11
11
CRI_DOCKERD_AARCH64_SOURCE = $(CRI_DOCKERD_AARCH64_VERSION ) .tar.gz
12
12
Original file line number Diff line number Diff line change @@ -6,3 +6,4 @@ sha256 a2e31a5c8ef122a91c4d4107ba2e0cb4950940f9bbf02ee3020715ba051caef9 0de30fc5
6
6
sha256 fc467606256ef13d89365df00a1c4b4b4226628c1a6fd68d2c3fda32bdf36291 9a87d6ae274ecf0f23776920964d6484bd679282.tar.gz
7
7
sha256 b01ec9f9953d0017e8728927ebcc46c7ee63e435027b7e67106eb93fc83c387f 23513f4cfe8f02bc02130b4edba2c9d2c8fd320b.tar.gz
8
8
sha256 2d491257fb767a413069c7e4e85454c08a9f3456454a8fd840474d44135f5570 b58acf8f78f9d7bce1241d1cddb0932e7101f278.tar.gz
9
+ sha256 d83e2c9c7b678e2a2ec7e902e9cf46928e42ef72686f003ae5c85d6dc32ed380 c2e3805c946c16ec7e3a6d35ec5d72d72dc0c742.tar.gz
Original file line number Diff line number Diff line change 4
4
#
5
5
# ###############################################################################
6
6
7
- CRI_DOCKERD_VER = 0.3.3
8
- CRI_DOCKERD_REV = b58acf8
9
- CRI_DOCKERD_VERSION = b58acf8f78f9d7bce1241d1cddb0932e7101f278
7
+ CRI_DOCKERD_VER = 0.3.12
8
+ CRI_DOCKERD_REV = c2e3805
9
+ CRI_DOCKERD_VERSION = c2e3805c946c16ec7e3a6d35ec5d72d72dc0c742
10
10
CRI_DOCKERD_SITE = https://github.com/Mirantis/cri-dockerd/archive
11
11
CRI_DOCKERD_SOURCE = $(CRI_DOCKERD_VERSION ) .tar.gz
12
12
Original file line number Diff line number Diff line change @@ -43,8 +43,8 @@ FROM ${UBUNTU_JAMMY_IMAGE} as kicbase
43
43
44
44
ARG BUILDKIT_VERSION="v0.13.1"
45
45
ARG CRIO_VERSION="1.24"
46
- ARG CRI_DOCKERD_VERSION="v0.3.3 "
47
- ARG CRI_DOCKERD_COMMIT="b58acf8f78f9d7bce1241d1cddb0932e7101f278 "
46
+ ARG CRI_DOCKERD_VERSION="v0.3.12 "
47
+ ARG CRI_DOCKERD_COMMIT="c2e3805c946c16ec7e3a6d35ec5d72d72dc0c742 "
48
48
ARG CNI_PLUGINS_VERSION="v1.4.0"
49
49
ARG TARGETARCH
50
50
ARG NERDCTL_VERSION="1.7.4"
Original file line number Diff line number Diff line change @@ -70,12 +70,12 @@ if ! which socat &>/dev/null; then
70
70
fi
71
71
72
72
# cri-dockerd is required for Kubernetes v1.24+ with none driver
73
- CRI_DOCKERD_VERSION=" 0.3.3 "
73
+ CRI_DOCKERD_VERSION=" 0.3.12 "
74
74
if [[ $( cri-dockerd --version 2>&1 ) != * " $CRI_DOCKERD_VERSION " * ]]; then
75
75
echo " WARNING: expected version of cri-dockerd is not installed. will try to install."
76
76
sudo systemctl stop cri-docker.socket || true
77
77
sudo systemctl stop cri-docker.service || true
78
- CRI_DOCKERD_COMMIT=" b58acf8f78f9d7bce1241d1cddb0932e7101f278 "
78
+ CRI_DOCKERD_COMMIT=" c2e3805c946c16ec7e3a6d35ec5d72d72dc0c742 "
79
79
CRI_DOCKERD_BASE_URL=" https://storage.googleapis.com/kicbase-artifacts/cri-dockerd/${CRI_DOCKERD_COMMIT} "
80
80
sudo curl -L " ${CRI_DOCKERD_BASE_URL} /amd64/cri-dockerd" -o /usr/bin/cri-dockerd
81
81
sudo curl -L " ${CRI_DOCKERD_BASE_URL} /cri-docker.socket" -o /usr/lib/systemd/system/cri-docker.socket
You can’t perform that action at this time.
0 commit comments