-
Bug
-
Resolution: Done-Errata
-
Normal
-
None
-
4.17.z, 4.18.z, 4.19
-
Quality / Stability / Reliability
-
False
-
-
2
-
None
-
None
-
None
-
None
-
uShift Sprint 268, uShift Sprint 269
-
2
-
Done
-
Bug Fix
-
-
None
-
None
-
None
-
None
Description of problem:
LVMS image distribution manifest contains images for 4 platforms. Since we are preserving digests when copying those images, we must copy all-or-nothing.
Version-Release number of selected component (if applicable):
Introduced in 4.17 when we optimized LVMS image integration
How reproducible:
100%
Steps to Reproduce:
skopeo inspect --raw --authfile ~/.pull-secret.json docker://<lvms_image_reference>
Actual results:
Distribution manifest is presented, including images from 4 platforms.
Expected results:
We should use platform-specific images to save on disk and network.
Additional info:
$ skopeo inspect --raw --authfile ~/.pull-secret.json docker://registry.redhat.io/lvms4/lvms-rhel9-operator@sha256:bd6dc4d6e90fdbcdb844759e203c9c591abc5ac29a956257a90bda101a37b76e | jq '.manifests[].platform' { "architecture": "amd64", "os": "linux" } { "architecture": "arm64", "os": "linux" } { "architecture": "ppc64le", "os": "linux" } { "architecture": "s390x", "os": "linux" }
- is triggering
-
OCPBUGS-54779 RHDE (bootc upgrade Issue) ISO Size Increase Due to Duplicate Image Storage in MicroShift Preload
-
- New
-
- links to
-
RHEA-2024:11040 Red Hat build of MicroShift 4.19.z bug fix and enhancement update