Skip to content

Commit 0add0f0

Browse files
author
AOS Automation Release Team
committed
Updating ose-operator-framework-tools-container image to be consistent with ART for 4.18
Reconciling with https://github.com/openshift/ocp-build-data/tree/827ab4ccce9cbbcf82c9dbaf6398b61d6cff8d7a/images/ose-operator-framework-tools.yml
1 parent fe25418 commit 0add0f0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.22-openshift-4.17
4+
tag: rhel-9-release-golang-1.22-openshift-4.18

operator-framework-tools.Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.22-openshift-4.17 AS builder-rhel8
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.22-openshift-4.18 AS builder-rhel8
22
ENV GOPATH /go
33
ENV PATH $GOPATH/bin:/usr/local/go/bin:$PATH
44
WORKDIR /src
55
COPY . .
66
RUN make build/registry cross
77

8-
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.17 AS builder
8+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.22-openshift-4.18 AS builder
99
ENV GOPATH /go
1010
ENV PATH $GOPATH/bin:/usr/local/go/bin:$PATH
1111
WORKDIR /src
1212
COPY . .
1313
RUN make build/registry cross
1414

15-
FROM registry.ci.openshift.org/ocp/4.17:base-rhel9
15+
FROM registry.ci.openshift.org/ocp/4.18:base-rhel9
1616
ENTRYPOINT ["sh", "-c", "echo 'Running this image is not supported' && exit 1"]
1717
# clear any default CMD
1818
CMD []

0 commit comments

Comments
 (0)