Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .konflux/dockerfiles/controller.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.23
ARG GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.22
ARG RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal@sha256:e4ca1025efad7cc944fb991c716067b12e25ecbe05e6e81715a337179e417aa8

FROM $GO_BUILDER AS builder
Expand All @@ -23,8 +23,8 @@ COPY --from=builder /tmp/controller /ko-app/controller
COPY head ${KO_DATA_PATH}/HEAD

LABEL \
com.redhat.component="openshift-pipelines-controller-rhel9-container" \
name="openshift-pipelines/pipelines-controller-rhel9" \
com.redhat.component="openshift-pipelines-controller-rhel8-container" \
name="openshift-pipelines/pipelines-controller-rhel8" \
version=$VERSION \
summary="Red Hat OpenShift Pipelines Controller" \
maintainer="pipelines-extcomm@redhat.com" \
Expand Down
6 changes: 3 additions & 3 deletions .konflux/dockerfiles/entrypoint.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.23
ARG GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.22
ARG RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal@sha256:e4ca1025efad7cc944fb991c716067b12e25ecbe05e6e81715a337179e417aa8

FROM $GO_BUILDER AS builder
Expand All @@ -25,8 +25,8 @@ COPY --from=builder /tmp/entrypoint /ko-app/entrypoint
COPY head ${KO_DATA_PATH}/HEAD

LABEL \
com.redhat.component="openshift-pipelines-entrypoint-rhel9-container" \
name="openshift-pipelines/pipelines-entrypoint-rhel9" \
com.redhat.component="openshift-pipelines-entrypoint-rhel8-container" \
name="openshift-pipelines/pipelines-entrypoint-rhel8" \
version=$VERSION \
summary="Red Hat OpenShift Pipelines Entrypoint" \
maintainer="pipelines-extcomm@redhat.com" \
Expand Down
6 changes: 3 additions & 3 deletions .konflux/dockerfiles/events.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.23
ARG GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.22
ARG RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal@sha256:e4ca1025efad7cc944fb991c716067b12e25ecbe05e6e81715a337179e417aa8

FROM $GO_BUILDER AS builder
Expand All @@ -23,8 +23,8 @@ COPY --from=builder /tmp/events /ko-app/events
COPY head ${KO_DATA_PATH}/HEAD

LABEL \
com.redhat.component="openshift-pipelines-events-rhel9-container" \
name="openshift-pipelines/pipelines-events-rhel9" \
com.redhat.component="openshift-pipelines-events-rhel8-container" \
name="openshift-pipelines/pipelines-events-rhel8" \
version=$VERSION \
summary="Red Hat OpenShift Pipelines Events" \
maintainer="pipelines-extcomm@redhat.com" \
Expand Down
6 changes: 3 additions & 3 deletions .konflux/dockerfiles/nop.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.23
ARG GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.22
ARG RUNTIME=scratch

FROM $GO_BUILDER AS builder
Expand All @@ -23,8 +23,8 @@ COPY --from=builder /tmp/nop /ko-app/nop
COPY head ${KO_DATA_PATH}/HEAD

LABEL \
com.redhat.component="openshift-pipelines-nop-rhel9-container" \
name="openshift-pipelines/pipelines-nop-rhel9" \
com.redhat.component="openshift-pipelines-nop-rhel8-container" \
name="openshift-pipelines/pipelines-nop-rhel8" \
version=$VERSION \
summary="Red Hat OpenShift Pipelines Nop" \
maintainer="pipelines-extcomm@redhat.com" \
Expand Down
6 changes: 3 additions & 3 deletions .konflux/dockerfiles/resolvers.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.23
ARG GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.22
ARG RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal@sha256:e4ca1025efad7cc944fb991c716067b12e25ecbe05e6e81715a337179e417aa8

FROM $GO_BUILDER AS builder
Expand All @@ -23,8 +23,8 @@ COPY --from=builder /tmp/resolvers /ko-app/resolvers
COPY head ${KO_DATA_PATH}/HEAD

LABEL \
com.redhat.component="openshift-pipelines-resolvers-rhel9-container" \
name="openshift-pipelines/pipelines-resolvers-rhel9" \
com.redhat.component="openshift-pipelines-resolvers-rhel8-container" \
name="openshift-pipelines/pipelines-resolvers-rhel8" \
version=$VERSION \
summary="Red Hat OpenShift Pipelines Resolvers" \
maintainer="pipelines-extcomm@redhat.com" \
Expand Down
6 changes: 3 additions & 3 deletions .konflux/dockerfiles/sidecarlogresults.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.23
ARG GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.22
ARG RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal@sha256:e4ca1025efad7cc944fb991c716067b12e25ecbe05e6e81715a337179e417aa8

FROM $GO_BUILDER AS builder
Expand All @@ -23,8 +23,8 @@ COPY --from=builder /tmp/sidecarlogresults /ko-app/sidecarlogresults
COPY head ${KO_DATA_PATH}/HEAD

LABEL \
com.redhat.component="openshift-pipelines-sidecarlogresults-rhel9-container" \
name="openshift-pipelines/pipelines-sidecarlogresults-rhel9" \
com.redhat.component="openshift-pipelines-sidecarlogresults-rhel8-container" \
name="openshift-pipelines/pipelines-sidecarlogresults-rhel8" \
version=$VERSION \
summary="Red Hat OpenShift Pipelines Sidecarlogresults" \
maintainer="pipelines-extcomm@redhat.com" \
Expand Down
6 changes: 3 additions & 3 deletions .konflux/dockerfiles/webhook.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.23
ARG GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.22
ARG RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal@sha256:e4ca1025efad7cc944fb991c716067b12e25ecbe05e6e81715a337179e417aa8

FROM $GO_BUILDER AS builder
Expand All @@ -23,8 +23,8 @@ COPY --from=builder /tmp/webhook /ko-app/webhook
COPY head ${KO_DATA_PATH}/HEAD

LABEL \
com.redhat.component="openshift-pipelines-webhook-rhel9-container" \
name="openshift-pipelines/pipelines-webhook-rhel9" \
com.redhat.component="openshift-pipelines-webhook-rhel8-container" \
name="openshift-pipelines/pipelines-webhook-rhel8" \
version=$VERSION \
summary="Red Hat OpenShift Pipelines Webhook" \
maintainer="pipelines-extcomm@redhat.com" \
Expand Down
6 changes: 3 additions & 3 deletions .konflux/dockerfiles/workingdirinit.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.23
ARG GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.22
ARG RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal@sha256:e4ca1025efad7cc944fb991c716067b12e25ecbe05e6e81715a337179e417aa8

FROM $GO_BUILDER AS builder
Expand All @@ -23,8 +23,8 @@ COPY --from=builder /tmp/workingdirinit /ko-app/workingdirinit
COPY head ${KO_DATA_PATH}/HEAD

LABEL \
com.redhat.component="openshift-pipelines-workingdirinit-rhel9-container" \
name="openshift-pipelines/pipelines-workingdirinit-rhel9" \
com.redhat.component="openshift-pipelines-workingdirinit-rhel8-container" \
name="openshift-pipelines/pipelines-workingdirinit-rhel8" \
version=$VERSION \
summary="Red Hat OpenShift Pipelines Workingdirinit" \
maintainer="pipelines-extcomm@redhat.com" \
Expand Down