Adam Kaplan
Adam Kaplan
I encountered this as well - making the cli flags consistent should be required before the command is declared GA.
I am running into this issue as well - seems this is an issue with the quay.io/operatorhubio/catalog:latest image.
Use case that failed: ``` $ export CATALOG_INDEX_IMG = quay.io/operatorhubio/catalog:latest $ export VERSION = 0.0.1-SNAPSHOT $ export BUNDLE_IMAGE = my-bundle:latest $ opm index add --container-tool podman --mode semver --tag $VERSION...
> Docker is just a third-party tool that we use with opm so we simply don't have a control over it. If there is a permission problem with the file...
This convention makes sense to me, and it feels like there is a lot developers can do here. For example, if a project wants to override the assemble script, you...
@imjasonh finally got around to adding an e2e test. Hopefully we can get this in before the big move to ko-build!
I found this recently - quay.io doesn't always support `spdx+json` media types - it fails if ko pushes to a sub-repository (example: quay.io/adambkaplan/hello-world/cmd-md5hash). Quay _does_ support `text/spdx+json`. ``` Error: error...
/kind cleanup
I am experiencing this issue when trying to write a Jenkins plugin. Steps to reproduce, using openjdk 11 and Apache Maven 3.8.6 (Red Hat 3.8.6-4): 1. Initialize a plugin repository...
Oh wow this was old. I can confirm that kind + rootless podman was working just fine on Fedora 37 Silverblue.