-
Notifications
You must be signed in to change notification settings - Fork 132
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 as a container-executor source #4849
Comments
thank you @devantler for @TheBrunoLopes to review |
@vsukhin @TheBrunoLopes have you had time to review this? 🙏🏻🤞🏻 |
Guess, it's pretty much a feature for our Pro Edition. Ping @TheBrunoLopes for details |
hey, @devantler Sorry for delay. If I understood it right, you want from us to embed OCI client in our executor and support OCI parameters as test source in Test CRD in order to get your test assets alongside with suppot of git repositories. |
Yes that is correct :-) |
@TheBrunoLopes for you to prioritize |
Is your feature request related to a problem? Please describe.
Operating within air-gapped environments often presents unique challenges, particularly when it comes to accessing resources on the public internet. This is especially true when working with Git sources via container-executors, which can become a complex task. However, OCI registries offer a more streamlined solution. These registries can be easily established and maintained within zones accessible to air-gapped environments, serving as a secure store for pulling content from the public internet.
Describe the solution you'd like
I propose enhancing the functionality of container-executors by enabling them to retrieve content from OCI sources. This would provide a more efficient and secure method of accessing necessary resources within air-gapped environments.
Describe alternatives you've considered
While self-hosted Git services could potentially address this issue, they tend to introduce their own complexities. In contrast, utilizing OCI for this purpose is, in my view, a more straightforward and effective solution.
The text was updated successfully, but these errors were encountered: