-
Notifications
You must be signed in to change notification settings - Fork 55
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
Support OCI Image Configuration #50
Comments
Hey there @Xynnn007! Could you clarify a bit what you'd like to add here? As you mentioned, we have to do this because of the spec, were you suggesting we add something more structured? If so, what would you like it to look like? |
Hey @thomastaylor312 , nice to get your feedback. As you've mentioned, I suggest adding something more structured as the spec defines https://github.com/opencontainers/image-spec/blob/v1.0/config.md. I'm not an expert in this, but when I'm trying to test using a local registry, a pushed image in the registry contains a more structured |
I pushed a PR including definitions of the structures, but still, we need related functions? |
I've added 2 PRs related to this: I'm hoping that we can capture an "oci config" in the |
Now the
Config
is only a poorVec<u8>
nameddata
.It is needed to support OCI Image Configuration due to https://github.com/opencontainers/image-spec/blob/v1.0/config.md,
as
v1.1
is still inrc
stage and not stable.The text was updated successfully, but these errors were encountered: