We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7dc92b3 + 1a341a6 commit 7e75010Copy full SHA for 7e75010
Dockerfile
@@ -98,7 +98,7 @@ RUN git-checkout-tag-with-hash.sh ${RUNC_VERSION} && \
98
mkdir -p /out
99
ENV CGO_ENABLED=1
100
# FIXME: avoid omitting libpathrs
101
-RUN set -x ; GO=xx-go CC=$(xx-info)-gcc STRIP=$(xx-info)-strip make BUILDTAGS="$(grep -oP "^BUILDTAGS := \K.*" Makefile | sed -e s/libpathrs//)" static && \
+RUN set -x ; GO=xx-go CC=$(xx-info)-gcc STRIP=$(xx-info)-strip make RUNC_BUILDTAGS="-libpathrs" static && \
102
xx-verify --static runc && cp -v -a runc /out/runc.${TARGETARCH}
103
104
FROM build-base AS build-bypass4netns
0 commit comments