Skip to content

Commit 23b7c49

Browse files
committed
update dockerfile
Signed-off-by: savitaashture <[email protected]>
1 parent 4adae74 commit 23b7c49

File tree

3 files changed

+2
-94
lines changed

3 files changed

+2
-94
lines changed

.konflux/dockerfiles/git-init.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.22
1+
ARG GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.21
22
ARG RUNTIME=registry.redhat.io/ubi8/ubi:latest@sha256:8bd1b6306f8164de7fb0974031a0f903bd3ab3e6bcab835854d3d9a1a74ea5db
33

44
FROM $GO_BUILDER AS builder
@@ -13,7 +13,7 @@ ENV GOEXPERIMENT=strictfipsruntime
1313
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
1414

1515
FROM $RUNTIME
16-
ARG VERSION=git-init-1.17
16+
ARG VERSION=git-init-1.14
1717

1818
ENV BINARY=git-init \
1919
KO_APP=/ko-app \

.tekton/tektoncd-git-clone-1-15-git-init-pull-request.yaml

Lines changed: 0 additions & 49 deletions
This file was deleted.

.tekton/tektoncd-git-clone-1-15-git-init-push.yaml

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)