Skip to content

Commit 27ed523

Browse files
AOS Automation Release Teamci-robot
authored andcommitted
UPSTREAM: <carry>: Updating ose-olm-catalogd-container image to be consistent with ART for 5.0
Reconciling with https://github.com/openshift-eng/ocp-build-data/tree/7691ed4dc0b6585b358f9e73fb736ace9a48a286/images/ose-olm-catalogd.yml
1 parent b4775d6 commit 27ed523

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

openshift/catalogd.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.26-openshift-4.23 AS builder
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.26-openshift-5.0 AS builder
22

33
ARG SOURCE_GIT_COMMIT
44
ENV GIT_COMMIT=${SOURCE_GIT_COMMIT}
55
WORKDIR /build
66
COPY . .
77
RUN make go-build-local
88

9-
FROM registry.ci.openshift.org/ocp/4.22:base-rhel9
9+
FROM registry.ci.openshift.org/ocp/5.0:base-rhel9
1010
USER 1001
1111
COPY --from=builder /build/bin/catalogd /catalogd
1212
COPY openshift/catalogd/cp-manifests /cp-manifests

0 commit comments

Comments
 (0)