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 redhat containers #793

Merged
merged 2 commits into from
Jun 22, 2023
Merged

Using redhat containers #793

merged 2 commits into from
Jun 22, 2023

Conversation

cniackz
Copy link
Contributor

@cniackz cniackz commented Jun 6, 2023

Objective:

To use redhat containers for certification.

Reasoning:

https://access.redhat.com/support/cases/#/case/03522469
Once each container has been properly certified and published, then (and only then) can you certify your operator bundle.

How to test:

$ docker login https://registry.redhat.io
Username: <User>
Password: <Password>
Login Succeeded
image="registry.redhat.io/openshift4/ose-csi-external-provisioner"
docker pull "$image" | awk '/Digest/ { print $2}'

@cniackz cniackz added the certification for any given certification label Jun 6, 2023
@cniackz cniackz self-assigned this Jun 6, 2023
@Praveenrajmani
Copy link
Collaborator

We also need to use registry.redhat.io/openshift4/ose-csi-node-driver-registrar instead of quay.io/minio/csi-node-driver-registrar:v2.6.3 in node-server daemonset.

btw, i cannot see the daemonset in minio-directpv-operator-rhmp.clusterserviceversion.yaml files. Though, i can see the daemonset in resources/base/.

We need the daemonset as well for DirectPV to work.

@Praveenrajmani
Copy link
Collaborator

Also, we can keep just one latest version (currently, v4.0.5) until we get certified. We can remove the other versions - v4.0.3, v4.0.4.

We can take care of future versions after DirectPV gets published successfully.

@Praveenrajmani
Copy link
Collaborator

PTAL @cniackz

@Praveenrajmani
Copy link
Collaborator

v4.0.6 is the latest version @cniackz

merging this PR, we can include this later

@Praveenrajmani Praveenrajmani merged commit 7cf106c into minio:master Jun 22, 2023
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
certification for any given certification
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants