You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following command fails when running as a non-root user: opm index add --generate --bundles registry-proxy-stage.engineering.redhat.com:443/rh-osbs-stage/e2e-e2e-test-rhel8-operator@sha256:6a525f684641298088ced4a7df91a7937d00a433cc5ddf404d6409bc5e2d9b89 --binary-image registry-proxy.engineering.redhat.com/rh-osbs/openshift-ose-operator-registry@sha256:ed2481437d9713fc49d76d101ee0b5bd5f6b53a3e8b440ae3551563aea4ff2bf --from-index registry-proxy-stage.engineering.redhat.com/rh-osbs-stage/iib:985.
Using podman would be a suitable workaround if podman v1.9.2 was released for RHEL 8, but the latest is 1.6.4 and that version does not have the following feature which is required containers/podman#5234 for using digests instead of tags.
The following command fails when running as a non-root user:
opm index add --generate --bundles registry-proxy-stage.engineering.redhat.com:443/rh-osbs-stage/e2e-e2e-test-rhel8-operator@sha256:6a525f684641298088ced4a7df91a7937d00a433cc5ddf404d6409bc5e2d9b89 --binary-image registry-proxy.engineering.redhat.com/rh-osbs/openshift-ose-operator-registry@sha256:ed2481437d9713fc49d76d101ee0b5bd5f6b53a3e8b440ae3551563aea4ff2bf --from-index registry-proxy-stage.engineering.redhat.com/rh-osbs-stage/iib:985
.This fails with:
If I run the same command as root, it is successful. Additionally, if I run the same command using
podman
v1.9.2 as shown here, it works just fine:Using podman would be a suitable workaround if podman v1.9.2 was released for RHEL 8, but the latest is 1.6.4 and that version does not have the following feature which is required containers/podman#5234 for using digests instead of tags.
By the way, here is the output of
opm version
:The text was updated successfully, but these errors were encountered: