Skip to content

Commit 957ffee

Browse files
authored
Change DefaultIndexImage to UBI (#6726)
Description of the change: Change untar image from busybox to UBI image as #5191 Motivation for the change: Remove dependency on dockerhub Signed-off-by: Ivan Kolodiazhnyi <ikolodiazhny@nvidia.com>
1 parent af8f58d commit 957ffee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

internal/olm/fbcutil/util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const (
4848
// TODO(v2.0.0): pin this image tag to a specific version.
4949
DefaultIndexImage = DefaultIndexImageBase + "latest"
5050
// DefaultInitImage is the default image to be used in the registry init container
51-
DefaultInitImage = "docker.io/library/busybox:1.36.0"
51+
DefaultInitImage = "registry.access.redhat.com/ubi8:8.9"
5252
)
5353

5454
// 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 "docker.io/library/busybox:1.36.0")
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/ubi8:8.9")
3333
-h, --help help for bundle
3434
--index-image string index image in which to inject bundle (default "quay.io/operator-framework/opm:latest")
3535
--install-mode InstallModeValue install mode

0 commit comments

Comments
 (0)