Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using container image digests from RedHat Registry #1241

Merged
merged 1 commit into from
Aug 17, 2022
Merged

Using container image digests from RedHat Registry #1241

merged 1 commit into from
Aug 17, 2022

Conversation

cniackz
Copy link
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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants