Skip to content

Commit bf3dafb

Browse files
committed
WIP: Test upcoming runc 1.3
1 parent 7efb818 commit bf3dafb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Dockerfile

+4-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Basic deps
1919
# @BINARY: the binary checksums are verified via Dockerfile.d/SHA256SUMS.d/<COMPONENT>-<VERSION>
2020
ARG CONTAINERD_VERSION=v2.0.4@1a43cb6a1035441f9aca8f5666a9b3ef9e70ab20
21-
ARG RUNC_VERSION=v1.2.6@e89a29929c775025419ab0d218a43588b4c12b9a
21+
ARG RUNC_VERSION=2ea0a21e58a2eca47b7f37ffda0db5b9e804cc6a@2ea0a21e58a2eca47b7f37ffda0db5b9e804cc6a
2222
ARG CNI_PLUGINS_VERSION=v1.6.2@BINARY
2323

2424
# Extra deps: Build
@@ -86,7 +86,9 @@ RUN GO=xx-go make STATIC=1 && \
8686
FROM build-base-debian AS build-runc
8787
ARG RUNC_VERSION
8888
ARG TARGETARCH
89-
RUN git clone --quiet --depth 1 --branch "${RUNC_VERSION%@*}" https://github.com/opencontainers/runc.git /go/src/github.com/opencontainers/runc
89+
#RUN git clone --quiet --depth 1 --branch "${RUNC_VERSION%@*}" https://github.com/rata/runc.git /go/src/github.com/opencontainers/runc
90+
RUN git clone --quiet https://github.com/rata/runc.git /go/src/github.com/opencontainers/runc
91+
RUN cd /go/src/github.com/opencontainers/runc; git reset --hard "${RUNC_VERSION%@*}"
9092
WORKDIR /go/src/github.com/opencontainers/runc
9193
RUN git-checkout-tag-with-hash.sh ${RUNC_VERSION} && \
9294
mkdir -p /out

0 commit comments

Comments
 (0)