File tree Expand file tree Collapse file tree 8 files changed +24
-24
lines changed Expand file tree Collapse file tree 8 files changed +24
-24
lines changed Original file line number Diff line number Diff line change 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
2
2
ARG RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal@sha256:e4ca1025efad7cc944fb991c716067b12e25ecbe05e6e81715a337179e417aa8
3
3
4
4
FROM $GO_BUILDER AS builder
@@ -23,8 +23,8 @@ COPY --from=builder /tmp/controller /ko-app/controller
23
23
COPY head ${KO_DATA_PATH}/HEAD
24
24
25
25
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 " \
28
28
version=$VERSION \
29
29
summary="Red Hat OpenShift Pipelines Controller" \
30
30
Original file line number Diff line number Diff line change 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
2
2
ARG RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal@sha256:e4ca1025efad7cc944fb991c716067b12e25ecbe05e6e81715a337179e417aa8
3
3
4
4
FROM $GO_BUILDER AS builder
@@ -25,8 +25,8 @@ COPY --from=builder /tmp/entrypoint /ko-app/entrypoint
25
25
COPY head ${KO_DATA_PATH}/HEAD
26
26
27
27
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 " \
30
30
version=$VERSION \
31
31
summary="Red Hat OpenShift Pipelines Entrypoint" \
32
32
Original file line number Diff line number Diff line change 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
2
2
ARG RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal@sha256:e4ca1025efad7cc944fb991c716067b12e25ecbe05e6e81715a337179e417aa8
3
3
4
4
FROM $GO_BUILDER AS builder
@@ -23,8 +23,8 @@ COPY --from=builder /tmp/events /ko-app/events
23
23
COPY head ${KO_DATA_PATH}/HEAD
24
24
25
25
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 " \
28
28
version=$VERSION \
29
29
summary="Red Hat OpenShift Pipelines Events" \
30
30
Original file line number Diff line number Diff line change 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
2
2
ARG RUNTIME=scratch
3
3
4
4
FROM $GO_BUILDER AS builder
@@ -23,8 +23,8 @@ COPY --from=builder /tmp/nop /ko-app/nop
23
23
COPY head ${KO_DATA_PATH}/HEAD
24
24
25
25
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 " \
28
28
version=$VERSION \
29
29
summary="Red Hat OpenShift Pipelines Nop" \
30
30
Original file line number Diff line number Diff line change 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
2
2
ARG RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal@sha256:e4ca1025efad7cc944fb991c716067b12e25ecbe05e6e81715a337179e417aa8
3
3
4
4
FROM $GO_BUILDER AS builder
@@ -23,8 +23,8 @@ COPY --from=builder /tmp/resolvers /ko-app/resolvers
23
23
COPY head ${KO_DATA_PATH}/HEAD
24
24
25
25
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 " \
28
28
version=$VERSION \
29
29
summary="Red Hat OpenShift Pipelines Resolvers" \
30
30
Original file line number Diff line number Diff line change 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
2
2
ARG RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal@sha256:e4ca1025efad7cc944fb991c716067b12e25ecbe05e6e81715a337179e417aa8
3
3
4
4
FROM $GO_BUILDER AS builder
@@ -23,8 +23,8 @@ COPY --from=builder /tmp/sidecarlogresults /ko-app/sidecarlogresults
23
23
COPY head ${KO_DATA_PATH}/HEAD
24
24
25
25
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 " \
28
28
version=$VERSION \
29
29
summary="Red Hat OpenShift Pipelines Sidecarlogresults" \
30
30
Original file line number Diff line number Diff line change 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
2
2
ARG RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal@sha256:e4ca1025efad7cc944fb991c716067b12e25ecbe05e6e81715a337179e417aa8
3
3
4
4
FROM $GO_BUILDER AS builder
@@ -23,8 +23,8 @@ COPY --from=builder /tmp/webhook /ko-app/webhook
23
23
COPY head ${KO_DATA_PATH}/HEAD
24
24
25
25
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 " \
28
28
version=$VERSION \
29
29
summary="Red Hat OpenShift Pipelines Webhook" \
30
30
Original file line number Diff line number Diff line change 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
2
2
ARG RUNTIME=registry.access.redhat.com/ubi8/ubi-minimal@sha256:e4ca1025efad7cc944fb991c716067b12e25ecbe05e6e81715a337179e417aa8
3
3
4
4
FROM $GO_BUILDER AS builder
@@ -23,8 +23,8 @@ COPY --from=builder /tmp/workingdirinit /ko-app/workingdirinit
23
23
COPY head ${KO_DATA_PATH}/HEAD
24
24
25
25
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 " \
28
28
version=$VERSION \
29
29
summary="Red Hat OpenShift Pipelines Workingdirinit" \
30
30
You can’t perform that action at this time.
0 commit comments