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 c2bd58e commit 07b1c20Copy full SHA for 07b1c20
.konflux/dockerfiles/webhook.Dockerfile
@@ -10,7 +10,7 @@ ENV GODEBUG="http2server=0"
10
ENV GOEXPERIMENT=strictfipsruntime
11
RUN git rev-parse HEAD > /tmp/HEAD
12
RUN CGO_ENABLED=0 \
13
- go build -ldflags="-X 'knative.dev/pkg/changeset.rev=$(cat /tmp/HEAD)'" -mod=vendor -tags disable_gcp -tags strictfipsruntime -v -o /tmp/manual-approval-gate-webhook \
+ go build -ldflags="-X 'knative.dev/pkg/changeset.rev=$(cat /tmp/HEAD)'" -mod=vendor -tags disable_gcp,strictfipsruntime -v -o /tmp/manual-approval-gate-webhook \
14
./cmd/webhook
15
16
FROM $RUNTIME
0 commit comments