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

Update README.md #61

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Update README.md #61

wants to merge 1 commit into from

Conversation

nebril
Copy link
Contributor

@nebril nebril commented Dec 19, 2023

Updated certification process to automatic one
Removed v from operator directory

Updated certification process to automatic one
Removed `v` from operator directory

Signed-off-by: Maciej Kwiek <[email protected]>
@nebril nebril requested a review from a team as a code owner December 19, 2023 09:42
@nickolaev nickolaev requested a review from fgiloux January 8, 2024 07:53
Copy link
Contributor

@fgiloux fgiloux left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My personal view is that we should stop publishing olm-for-cilium to the certified operators catalog and publish it to the community catalog instead.
This would however require some proper communication for minimizing disruption to users.

PFLT_DOCKERCONFIG=~/.docker/config.json preflight check container --pyxis-api-token=$RHCP_PREFLIGHT_API_KEY --submit --certification-project-id=ospid-104ec1da-384c-4d7c-bd27-9dbfd8377f5b scan.connect.redhat.com/ospid-104ec1da-384c-4d7c-bd27-9dbfd8377f5b/cilium-olm:v1.10.0
```

Next, login to [Redhat Parnter Connect][] and click "Publish" on the image (once the vulnerability scanning is done).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess you are relying on

- name: Run Preflight
run: |
ls ~/.docker
cat ~/.docker/config.json
preflight check container \
--pyxis-api-token=${{ secrets.RHCP_PREFLIGHT_API_KEY }} \
-d ~/.docker/config.json \
--submit \
--certification-project-id=5fbe31ec8b7d4976604cbde0 \
quay.io/redhat-isv-containers/5fbe31ec8b7d4976604cbde0:${{ env.OLM_TAG }}
to make the above redundant.


Once the image is published open a new PR in the [isovalent/certified-operators-cilium](https://github.com/isovalent/certified-operators-cilium), by adding the
new manifests to the appropriately named new directory under `operators/cilium` (`operators/cilium/v1.14.3`, for example).
new manifests to the appropriately named new directory under `operators/cilium` (`operators/cilium/1.14.3`, for example).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the rational for removing the "v"? It is also present under bundles and manifests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants