I am not able to build a simple app via console, the same is working on lower version i.e. v4.12.
https://github.com/pankajps/DO288-apps/blob/main/apps/deploy-console/php-helloworld/index.php
trying to pull image-registry.openshift-image-registry.svc:5000/openshift/php@sha256:...
→ manifest unknown
…then tries external registry.ocp4.example.com/ubi8/php-82@sha256:...
→ manifest unknown
@pankajps we have a workaround here if you would like to try :
There is an issue with the _php:8.2-ubi8_ image when mirroring to the environment. As a temporary workaround, please switch to the _php:8.1-ubi9_ version.
You can switch either during the creation steps or, if the BuildConfig is already created, by running the following command:
#oc patch bc hello-world -p '{"spec":{"strategy":{"
@pankajps Thanks for reporting this issue to us. You are right, I was able to reproduce this issue at my end :
Let me report this to the course developers, this should be fixed asap.
@pankajps we have a workaround here if you would like to try :
There is an issue with the _php:8.2-ubi8_ image when mirroring to the environment. As a temporary workaround, please switch to the _php:8.1-ubi9_ version.
You can switch either during the creation steps or, if the BuildConfig is already created, by running the following command:
#oc patch bc hello-world -p '{"spec":{"strategy":{"
Thank you @Chetan_Tiwary_
You are welcome @pankajps ! Thanks for reporting this bug though!
Red Hat
Learning Community
A collaborative learning environment, enabling open source skill development.