Skip to content

Commit 97a3268

Browse files
Merge pull request #826 from openshift-bot/art-consistency-openshift-4.16-ose-operator-framework-tools
OCPBUGS-37456: Updating ose-operator-framework-tools-container image to be consistent with ART for 4.16
2 parents a897b78 + 448e1ab commit 97a3268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

operator-framework-tools.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ 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.16: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)