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 7b299aa commit c1111a6Copy full SHA for c1111a6
.konflux/dockerfiles/controller.Dockerfile
@@ -10,7 +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
-RUN go build -ldflags="-X 'knative.dev/pkg/changeset.rev=$(cat HEAD)'" -mod=vendor -tags disable_gcp -tags strictfipsruntime -v -o /tmp/controller \
+RUN go build -ldflags="-X 'knative.dev/pkg/changeset.rev=$(cat HEAD)'" -mod=vendor -tags disable_gcp,strictfipsruntime -v -o /tmp/controller \
14
./cmd/controller
15
16
FROM $RUNTIME
0 commit comments