Vendor distribution to correct config blob media type in schema2 manifest#21949
Conversation
…fest @nwt noticed that the media type specified in the config section of a schema2 manifest is application/octet-stream, instead of the correct value application/vnd.docker.container.image.v1+json. This brings in distribution/distribution#1622 to fix this. Signed-off-by: Aaron Lehmann <[email protected]>
|
@dmp42 inquired about getting this into 1.11. It fixes a spec compliance issue with the manifests generated by ping @icecrime |
|
I'm pretty sure it's too late. But I'll leave it up to others. Change LGTM |
|
LGTM |
1 similar comment
|
LGTM |
|
if it's not strictly needed, I prefer to skip this for 1.11.0 indeed; we may reconsider for a patch release, but also if needed |
|
ping @mlaventure @tiborvass think we can include this into 1.11.1? |
|
I'd say it's a good candidate, yes. |
|
let me add it; we can go through the milestone if we decide to do a 1.11.1 |
@nwt noticed that the media type specified in the config section of a
schema2 manifest is application/octet-stream, instead of the correct
value application/vnd.docker.container.image.v1+json.
This brings in distribution/distribution#1622 to fix
this.