From 68bdc3e00ebc89ef5c24b8570ab9edd3a786b712 Mon Sep 17 00:00:00 2001 From: nmirasch Date: Thu, 17 Jul 2025 12:29:41 +0200 Subject: [PATCH] Update base image to version 4.15 Signed-off-by: nmirasch --- .konflux/Containerfile.plugin | 2 +- Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.konflux/Containerfile.plugin b/.konflux/Containerfile.plugin index 1759b5f..ec11110 100644 --- a/.konflux/Containerfile.plugin +++ b/.konflux/Containerfile.plugin @@ -13,7 +13,7 @@ # limitations under the License. # # ------------------------------------------------------------------------ -FROM registry.redhat.io/openshift4/ose-must-gather:v4.13.0 +FROM registry.redhat.io/openshift4/ose-must-gather:v4.15.0 LABEL \ name="openshift-gitops-1/must-gather-rhel8" \ diff --git a/Dockerfile b/Dockerfile index de2b153..a205917 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM quay.io/openshift/origin-must-gather:4.13 +FROM quay.io/openshift/origin-must-gather:4.15 # Save original gather script RUN mv /usr/bin/gather /usr/bin/gather_original