Replies: 2 comments
-
To be clear, this command used to work (with the old Docker
More on the
and today, gives me a different response than yesterday:
which tells me this command hits the network. |
Beta Was this translation helpful? Give feedback.
-
Adding to my question, I found moby/buildkit#4854 which is IMO a bit more general than what I'm asking for here: I'm trying to get the manifest digest of an image in my builder cache, but that image isn't built here: it's from a registry. E.g.:
which appears to match
Any clues as to how to use |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi!
I've tried both:
to get that image's digest from my builder's cache (it's there, all local). BTW the expected answer (today) is:
However it is incomprehensible to me why even just the (non-experimental)
imagetools inspect
command takes 4-5s to respond... I don't see any CPU/RAM spikes... Is this hitting the network? Everything should be in my builder's cache though.How can I get the digest of my local copy of a tag in
<1s
?Oh and BTW
--format={{.Manifest.Digest}}
(withoutjson
formatting) is still broken: it ignores the Go tmpl.Thanks!
Beta Was this translation helpful? Give feedback.
All reactions