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

bundle: start creating file based catalog instead of sqlite #258

Merged
merged 3 commits into from
Sep 19, 2022

Conversation

iamniting
Copy link
Member

Sqlite-based catalogs and their related subcommands are deprecated.
Support for them will be removed in a future release.

Ref:
https://olm.operatorframework.io/docs/reference/file-based-catalogs/
https://olm.operatorframework.io/docs/reference/veneers/

Signed-off-by: Nitin Goyal nigoyal@redhat.com

@openshift-ci openshift-ci bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Sep 15, 2022
@iamniting
Copy link
Member Author

The workflow is failing as code for accessing the secret is added into the same PR I guess.

Copy link
Member

@jarrpa jarrpa left a comment

Choose a reason for hiding this comment

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

Changes look good. Any reason to keep index.Dockerfile after this if all the checks are passing? You should also probably update (or just remove) the "comma-separated list" comment in the .mk file.

Sqlite-based catalogs and their related subcommands are deprecated.
Support for them will be removed in a future release.

Ref:
https://olm.operatorframework.io/docs/reference/file-based-catalogs/
https://olm.operatorframework.io/docs/reference/veneers/

Signed-off-by: Nitin Goyal <nigoyal@redhat.com>
docker local cache prevents opm render to pull new bundle images
even if they are changed unless we change the image tag.

Signed-off-by: Nitin Goyal <nigoyal@redhat.com>
As opm render is running inside a container while making a container
image it does not have a access to the local registry and fails to
render odf-operator-bundle image.

To render odf-operator-bundle we will have to push it to the internet
where it is publically accesable or we can use the opm binary directly
on the machine instead of using it inside container.

It will push it to ocs-dev for now.

Signed-off-by: Nitin Goyal <nigoyal@redhat.com>
@iamniting
Copy link
Member Author

Changes look good. Any reason to keep index.Dockerfile after this if all the checks are passing? You should also probably update (or just remove) the "comma-separated list" comment in the .mk file.

done, I missed it earlier

Copy link
Contributor

@malayparida2000 malayparida2000 left a comment

Choose a reason for hiding this comment

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

/lgtm

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Sep 19, 2022
@openshift-ci
Copy link
Contributor

openshift-ci bot commented Sep 19, 2022

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: iamniting, malayparida2000

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@iamniting iamniting merged commit cbbbc38 into red-hat-storage:main Sep 19, 2022
@iamniting iamniting deleted the opm branch September 20, 2022 05:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants