From e3f997b4dfa89da995c760c09dae91c9b587c09d Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 04:05:20 +0000 Subject: [PATCH] Update registry.redhat.io/openshift4/ose-operator-registry-rhel9 Docker tag to v4.18 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- v4.15/catalog.Dockerfile | 2 +- v4.16/catalog.Dockerfile | 2 +- v4.17/catalog.Dockerfile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/v4.15/catalog.Dockerfile b/v4.15/catalog.Dockerfile index b3bb1f1..8041e5a 100644 --- a/v4.15/catalog.Dockerfile +++ b/v4.15/catalog.Dockerfile @@ -1,6 +1,6 @@ # The base image is expected to contain # /bin/opm (with a serve subcommand) and /bin/grpc_health_probe -FROM registry.redhat.io/openshift4/ose-operator-registry-rhel9:v4.15 +FROM registry.redhat.io/openshift4/ose-operator-registry-rhel9:v4.18 # Configure the entrypoint and command ENTRYPOINT ["/bin/opm"] diff --git a/v4.16/catalog.Dockerfile b/v4.16/catalog.Dockerfile index 233f61e..8041e5a 100644 --- a/v4.16/catalog.Dockerfile +++ b/v4.16/catalog.Dockerfile @@ -1,6 +1,6 @@ # The base image is expected to contain # /bin/opm (with a serve subcommand) and /bin/grpc_health_probe -FROM registry.redhat.io/openshift4/ose-operator-registry-rhel9:v4.16 +FROM registry.redhat.io/openshift4/ose-operator-registry-rhel9:v4.18 # Configure the entrypoint and command ENTRYPOINT ["/bin/opm"] diff --git a/v4.17/catalog.Dockerfile b/v4.17/catalog.Dockerfile index 241b722..8041e5a 100644 --- a/v4.17/catalog.Dockerfile +++ b/v4.17/catalog.Dockerfile @@ -1,6 +1,6 @@ # The base image is expected to contain # /bin/opm (with a serve subcommand) and /bin/grpc_health_probe -FROM registry.redhat.io/openshift4/ose-operator-registry-rhel9:v4.17 +FROM registry.redhat.io/openshift4/ose-operator-registry-rhel9:v4.18 # Configure the entrypoint and command ENTRYPOINT ["/bin/opm"]