We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04a9536 commit 92986f2Copy full SHA for 92986f2
1 file changed
Dockerfile
@@ -19,7 +19,7 @@
19
20
# Basic deps
21
ARG CONTAINERD_VERSION=v2.0.0-rc.3
22
-ARG RUNC_VERSION=v1.1.13
+ARG RUNC_VERSION=a41b62a5e121d0e609ff71c4b78398a699d644fd
23
ARG CNI_PLUGINS_VERSION=v1.5.1
24
25
# Extra deps: Build
@@ -90,7 +90,7 @@ WORKDIR /go/src/github.com/opencontainers/runc
90
RUN git checkout ${RUNC_VERSION} && \
91
mkdir -p /out
92
ENV CGO_ENABLED=1
93
-RUN GO=xx-go make static && \
+RUN GO=xx-go CC=$(xx-info)-gcc STRIP=$(xx-info)-strip make static && \
94
xx-verify --static runc && cp -v -a runc /out/runc.${TARGETARCH}
95
96
FROM build-base-debian AS build-bypass4netns
0 commit comments