You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Suppose we have an index directly pointing to several images with different platforms. Each image have an artifact attached as below:
graph TD
Z>v1] -..-> index
A["artifact(linux/s390x)"] -- subject --> B["image"]
C["artifact(linux/amd64)"] -- subject --> D["image"]
E["artifact(linux/arm64)"] -- subject --> F["image"]
index -- linux/s390x --> B
index -- linux/arm64 --> D
index -- linux/amd64 --> F
Loading
Using below command, oras user can copy all the images and artifacts into a new target (registry or image layout) and tag the index in the destination as v2:
Suppose we have an index directly pointing to several images with different platforms. Each image have an artifact attached as below:
Using below command, oras user can copy all the images and artifacts into a new target (registry or image layout) and tag the index in the destination as
v2: