operator-registry
operator-registry copied to clipboard
Operator Registry runs in a Kubernetes or OpenShift cluster to provide operator catalog data to Operator Lifecycle Manager.
Building an index image with a local-only image results in an authorization error, resulting from an image not being present remotely for pulling. The container tool used does not matter....
`opm alpha bundle validate` fails if the CRD contains field validation. Error: ``` opm alpha bundle validate --tag quay.io/johnstrunk/snapscheduler.v1.1.0:latest INFO[0000] Create a temp directory at /tmp/bundle-248706423 container-tool=docker DEBU[0000] Pulling and...
While attempting to create an index image (https://github.com/operator-framework/operator-registry#building-an-index-of-operators-using-opm) opm produces misleading error message, even though the bundle image passes validation, scorecard, and appears to meet the needed spec. When using...
**Use case:** As a user, I'd like to have a beta channel with versions ahead of the default stable channel. For example: Beta v0.2.0 Stable v0.1.0 Default channel = stable...
Provide a digest and signature for the built binaries: 1. Clients can verify that the binary is unaltered 1. Clients can verify that the binary is authentic
If I run `opm version` from inside the upstream-opm-builder container, it reports that it doesn't know its version. ``` docker run --rm -it quay.io/operator-framework/upstream-opm-builder / # opm version Version: version.Version{OpmVersion:"unknown",...
**Description of the change:** Updating error log when calling `Resolve` method to log `ref.String()` since if there is an error `name` will be `nil` and the logging an empty value...
**Context** I am using the `opm alpha render-veneer semver` command to generate a catalog from the following veneer: ```yaml Schema: olm.semver GenerateMajorChannels: false GenerateMinorChannels: true Candidate: Bundles: [] Fast: Bundles:...
Signed-off-by: Jordan Keister **Description of the change:** api side of this transaction is https://github.com/operator-framework/api/pull/266 **Motivation for the change:** exposing FBC read/write capabilities so other tools could use them easily. Since...
**Description of the change:** Updated Go version to 1.19 **Motivation for the change:** https://github.com/operator-framework/operator-registry/issues/1007 **Reviewer Checklist** - [ ] Implementation matches the proposed design, or proposal is updated to match...