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

feat: add config data in image manifest #757

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

chenhunter
Copy link

This PR adds the data field to the config of the manifest in the image of oci_image.

Fixes #756

@thesayyn
Copy link
Collaborator

thesayyn commented Jan 20, 2025

I think the right behavior is to just drop that field as its not in the spec.

EDIT: Ha, it is actually in the spec! https://github.com/opencontainers/image-spec/blob/main/descriptor.md#properties

However, i am still not sure if we should keep the data field, we could just drop it and it would work fine.

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_image inherits data field from config in base image
2 participants