-
Bug
-
Resolution: Done
-
Critical
-
DO280 - OCP4.10-en-2-20220811
-
None
-
True
-
-
False
-
ROLE
-
-
-
en-US (English)
Please fill in the following information:
URL: | https://rol.redhat.com/rol/app/courses/do280-4.10/pages/ch04s05 |
Reporter RHNID: | tyler.philips-ibm |
Section title: | Lab: Configuring Application Security |
Language: | English |
Issue description
Lab 4 unable to continue. Shows error message: error: unable to locate any local docker images with name "quay.io/redhattraining/wordpress:5.7-php7.4-apache"
Steps to reproduce:
Perform Lab 4 to step 4, after executing this command:
oc new-app --name wordpress \
--image quay.io/redhattraining/wordpress:5.7-php7.4-apache \
-e WORDPRESS_DB_HOST=mysql \
-e WORDPRESS_DB_NAME=wordpress \
-e WORDPRESS_TITLE=auth-review \
-e WORDPRESS_USER=wpuser \
-e WORDPRESS_PASSWORD=redhat123 \
-e WORDPRESS_EMAIL=student@redhat.com \
-e WORDPRESS_URL=wordpress-review.apps.ocp4.example.com
Workaround:
NA
Expected result:
...output omitted... -> Creating resources ... imagestream.image.openshift.io "wordpress" created deployment.apps "wordpress" created service "wordpress" created --> Success ...output omitted...
Actual result:{}
error: unable to locate any local docker images with name "quay.io/redhattraining/wordpress:5.7-php7.4-apache"