Skip to content

Commit 79b5612

Browse files
Merge pull request #1026 from openshift-bot/art-consistency-openshift-4.20-ose-operator-framework-tools
OCPBUGS-57554: Updating ose-operator-framework-tools-container image to be consistent with ART for 4.20
2 parents 654aac2 + 5a207de commit 79b5612

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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.23-openshift-4.19 AS builder-rhel8
1+
FROM registry.ci.openshift.org/ocp/builder:rhel-8-golang-1.24-openshift-4.20 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.23-openshift-4.19 AS builder
8+
FROM registry.ci.openshift.org/ocp/builder:rhel-9-golang-1.24-openshift-4.20 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.19:base-rhel9
15+
FROM registry.ci.openshift.org/ocp/4.20: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)