exdx
exdx
The opm `build-tool` defaults to podman -- can podman build a container inside a container? The `opm export` command runs `docker|podman cp` which goes and creates a container, which fails...
Merge validation code from registry into api to deduplicate registry code Some registry specific validation would continue to exist in registry
Seeing a new interesting failure ``` • Failure [33.719 seconds] opm /home/runner/work/operator-registry/operator-registry/test/e2e/opm_test.go:219 using docker /home/runner/work/operator-registry/operator-registry/test/e2e/opm_test.go:489 builds and manipulates bundle and index images [It] /home/runner/work/operator-registry/operator-registry/test/e2e/opm_test.go:260 Unexpected error: : { Code: 1,...
Hi @betoredhat, thank you for opening this issue. It seems reasonable to support additional authentication for various file based opm commands. @joelanford would know best how to support this request.
Hi @camilamacedo86, Thank you for raising this issue -- it does look like the error message is unclear. It would be straightforward to provide a more informative error message in...
Hi @tonyskapunk, This is a valid use case that the command should support. Potentially updating the code to use the path-specific keys @joelanford mentioned is the correct approach. Since this...
It shouldn't -- I attempted to do exactly that in #800 but couldn't figure out why tests were failing on it. It ended up deprioritized but I/someone else could pick...
Looks like this was fixed upstream in podman, which is great. I suppose we will still have this issue with docker-based opm prune commands though.
One other solution is to break up the pulling and unpacking tool for the `opm prune` command. This was done in `opm index add` to help alleviate some issues. The...
Seems like a potentially straightforward solution would be changing the string being replaced from a `~` to something like an underscore. A configmap key must follow the same conventions as...