-
Notifications
You must be signed in to change notification settings - Fork 2
Feature request: show image IDs/SHAs #3
Comments
It's trivial with the V1 API, but with V2 I can't seem to get the hash of a given tag in the manifest, see https://github.com/docker/distribution/blob/master/docs/spec/api.md#pulling-an-image-manifest I'll leave this open because it needs more investigation. |
Hmm, I see what you mean about the V2 API. In fact, it looks like there are now 2 V2 manifest formats to contend with:
For For |
If we can differentiate easily between However, for
|
It's in the header! Under |
From latest experiments, it looks like the Header's
|
Here's how to get the digest properly:
The trick was |
It would be really handy if tagfish could show image IDs and/or SHAs related to a tag. Perhaps a
--verbose
mode?The text was updated successfully, but these errors were encountered: