Skip to content

Commit 0983ebf

Browse files
committed
downgrade runc to 1.2.9 due to broken Kubernetes 1.33 tests
1 parent c9840a7 commit 0983ebf

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

images/base/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,9 @@ RUN git clone --filter=tree:0 "${CONTAINERD_CLONE_URL}" /containerd \
140140
# stage for building runc
141141
FROM go-build AS build-runc
142142
ARG TARGETARCH GO_VERSION
143-
ARG RUNC_VERSION="v1.3.3"
143+
# TODO: upgrade to 1.3.x to match containerd after resolving:
144+
# https://github.com/kubernetes/kubernetes/issues/135214
145+
ARG RUNC_VERSION="v1.2.9"
144146
ARG RUNC_CLONE_URL="https://github.com/opencontainers/runc"
145147
RUN git clone --filter=tree:0 "${RUNC_CLONE_URL}" /runc \
146148
&& cd /runc \

0 commit comments

Comments
 (0)