mirror of
https://github.com/kubernetes-sigs/kind.git
synced 2025-12-01 07:26:05 +07:00
update crictl to 1.30
This commit is contained in:
@@ -155,7 +155,7 @@ RUN git clone --filter=tree:0 "${RUNC_CLONE_URL}" /runc \
|
|||||||
FROM go-build as build-crictl
|
FROM go-build as build-crictl
|
||||||
ARG TARGETARCH GO_VERSION
|
ARG TARGETARCH GO_VERSION
|
||||||
ARG CRI_TOOLS_CLONE_URL="https://github.com/kubernetes-sigs/cri-tools"
|
ARG CRI_TOOLS_CLONE_URL="https://github.com/kubernetes-sigs/cri-tools"
|
||||||
ARG CRICTL_VERSION="v1.29.0"
|
ARG CRICTL_VERSION="v1.30.0"
|
||||||
RUN git clone --filter=tree:0 "${CRI_TOOLS_CLONE_URL}" /cri-tools \
|
RUN git clone --filter=tree:0 "${CRI_TOOLS_CLONE_URL}" /cri-tools \
|
||||||
&& cd /cri-tools \
|
&& cd /cri-tools \
|
||||||
&& git checkout "${CRICTL_VERSION}" \
|
&& git checkout "${CRICTL_VERSION}" \
|
||||||
|
|||||||
Reference in New Issue
Block a user