-
Bug
-
Resolution: Obsolete
-
Minor
-
None
-
openshift-4.15, openshift-4.14.z, openshift-4.13, openshift-4.12, openshift-4.16
-
None
-
False
-
-
False
-
-
Description of problem:
http server container image used is an old and no more valid one.
Version-Release number of selected component (if applicable):
4.14
How reproducible:
Steps to Reproduce:
1. go to https://docs.openshift.com/container-platform/4.14/installing/installing_bare_metal_ipi/ipi-install-installation-workflow.html#ipi-install-creating-an-rhcos-images-cache_ipi-install-installation-workflow
2. try to run step 10 : podman run http ...
3.
Actual results:
image does not start because it is an old and no more valid (centos7)
Expected results:
http server must start using podman run
Additional info:
Instead, can use : podman run -d --name rhcos_image_cache -v /home/kni/rhcos_image_cache:/var/www/html -p 8080:8080/tcp quay.io/fedora/httpd-24:latest