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

OCI Layout commands #190

Open
1 task
jonesbusy opened this issue Mar 5, 2025 · 0 comments
Open
1 task

OCI Layout commands #190

jonesbusy opened this issue Mar 5, 2025 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@jonesbusy
Copy link
Collaborator

What would you like to be added?

Interactive with an OCI layout

For the moment only copy to OCI layout is implemented

public void copy(ContainerRef containerRef, Path folder) {

Introduce a first level OciLayoutRegistry similar to Registry

Probably no need to implement all operation as a first step but perhaps

  • Push artifact to OCI layout (oras push --oci-layout my-layout:foo hello.txt)
  • Pull artifact from OCI layout (oras pull --oci-layout my-layout:foo --output tata)
  • Pull manifest from OCI layout (oras manifest fetch --oci-layout my-layout:latest)
  • Push manifest to OCI layout (oras manifest push --oci-layout my-layout:toto manifest)

Why is this needed for ORAS?

https://github.com/opencontainers/image-spec/blob/main/image-layout.md

Are you willing to submit PRs to contribute to this feature?

  • Yes, I am willing to implement it.
@jonesbusy jonesbusy added the enhancement New feature or request label Mar 5, 2025
@jonesbusy jonesbusy added this to the 1.0.0 milestone Mar 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant