Skip to content

Commit 7ba2a76

Browse files
author
AOS Automation Release Team
committed
Updating openshift-enterprise-console-operator-container image to be consistent with ART
Reconciling with https://github.com/openshift/ocp-build-data/tree/4022cd290f00a44d667dda03f2d78d84a488c7ed/images/openshift-enterprise-console-operator.yml
1 parent b6b184b commit 7ba2a76

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-8-release-golang-1.20-openshift-4.15
4+
tag: rhel-9-release-golang-1.21-openshift-4.16

Dockerfile.rhel7

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

7-
FROM registry.ci.openshift.org/ocp/4.15:base
7+
FROM registry.ci.openshift.org/ocp/4.16:base-rhel9
88
RUN useradd console-operator
99
USER console-operator
1010
COPY --from=builder /go/src/github.com/openshift/console-operator/console /usr/bin/console

0 commit comments

Comments
 (0)