mirror of
https://github.com/docker/docs.git
synced 2026-03-27 14:28:47 +07:00
@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 https://github.com/docker/distribution/pull/1622 to fix this. Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>