Uploaded image for project: 'OpenShift Bugs'
  1. OpenShift Bugs
  2. OCPBUGS-32225

[enterprise-4.15] Issue in file installing/installing_bare_metal_ipi/ipi-install-installation-workflow.adoc

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • None
    • 4.13
    • None
    • False
    • Hide

      None

      Show
      None

      Description of problem:

      $ podman run -d --name rhcos_image_cache -v /home/kni/rhcos_image_cache:/var/www/html -p 8080:8080/tcp quay.io/centos8/httpd-24-centos8:latest
          Trying to pull quay.io/centos8/httpd-24-centos8:latest...
      Error: initializing source docker://quay.io/centos8/httpd-24-centos8:latest: reading manifest latest in quay.io/centos8/httpd-24-centos8: unauthorized: access to the requested resource is not authorized
      
      The reason is
      - latest is not set any more
      
      This should move from cento to some rhel image...
      
      A workaround is to use
      $ podman run -d --name rhcos_image_cache -v /home/kni/rhcos_image_cache:/var/www/html -p 8080:8080/tcp quay.io/centos7/httpd-24-centos7:2.4
      

      Version-Release number of selected component (if applicable):

      ocp 4.15

      How reproducible:

          always

      Steps to Reproduce:

          1. follow docu to podman run
          2. see the pull failing
       
          

      Actual results:

          no image found and no container running

      Expected results:

          image downloaded and container running

      Additional info:

          A workaround is to use
      $ podman run -d --name rhcos_image_cache -v /home/kni/rhcos_image_cache:/var/www/html -p 8080:8080/tcp quay.io/centos7/httpd-24-centos7:2.4 

            ocp-docs-bot OCP DocsBot
            j.thadden@redhat.com Joachim von Thadden
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: