You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As Adrian Colley points out [1], clients may not be aquiring the
manifest over HTTP. In most cases, folks will know (from a
Content-Type header, a descriptor media type, or other means) what
type of blob they're dealing with before they look at the blob. I
expect client behavior like [2]:
If you can verify the digest, ignore Content-Type. If you can't
verify the digest, respect the Content-Type and require it to match
your expected media type (if any).
But in the absence of an HTTP-API spec I don't think we need to talk
about this at all.
[1]: opencontainers#390
[2]: opencontainers#390 (comment)
Signed-off-by: W. Trevor King <[email protected]>
0 commit comments