Skip to content
This repository was archived by the owner on Mar 20, 2026. It is now read-only.

Using container image digests from RedHat Registry#1241

Merged
harshavardhana merged 1 commit intominio:masterfrom
cniackz:use-sha-from-redhat-registry
Aug 17, 2022
Merged

Using container image digests from RedHat Registry#1241
harshavardhana merged 1 commit intominio:masterfrom
cniackz:use-sha-from-redhat-registry

Conversation

@cniackz
Copy link
Copy Markdown
Contributor

@cniackz cniackz commented Aug 16, 2022

The reason for this PR, it is to properly get the digests from Console Image, as with current option, there will be no match and hence updating the catalogs will continue to fail:

$ docker pull minio/console:v0.19.4
v0.19.4: Pulling from minio/console
Digest: sha256:930dc08dac5bad399e3e2af17d72e1e9c4ec1e8c8d6dedc83c4f685a47adaeb3 <--- Different than we need to update RedHat Catalogs.
Status: Image is up to date for minio/console:v0.19.4
docker.io/minio/console:v0.19.4

$ docker pull quay.io/minio/console:v0.19.4
v0.19.4: Pulling from minio/console
Digest: sha256:148331d40fd34a6b96a5f70acfd71e1d870b588a7b3ff6b646a0056d55ad5e9b <--- The one we need to update RedHat Catalogs.
Status: Downloaded newer image for quay.io/minio/console:v0.19.4
quay.io/minio/console:v0.19.4

Notice we introduced these lines specifically for RedHat repositories:

  1. https://github.com/redhat-openshift-ecosystem/certified-operators
  2. https://github.com/redhat-openshift-ecosystem/redhat-marketplace-operators

So quay.io registry is a must in those repositories for OLM to deploy our Operator while in the verification process.

@harshavardhana harshavardhana merged commit 0f187b4 into minio:master Aug 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

bug Something isn't working fixed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants