Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

unencapsulate: Handle legacy docker MIME type #565

Merged
merged 1 commit into from
Nov 10, 2023

Conversation

cgwalters
Copy link
Member

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.

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.
@cgwalters cgwalters mentioned this pull request Nov 9, 2023
@jmarrero jmarrero enabled auto-merge November 10, 2023 14:39
Copy link
Member

@jmarrero jmarrero left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@jmarrero jmarrero merged commit b081635 into ostreedev:main Nov 10, 2023
8 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants