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

spec for defining actions and assets #16

Open
vsoch opened this issue Apr 17, 2023 · 0 comments
Open

spec for defining actions and assets #16

vsoch opened this issue Apr 17, 2023 · 0 comments

Comments

@vsoch
Copy link
Member

vsoch commented Apr 17, 2023

This might be another project, but arguably I should be able to selectively pick blobs from an ORAS artifact, and then specify where I want them in my container. E.g.,:

  • take the aws-cli binary and put in /usr/local/bin
  • move this entire config directory here
  • get the annotation XYZ and turn it into a file here

Since these actions need to happen inside the container, we likely can't rely on making many mounts, but rather there could be a binary that is injected into the container by the driver, and then the binary takes a manifest of instructions (akin to the above) and a path to the mounted directory, and does the operations for the mount.

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

No branches or pull requests

1 participant