File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 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
1818LABEL \
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 <wtam@redhat.com>" \
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" \
29- io.openshift.maintainer.component="William Tam <wtam@redhat.com>"
30+ io.k8s.description="Red Hat OpenShift GitOps Must Gather" \
31+ io.openshift.maintainer.component="William Tam <wtam@redhat.com>"
3032
3133# Save original gather script
3234RUN mv /usr/bin/gather /usr/bin/gather_original
3335
36+ # Use our gather script in place of the original one
3437COPY gather_gitops.sh /usr/bin/gather
3538
3639# Make it executable
You can’t perform that action at this time.
0 commit comments