Skip to content

Commit 6f500ac

Browse files
Merge pull request #490 from openshift-bot/art-consistency-openshift-4.21-ose-olm-operator-controller
OCPBUGS-62370: Updating ose-olm-operator-controller-container image to be consistent with ART for 4.21
2 parents d839ba9 + 55ea16b commit 6f500ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.ci-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
build_root_image:
22
name: release
33
namespace: openshift
4-
tag: rhel-9-release-golang-1.24-openshift-4.20
4+
tag: rhel-9-release-golang-1.24-openshift-4.21

openshift/operator-controller.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.20 AS builder
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.21 AS builder
22

33
ARG SOURCE_GIT_COMMIT
44
ENV GIT_COMMIT=${SOURCE_GIT_COMMIT}
@@ -14,7 +14,7 @@ RUN make -f openshift/Makefile go-build-local && \
1414
cp ./bin/olmv1-tests-ext /tmp/build/olmv1-tests-ext && \
1515
gzip -f /tmp/build/olmv1-tests-ext
1616

17-
FROM registry.ci.openshift.org/ocp/4.20:base-rhel9
17+
FROM registry.ci.openshift.org/ocp/4.21:base-rhel9
1818
USER 1001
1919
COPY --from=builder /build/bin/operator-controller /operator-controller
2020
COPY --from=builder /tmp/build/olmv1-tests-ext.gz /usr/bin/olmv1-tests-ext.gz

0 commit comments

Comments
 (0)