Skip to content

Commit 13f6b5e

Browse files
littlejawagkurz
authored andcommitted
osc-must-gather: change builder image
Using "latest" is causing an issue in our build. For some reason the s390x build can't find the "latest" tagged image. Also, we were still using "ose-must-gather", while there is an "ose-must-gather-rhel9" image available that's probably better suited for our release. This commit modifies the builder image to use "ose-must-gather-rhel9", and uses the tag "v4.19" rather than "latest". Signed-off-by: Julien Ropé <[email protected]> Signed-off-by: Greg Kurz <[email protected]>
1 parent b6093b6 commit 13f6b5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

must-gather/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.redhat.io/openshift4/ose-must-gather:latest as builder
1+
FROM registry.redhat.io/openshift4/ose-must-gather-rhel9:v4.19 as builder
22

33
FROM registry.access.redhat.com/ubi9/ubi-minimal:9.6-1755695350
44

0 commit comments

Comments
 (0)