File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 18
18
# Basic deps
19
19
# @BINARY: the binary checksums are verified via Dockerfile.d/SHA256SUMS.d/<COMPONENT>-<VERSION>
20
20
ARG CONTAINERD_VERSION=v2.0.4@1a43cb6a1035441f9aca8f5666a9b3ef9e70ab20
21
- ARG RUNC_VERSION=v1.2.6@e89a29929c775025419ab0d218a43588b4c12b9a
21
+ ARG RUNC_VERSION=2ea0a21e58a2eca47b7f37ffda0db5b9e804cc6a@2ea0a21e58a2eca47b7f37ffda0db5b9e804cc6a
22
22
ARG CNI_PLUGINS_VERSION=v1.6.2@BINARY
23
23
24
24
# Extra deps: Build
@@ -86,7 +86,9 @@ RUN GO=xx-go make STATIC=1 && \
86
86
FROM build-base-debian AS build-runc
87
87
ARG RUNC_VERSION
88
88
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%@*}"
90
92
WORKDIR /go/src/github.com/opencontainers/runc
91
93
RUN git-checkout-tag-with-hash.sh ${RUNC_VERSION} && \
92
94
mkdir -p /out
You can’t perform that action at this time.
0 commit comments