-
Notifications
You must be signed in to change notification settings - Fork 174
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
Spike: Package to OCI spec POC #1326
Comments
I found the spec for go here: https://github.com/opencontainers/runtime-spec/tree/main/specs-go. |
After speaking with @YrrepNoj, it looks like their prior experience plus a reference to this project may help provide the necessary guidance. |
Touching this for an update: We should be merging it soon with either the other feature branch or in main pending comfort with the current state. |
@Noxsios can you add info to this and close? |
@Racer159 yes, the spike is handled by the branches that needed be merged between features/oci-package and features/oci-publish. The spike included looking at Oras for the packaging by @Noxsios. Pending their feeling, I feel this spike should be closed. |
This will be closed by the ADR for the OCI PR |
Problem Statement: How should the OCI layer or layers be constructed and how are they built?
Specific Questions:
How do you construct an OCI layer and make it so that you can add it to a registry and get it back a registry without using external tools?
How will the current Zarf package be structured into a layer or layers?
How do we get a generic structure of tarballs into an OCI spec?
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: