Skip to content

Commit 46a8a60

Browse files
committed
chore: Update base image version
Signed-off-by: Oliver Gondža <[email protected]>
1 parent 1b0595f commit 46a8a60

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.konflux/Containerfile.plugin

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,24 +13,27 @@
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" \
25+
description="Red Hat OpenShift GitOps Must Gather" \
2526
maintainer="William Tam <[email protected]>" \
2627
io.k8s.display-name="Red Hat OpenShift GitOps Must Gather"\
2728
io.openshift.tags="openshift,gitops-operator, must-gather" \
2829
io.openshift.maintainer.product="Red Hat OpenShift GitOps" \
30+
io.k8s.description="Red Hat OpenShift GitOps Must Gather" \
2931
io.openshift.maintainer.component="William Tam <[email protected]>"
30-
32+
3133
# Save original gather script
3234
RUN mv /usr/bin/gather /usr/bin/gather_original
3335

36+
# Use our gather script in place of the original one
3437
COPY gather_gitops.sh /usr/bin/gather
3538

3639
# Make it executable

0 commit comments

Comments
 (0)