mirror of
https://github.com/docker/compose.git
synced 2026-09-22 13:34:20 +00:00
Load (cognitive complexity 48) mixed the enable/offline guards with the artifact pull, the cache check and the image-index indirection. The pull path moves to pullComposeArtifact and the index-to-manifest resolution to resolveComposeManifest. Load reads as: guards, cache lookup, pull on miss. No behavior change, including the last-matching-manifest-wins loop and the silent cache hit on a non-NotExist stat error. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Signed-off-by: Nicolas De Loof <nicolas.deloof@gmail.com> |
||
|---|---|---|
| .. | ||
| cache.go | ||
| cache_darwin.go | ||
| cache_unix.go | ||
| cache_windows.go | ||
| git.go | ||
| git_test.go | ||
| oci.go | ||
| oci_test.go | ||