Skip to content

Commit cad6d67

Browse files
committed
updating rest of the UBI images to 9.7
Signed-off-by: Adam D. Cornett <adc@redhat.com>
1 parent 42500c0 commit cad6d67

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

images/scorecard-untar/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM registry.access.redhat.com/ubi9/ubi:9.5
1+
FROM registry.access.redhat.com/ubi9/ubi:9.7
22

33
## Create a new non-root user to run as
44
ENV HOME=/opt/scorecard-untar \

internal/olm/fbcutil/util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const (
4747
// TODO(v2.0.0): pin this image tag to a specific version.
4848
DefaultIndexImage = DefaultIndexImageBase + "latest"
4949
// DefaultInitImage is the default image to be used in the registry init container
50-
DefaultInitImage = "registry.access.redhat.com/ubi9/ubi:9.4"
50+
DefaultInitImage = "registry.access.redhat.com/ubi9/ubi:9.7"
5151
)
5252

5353
// BundleDeclcfg represents a minimal File-Based Catalog.

website/content/en/docs/cli/operator-sdk_run_bundle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ operator-sdk run bundle <bundle-image> [flags]
2929

3030
```
3131
--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"
32-
--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.4")
32+
--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")
3333
-h, --help help for bundle
3434
--image-pull-policy string image pull policy for the registry pod (default "Always")
3535
--index-image string index image in which to inject bundle (default "quay.io/operator-framework/opm:latest")

0 commit comments

Comments
 (0)