mirror of
https://github.com/docker/compose.git
synced 2026-09-01 07:11:06 +00:00
buildx was imported for two narrow purposes, both replaced by docker/cli machinery compose already uses elsewhere: - storeutil.GetProxyConfig -> configfile.ParseProxyConfig, the same lookup docker build uses (also picks up ALL_PROXY and lowercase variants) - the dry-run image resolver (buildx builder + imagetools) -> a DistributionInspect through the daemon with credentials from the CLI config file, i.e. the same path a real pull/push would take; the encoded-auth helper moves to internal/registry, shared with pull.go bake is unaffected: it already execs the buildx CLI plugin. Dropping the module also drops the transitive aws-sdk-go-v2 footprint (-328 lines of go.sum). Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com> |
||
|---|---|---|
| .. | ||
| desktop | ||
| experimental | ||
| locker | ||
| memnet | ||
| oci | ||
| paths | ||
| pidfile | ||
| registry | ||
| sync | ||
| tracing | ||
| variables.go | ||