Skip to content

Commit 25053d5

Browse files
author
AOS Automation Release Team
committed
Updating openshift-enterprise-console-operator-container image to be consistent with ART for 4.20
Reconciling with https://github.com/openshift/ocp-build-data/tree/8f77fc475c95f9d98c348deb2feb88f5952d7357/images/openshift-enterprise-console-operator.yml
1 parent 7904e3f commit 25053d5

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.23-openshift-4.19
4+
tag: rhel-9-release-golang-1.24-openshift-4.20

Dockerfile.rhel7

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.23-openshift-4.19 AS builder
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.20 AS builder
22
ARG TAGS=ocp
33
WORKDIR /go/src/github.com/openshift/console-operator
44
COPY . .
55
ENV GO_PACKAGE github.com/openshift/console-operator
66
RUN go build -ldflags "-X $GO_PACKAGE/pkg/version.versionFromGit=$(git describe --long --tags --abbrev=7 --match 'v[0-9]*')" -tags="${TAGS}" -o console ./cmd/console
77

8-
FROM registry.ci.openshift.org/ocp/4.19:base-rhel9
8+
FROM registry.ci.openshift.org/ocp/4.20:base-rhel9
99
RUN useradd console-operator
1010
USER console-operator
1111
COPY --from=builder /go/src/github.com/openshift/console-operator/console /usr/bin/console

0 commit comments

Comments
 (0)