-
Bug
-
Resolution: Done
-
Blocker
-
2.3.0.GA
-
None
The staging operator metadata (https://quay.io/application/redhat-operators-stage/codeready-workspaces) seems to contain the correct operator image sha:
containerImage: registry.stage.redhat.io/codeready-workspaces-operator@sha256:aae42a2298875c4dc271ef846f38cf96bd2f8ead8403aed2832065ae2a505084
^^ This is sha of latest 2.3-15 build of operator container -https://brewweb.engineering.redhat.com/brew/buildinfo?buildID=1281479
But trying to pull this image from staging fails:
$ podman pull registry.stage.redhat.io/codeready-workspaces-operator@sha256:aae42a2298875c4dc271ef846f38cf96bd2f8ead8403aed2832065ae2a505084 Trying to pull registry.stage.redhat.io/codeready-workspaces-operator@sha256:aae42a2298875c4dc271ef846f38cf96bd2f8ead8403aed2832065ae2a505084... unknown: Not Found Error: unable to pull registry.stage.redhat.io/codeready-workspaces-operator@sha256:aae42a2298875c4dc271ef846f38cf96bd2f8ead8403aed2832065ae2a505084: Error initializing s ource docker://registry.stage.redhat.io/codeready-workspaces-operator@sha256:aae42a2298875c4dc271ef846f38cf96bd2f8ead8403aed2832065ae2a505084: Error reading manifest sha2 56:aae42a2298875c4dc271ef846f38cf96bd2f8ead8403aed2832065ae2a505084 in registry.stage.redhat.io/codeready-workspaces-operator: unknown: Not Found
I get the same error from OCP, when I try to install CRW through operatorhub.
So far I don't have much more info - will try to update if I find something of interest.