This repository has been archived by the owner on Nov 7, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
unencapsulate: Handle legacy docker MIME type
In the original design of the skopeo proxy, the idea is that it shields us from the legacy Docker formats, converting everything to OCI. That has worked - except it turns out in the case of pulling a docker-formatted image from `containers-storage`, the proxy code fails to convert the layer types. In this case, it's easy to handle here; we only need to care about the uncompressed version in this case.
- Loading branch information