Skip to content

v0.1.4: Use `HEAD` requests for `describeManifest()`

Latest
Compare
Choose a tag to compare
@danopia danopia released this 13 Apr 11:23
· 7 commits to main since this release
83a001a

Minor optimization of using HEAD instead of GET when describing a manifest from a remote registry. This is commonly done when resolving an image tag to a fixed digest. May avoid inflating image download counts when polling tags for updates.