mirror of
https://github.com/docker/compose.git
synced 2026-08-04 14:47:40 +00:00
Pulling an oci:// resource resolved each layer digest through the registry manifests endpoint, which answers 500 when the digest points to a non-manifest blob. containerd v2.3.0+ (pulled in by buildx v0.36 and buildkit v0.32) no longer falls back to the blobs endpoint unless manifests returned 404, so publish/pull of compose artifacts broke. Fetch layers directly with the descriptors already listed in the manifest instead of resolving them again. Signed-off-by: Guillaume Lours <glours@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| cache.go | ||
| cache_darwin.go | ||
| cache_unix.go | ||
| cache_windows.go | ||
| git.go | ||
| git_test.go | ||
| oci.go | ||
| oci_test.go | ||