-
Notifications
You must be signed in to change notification settings - Fork 5
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
base: main
Are you sure you want to change the base?
Update README.md #61
Conversation
Updated certification process to automatic one Removed `v` from operator directory Signed-off-by: Maciej Kwiek <[email protected]>
There was a problem hiding this 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). |
There was a problem hiding this comment.
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
olm-for-cilium/.github/workflows/publish.yaml
Lines 56 to 65 in d08076c
- 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 }} |
|
||
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). |
There was a problem hiding this comment.
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
.
Updated certification process to automatic one
Removed
v
from operator directory