Uploaded image for project: 'Docs for Red Hat Developers'
  1. Docs for Red Hat Developers
  2. RHDEVDOCS-2160

Instructions for offline mirroring use podman/docker pull, which changes digests and prevents installation on ocp3.11

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • CRW 2.3.0
    • CRW 2.2.0
    • Dev Spaces
    • None

      In CRW-1071, it's explained that this snippet of the install guide is wrong:

      Download, tag, and push the necessary images. Repeat the step for every image in the following lists:

      $ podman pull <image_name>:<image_tag>
      $ podman tag <image_name>:<image_tag> ${REGISTRY_ENDPOINT}/<organization>/<image_name>:<image_tag>
      $ podman push ${REGISTRY_ENDPOINT}/<organization>/<image_name>:<image_tag>

      https://access.redhat.com/documentation/en-us/red_hat_codeready_workspaces/2.2/html/installation_guide/installing-codeready-workspaces-in-a-restricted-environment#preparing-an-image-registry-for-installing-codeready-workspaces-in-a-restricted-environment

      Instead we should tell users to use skopeo copy --all to preserve digests. This is also important for multiarch containers.

              nickboldt Nick Boldt
              nickboldt Nick Boldt
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: