opencontainers / distribution-spec

OCI Distribution Specification
https://opencontainers.org
Apache License 2.0
824 stars 202 forks source link

Conformance: push/pull by digest test is needed #412

Closed sudo-bmitch closed 1 year ago

sudo-bmitch commented 1 year ago

I've encountered at least one registry that doesn't allow pulling a manifest until it has been pushed with a tag (so after pushing by digest, a pull is responding with a 404). I don't think that follows the spec, but we would want a conformance test to verify registries support pushing and pulling by digest.

jdolitsky commented 1 year ago

wondering if this is resolved by any open PRs?