Skip to content

Commit bd188a4

Browse files
committed
1-16-4 update dockerfile
Signed-off-by: savitaashture <[email protected]>
1 parent 1179769 commit bd188a4

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,5 +1,5 @@
11
ARG GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.23
2-
ARG RUNTIME=registry.redhat.io/ubi8/ubi:latest@sha256:8bd1b6306f8164de7fb0974031a0f903bd3ab3e6bcab835854d3d9a1a74ea5db
2+
ARG RUNTIME=registry.redhat.io/ubi8/ubi:latest@sha256:244e9858f9d8a2792a3dceb850b4fa8fdbd67babebfde42587bfa919d5d1ecef
33

44
FROM $GO_BUILDER AS builder
55

@@ -12,7 +12,7 @@ ENV GODEBUG="http2server=0"
1212
RUN cd image/git-init && go build -ldflags="-X 'knative.dev/pkg/changeset.rev=$(cat HEAD)'" -mod=vendor -v -o /tmp/tektoncd-catalog-git-clone
1313

1414
FROM $RUNTIME
15-
ARG VERSION=git-init-1.15.3
15+
ARG VERSION=git-init-1.16.4
1616

1717
ENV BINARY=git-init \
1818
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)