-
Bug
-
Resolution: Done
-
Major
-
CRW 2.2.0
-
None
-
devex docs #188 Aug 6-Aug 28
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>
Instead we should tell users to use skopeo copy --all to preserve digests. This is also important for multiarch containers.
- documents
-
RHDEVDOCS-2234 List digests of CRW images (not just tags) in Restricted Env install guide (was [OCP 3.11] Unable to install CRW 2.2 in disconnected environment)
- Closed