Enabling 'skopeo inspect' to display the architectures supported by an image hosted on a remote registry
#28487
Replies: 2 comments
-
|
you can use |
Beta Was this translation helpful? Give feedback.
-
|
That '
Then as it is, I could conclude its resulting output is meant to be identical to the one resulting from ' For what matters, I did not expect from an answer here that it would be revealed an inconsistency in outputs resulting from ' |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. Currently,
skopeocan inspect an image hosted on a remote registry's repository and reveal repository tags that are associated to it—necessary knowledge. Equally necessary is knowledge of the hardware architectures supported by the image. Couldn't the same be true for them?Currently, importing a copy of the image hosted on the registry's repository onto the local host is required beforehand to determine its architectures.
Illustration with an image to which the tag "latest" is associated
chosen image:
quay.io/podman/hellonote: image referred to as '
<image>' in following command-linesExistence of that tag
'
podman search --list-tags --format={{.Tag}} <image>'Only then do we know the architectural specifications that are valid for the desired image. And so, the image with the desired supported architecture can be inspected.
Beta Was this translation helpful? Give feedback.
All reactions