From 61bde764846996a3019b325bacea2a16efa26434 Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 20:31:15 +0000 Subject: [PATCH] chore(deps): update registry.redhat.io/openshift4/ose-operator-registry-rhel9 docker tag to v4.17 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- catalog/v4.15/Dockerfile | 2 +- catalog/v4.16/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/catalog/v4.15/Dockerfile b/catalog/v4.15/Dockerfile index a7744e7..bd66c3c 100644 --- a/catalog/v4.15/Dockerfile +++ b/catalog/v4.15/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.17 # Configure the entrypoint and command ENTRYPOINT ["/bin/opm"] diff --git a/catalog/v4.16/Dockerfile b/catalog/v4.16/Dockerfile index 4a78e1b..bd66c3c 100644 --- a/catalog/v4.16/Dockerfile +++ b/catalog/v4.16/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.17 # Configure the entrypoint and command ENTRYPOINT ["/bin/opm"]