You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
buildx/util
Justin Chadwell 78d8b926db inspect: lazily load attestation data
Delay loading the attestation data immediately, and only compute it upon
request. We do this using a deferred function which allows to define the
computation in the same place as before, but perform the computation
later.

With this patch, we ensure that the attestation data is only pulled from
the remote if it is actually referenced in the format string -
otherwise, we can skip it, for improved performance.

Signed-off-by: Justin Chadwell <me@jedevc.com>
2 years ago
..
buildflags buildflags: warn on duplicate attest field 2 years ago
cobrautil cli: fix builder persistent flag 3 years ago
confutil create: load default buildkit config if none specified 3 years ago
dockerutil dockerutil pkg to manage docker api client and context 2 years ago
gitutil build: warn if git operation fails 2 years ago
imagetools inspect: lazily load attestation data 2 years ago
logutil Remove uses of deprecated io/ioutil 3 years ago
platformutil separate manual and automatically detected platforms 5 years ago
progress Merge pull request #1305 from jedevc/progress-group-prefixed-writer 2 years ago
resolver allow multi-node push and imagetools to use custom registry config 3 years ago
tracing enable opentelemetry support 4 years ago
userfunc Dockerfile: update golangci-lint to 1.48.0 (go 1.19 support) 2 years ago
waitmap util: add waitmap for target synchronization 3 years ago