Skip to content

Commit 778e731

Browse files
committed
Update dockerfile
Signed-off-by: savitaashture <[email protected]>
1 parent 8a55076 commit 778e731

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.konflux/dockerfiles/git-init.Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,10 @@ COPY .konflux/patches patches/
99
RUN set -e; for f in patches/*.patch; do echo ${f}; [[ -f ${f} ]] || continue; git apply ${f}; done
1010
COPY head HEAD
1111
ENV GODEBUG="http2server=0"
12-
ENV GOEXPERIMENT=strictfipsruntime
13-
RUN cd image/git-init && go build -ldflags="-X 'knative.dev/pkg/changeset.rev=${CHANGESET_REV:0:7}'" -mod=vendor -tags strictfipsruntime -v -o /tmp/tektoncd-catalog-git-clone
12+
RUN cd image/git-init && go build -ldflags="-X 'knative.dev/pkg/changeset.rev=${CHANGESET_REV:0:7}'" -mod=vendor -v -o /tmp/tektoncd-catalog-git-clone
1413

1514
FROM $RUNTIME
16-
ARG VERSION=git-init-1.17
15+
ARG VERSION=git-init-1.15.3
1716

1817
ENV BINARY=git-init \
1918
KO_APP=/ko-app \

0 commit comments

Comments
 (0)