Skip to content

Commit 784790f

Browse files
committed
chore: Update base image version
Signed-off-by: Oliver Gondža <ogondza@gmail.com>
1 parent 1b0595f commit 784790f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.konflux/Containerfile.plugin

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,25 @@
1313
# limitations under the License.
1414
#
1515
# ------------------------------------------------------------------------
16-
FROM registry.redhat.io/openshift4/ose-must-gather:v4.15.0
16+
FROM registry.redhat.io/openshift4/ose-must-gather-rhel9:v4.16.0
1717

1818
LABEL \
1919
name="openshift-gitops-1/must-gather-rhel8" \
2020
License="Apache 2.0" \
2121
com.redhat.component="openshift-gitops-must-gather-container" \
22-
com.redhat.delivery.appregistry="false" \
22+
com.redhat.delivery.appregistry="false" \
2323
upstream-vcs-type="git" \
2424
summary="OpenShift GitOps Must Gather" \
2525
maintainer="William Tam <wtam@redhat.com>" \
2626
io.k8s.display-name="Red Hat OpenShift GitOps Must Gather"\
2727
io.openshift.tags="openshift,gitops-operator, must-gather" \
2828
io.openshift.maintainer.product="Red Hat OpenShift GitOps" \
29-
io.openshift.maintainer.component="William Tam <wtam@redhat.com>"
29+
io.openshift.maintainer.component="William Tam <wtam@redhat.com>"
3030

3131
# Save original gather script
3232
RUN mv /usr/bin/gather /usr/bin/gather_original
3333

34+
# Use our gather script in place of the original one
3435
COPY gather_gitops.sh /usr/bin/gather
3536

3637
# Make it executable

0 commit comments

Comments
 (0)