We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9840a7 commit 0983ebfCopy full SHA for 0983ebf
images/base/Dockerfile
@@ -140,7 +140,9 @@ RUN git clone --filter=tree:0 "${CONTAINERD_CLONE_URL}" /containerd \
140
# stage for building runc
141
FROM go-build AS build-runc
142
ARG TARGETARCH GO_VERSION
143
-ARG RUNC_VERSION="v1.3.3"
+# 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"
146
ARG RUNC_CLONE_URL="https://github.com/opencontainers/runc"
147
RUN git clone --filter=tree:0 "${RUNC_CLONE_URL}" /runc \
148
&& cd /runc \
0 commit comments