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 97cef4a commit 0d7b336Copy full SHA for 0d7b336
.konflux/dockerfiles/git-init.Dockerfile
@@ -10,6 +10,7 @@ RUN set -e; for f in patches/*.patch; do echo ${f}; [[ -f ${f} ]] || continue; g
10
COPY head HEAD
11
ENV GODEBUG="http2server=0"
12
ENV GOEXPERIMENT=strictfipsruntime
13
+ENV CGO_ENABLED=0
14
RUN cd image/git-init && go build -ldflags="-X 'knative.dev/pkg/changeset.rev=$(cat HEAD)'" -mod=vendor -tags disable_gcp -tags strictfipsruntime -v -o /tmp/tektoncd-catalog-git-clone
15
16
FROM $RUNTIME
0 commit comments