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

Support OCI VolumeSource #8207

Open
jimmyjones2 opened this issue Aug 14, 2024 · 0 comments
Open

Support OCI VolumeSource #8207

jimmyjones2 opened this issue Aug 14, 2024 · 0 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@jimmyjones2
Copy link
Contributor

jimmyjones2 commented Aug 14, 2024

Feature request

Released as alpha in Kubernetes v1.31 - this allows you to mount OCI images or artefacts as a volume. For tekton, add support for OCI VolumeSource Workspaces.

https://kubernetes.io/blog/2024/08/13/kubernetes-v1-31-release/#support-for-image-volumes

Use case

When using the trivy vulnerability scanner as part of the pipeline, mount the trivy database (ORAS) as a workapace, benefiting from the local image cache - saving bandwidth and will load faster.

I'm sure they'll be other tasks that require large blobs of data that would also benefit from this feature. The current workaround would be to bake the data into the image itself, but the KEP outlines the downsides of that approach.

@jimmyjones2 jimmyjones2 added the kind/feature Categorizes issue or PR as related to a new feature. label Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

1 participant