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.
## Versions opm version: ``` Version: version.Version{OpmVersion:"b576eef43", GitCommit:"b576eef43e0d4c3745435a068b8bf42ec347eda3", BuildDate:"2022-04-11T10:00:51Z", GoOs:"darwin", GoArch:"amd64"} ``` podman version: ``` Client: Podman Engine Version: 4.0.3 API Version: 4.0.3 Go Version: go1.18 Built: Fri Apr 1...
**Description of the change:** **Motivation for the change:** **Reviewer Checklist** - [ ] Implementation matches the proposed design, or proposal is updated to match implementation - [ ] Sufficient unit...
**Description of the change:** add support for the `olm.constraint` bundle property in `alpha diff`. **Motivation for the change:** this is the only change needed to handle the new constraint type...
Hello, On "opm index" we are able to pass custom pull secrets using the REGISTRY_AUTH_FILE environment variable, this is not working for "opm render". Could you please add support for...
Currently `opm render` does not seem to allow multiple auth to the same registry in its auth file (`~/.docker/config.json`) Say you have an auth file as this example: ```JSON {...
Hi team, `opm render` is able to consume bundle image. But we are missing the feature to render bundle directory as an input. So directly processing directory which contains CSV...
Adding bundles to an index using the `--binary image` option, new layers are added, increasing the size of the images exponentially. This only does **not** happen if the binary image...
## Description When using `opm` tooling to interact with bundles, we always need to build an image to use the opm tooling. For example: - `opm alpha bundle validate --tag...
## Introduction OPM recently changed their semver package #910. It does not allow the "v" prefix in the CSV version fields. When running bundle validation command, my expectation is that...
## Description The opm tooling uses a `containerd` registry under-the-hood: https://github.com/operator-framework/operator-registry/tree/master/pkg/image/containerdregistry. The issue with this is that `containerd` is unaware of the local docker cache (or local podman cache). It...