Skip to content

Commit b465425

Browse files
committed
Update GO version to 1.22 and LABELs
1 parent 99c8f67 commit b465425

File tree

8 files changed

+24
-24
lines changed

8 files changed

+24
-24
lines changed

.konflux/dockerfiles/controller.Dockerfile

Lines changed: 3 additions & 3 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.23
1+
ARG GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.22
22
ARG RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal@sha256:e4ca1025efad7cc944fb991c716067b12e25ecbe05e6e81715a337179e417aa8
33

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

2525
LABEL \
26-
com.redhat.component="openshift-pipelines-controller-rhel9-container" \
27-
name="openshift-pipelines/pipelines-controller-rhel9" \
26+
com.redhat.component="openshift-pipelines-controller-rhel8-container" \
27+
name="openshift-pipelines/pipelines-controller-rhel8" \
2828
version=$VERSION \
2929
summary="Red Hat OpenShift Pipelines Controller" \
3030
maintainer="[email protected]" \

.konflux/dockerfiles/entrypoint.Dockerfile

Lines changed: 3 additions & 3 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.23
1+
ARG GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.22
22
ARG RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal@sha256:e4ca1025efad7cc944fb991c716067b12e25ecbe05e6e81715a337179e417aa8
33

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

2727
LABEL \
28-
com.redhat.component="openshift-pipelines-entrypoint-rhel9-container" \
29-
name="openshift-pipelines/pipelines-entrypoint-rhel9" \
28+
com.redhat.component="openshift-pipelines-entrypoint-rhel8-container" \
29+
name="openshift-pipelines/pipelines-entrypoint-rhel8" \
3030
version=$VERSION \
3131
summary="Red Hat OpenShift Pipelines Entrypoint" \
3232
maintainer="[email protected]" \

.konflux/dockerfiles/events.Dockerfile

Lines changed: 3 additions & 3 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.23
1+
ARG GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.22
22
ARG RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal@sha256:e4ca1025efad7cc944fb991c716067b12e25ecbe05e6e81715a337179e417aa8
33

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

2525
LABEL \
26-
com.redhat.component="openshift-pipelines-events-rhel9-container" \
27-
name="openshift-pipelines/pipelines-events-rhel9" \
26+
com.redhat.component="openshift-pipelines-events-rhel8-container" \
27+
name="openshift-pipelines/pipelines-events-rhel8" \
2828
version=$VERSION \
2929
summary="Red Hat OpenShift Pipelines Events" \
3030
maintainer="[email protected]" \

.konflux/dockerfiles/nop.Dockerfile

Lines changed: 3 additions & 3 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.23
1+
ARG GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.22
22
ARG RUNTIME=scratch
33

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

2525
LABEL \
26-
com.redhat.component="openshift-pipelines-nop-rhel9-container" \
27-
name="openshift-pipelines/pipelines-nop-rhel9" \
26+
com.redhat.component="openshift-pipelines-nop-rhel8-container" \
27+
name="openshift-pipelines/pipelines-nop-rhel8" \
2828
version=$VERSION \
2929
summary="Red Hat OpenShift Pipelines Nop" \
3030
maintainer="[email protected]" \

.konflux/dockerfiles/resolvers.Dockerfile

Lines changed: 3 additions & 3 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.23
1+
ARG GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.22
22
ARG RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal@sha256:e4ca1025efad7cc944fb991c716067b12e25ecbe05e6e81715a337179e417aa8
33

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

2525
LABEL \
26-
com.redhat.component="openshift-pipelines-resolvers-rhel9-container" \
27-
name="openshift-pipelines/pipelines-resolvers-rhel9" \
26+
com.redhat.component="openshift-pipelines-resolvers-rhel8-container" \
27+
name="openshift-pipelines/pipelines-resolvers-rhel8" \
2828
version=$VERSION \
2929
summary="Red Hat OpenShift Pipelines Resolvers" \
3030
maintainer="[email protected]" \

.konflux/dockerfiles/sidecarlogresults.Dockerfile

Lines changed: 3 additions & 3 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.23
1+
ARG GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.22
22
ARG RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal@sha256:e4ca1025efad7cc944fb991c716067b12e25ecbe05e6e81715a337179e417aa8
33

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

2525
LABEL \
26-
com.redhat.component="openshift-pipelines-sidecarlogresults-rhel9-container" \
27-
name="openshift-pipelines/pipelines-sidecarlogresults-rhel9" \
26+
com.redhat.component="openshift-pipelines-sidecarlogresults-rhel8-container" \
27+
name="openshift-pipelines/pipelines-sidecarlogresults-rhel8" \
2828
version=$VERSION \
2929
summary="Red Hat OpenShift Pipelines Sidecarlogresults" \
3030
maintainer="[email protected]" \

.konflux/dockerfiles/webhook.Dockerfile

Lines changed: 3 additions & 3 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.23
1+
ARG GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.22
22
ARG RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal@sha256:e4ca1025efad7cc944fb991c716067b12e25ecbe05e6e81715a337179e417aa8
33

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

2525
LABEL \
26-
com.redhat.component="openshift-pipelines-webhook-rhel9-container" \
27-
name="openshift-pipelines/pipelines-webhook-rhel9" \
26+
com.redhat.component="openshift-pipelines-webhook-rhel8-container" \
27+
name="openshift-pipelines/pipelines-webhook-rhel8" \
2828
version=$VERSION \
2929
summary="Red Hat OpenShift Pipelines Webhook" \
3030
maintainer="[email protected]" \

.konflux/dockerfiles/workingdirinit.Dockerfile

Lines changed: 3 additions & 3 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.23
1+
ARG GO_BUILDER=brew.registry.redhat.io/rh-osbs/openshift-golang-builder:v1.22
22
ARG RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal@sha256:e4ca1025efad7cc944fb991c716067b12e25ecbe05e6e81715a337179e417aa8
33

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

2525
LABEL \
26-
com.redhat.component="openshift-pipelines-workingdirinit-rhel9-container" \
27-
name="openshift-pipelines/pipelines-workingdirinit-rhel9" \
26+
com.redhat.component="openshift-pipelines-workingdirinit-rhel8-container" \
27+
name="openshift-pipelines/pipelines-workingdirinit-rhel8" \
2828
version=$VERSION \
2929
summary="Red Hat OpenShift Pipelines Workingdirinit" \
3030
maintainer="[email protected]" \

0 commit comments

Comments
 (0)