From d186477699ce9d8766839c8071b6a3c5a22cb2b2 Mon Sep 17 00:00:00 2001 From: "Adam D. Cornett" Date: Fri, 26 Jun 2026 10:33:45 -0700 Subject: [PATCH] updating images to ubi 9.8 Signed-off-by: Adam D. Cornett --- images/scorecard-untar/Dockerfile | 2 +- internal/olm/fbcutil/util.go | 2 +- website/content/en/docs/cli/operator-sdk_run_bundle.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/images/scorecard-untar/Dockerfile b/images/scorecard-untar/Dockerfile index 1a570292ec2..f2e81742649 100644 --- a/images/scorecard-untar/Dockerfile +++ b/images/scorecard-untar/Dockerfile @@ -1,4 +1,4 @@ -FROM registry.access.redhat.com/ubi9/ubi:9.7 +FROM registry.access.redhat.com/ubi9/ubi:9.8 ## Create a new non-root user to run as ENV HOME=/opt/scorecard-untar \ diff --git a/internal/olm/fbcutil/util.go b/internal/olm/fbcutil/util.go index a08ef296c80..c785a9f13f4 100644 --- a/internal/olm/fbcutil/util.go +++ b/internal/olm/fbcutil/util.go @@ -47,7 +47,7 @@ const ( // TODO(v2.0.0): pin this image tag to a specific version. DefaultIndexImage = DefaultIndexImageBase + "latest" // DefaultInitImage is the default image to be used in the registry init container - DefaultInitImage = "registry.access.redhat.com/ubi9/ubi:9.7" + DefaultInitImage = "registry.access.redhat.com/ubi9/ubi:9.8" ) // BundleDeclcfg represents a minimal File-Based Catalog. diff --git a/website/content/en/docs/cli/operator-sdk_run_bundle.md b/website/content/en/docs/cli/operator-sdk_run_bundle.md index 311e45b9607..d1d8a5f8124 100644 --- a/website/content/en/docs/cli/operator-sdk_run_bundle.md +++ b/website/content/en/docs/cli/operator-sdk_run_bundle.md @@ -29,7 +29,7 @@ operator-sdk run bundle [flags] ``` --ca-secret-name string Name of a generic secret containing a PEM root certificate file required to pull bundle images. This secret *must* be in the namespace that this command is configured to run in, and the file *must* be encoded under the key "cert.pem" - --decompression-image string image used in an init container in the registry pod to decompress the compressed catalog contents. cat and gzip binaries are expected to exist in the PATH (default "registry.access.redhat.com/ubi9/ubi:9.7") + --decompression-image string image used in an init container in the registry pod to decompress the compressed catalog contents. cat and gzip binaries are expected to exist in the PATH (default "registry.access.redhat.com/ubi9/ubi:9.8") -h, --help help for bundle --image-pull-policy string image pull policy for the registry pod (default "Always") --index-image string index image in which to inject bundle (default "quay.io/operator-framework/opm:latest")