Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

client: create oci-layout file in StoreIndex #3729

Merged
merged 1 commit into from
Mar 21, 2023

Conversation

jedevc
Copy link
Member

@jedevc jedevc commented Mar 20, 2023

🛠️ Fixes docker/buildx#1672

This code is used by both the local cache exporter backend and the oci exporter when tar=false is set. Previously, these components would not create the oci-layout file which is required by opencontainers/image-spec.

With this change, clients will now create this file next to index.json.

cc @benibr

This code is used by both the local cache exporter backend and the oci
exporter when tar=false is set. Previously, these components would not
create the oci-layout file which is required by opencontainers/image-spec.

With this change, clients will now create this file next to index.json.

Signed-off-by: Justin Chadwell <me@jedevc.com>
@jedevc jedevc force-pushed the oci-index-store-create-layout branch from f64b15d to 8d14365 Compare March 21, 2023 14:37
@jedevc jedevc merged commit 81f565f into moby:master Mar 21, 2023
@jedevc jedevc deleted the oci-index-store-create-layout branch March 21, 2023 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

OCI output: oci-layout not created if tar=false is used
3 participants