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

[FEATURE] Pass extra-args to buildah from when doing base image build #92

Closed
eriweb opened this issue Apr 28, 2022 · 1 comment · Fixed by #95
Closed

[FEATURE] Pass extra-args to buildah from when doing base image build #92

eriweb opened this issue Apr 28, 2022 · 1 comment · Fixed by #95
Labels
enhancement New feature or request

Comments

@eriweb
Copy link

eriweb commented Apr 28, 2022

Is your feature request related to a problem? Please describe.

I'm trying to do a base image build using buildah, but need to fetch the source image from an internal registry without valid certificate (internal k8s registry)

Describe the solution you'd like

buildah from have a the possibility of extra arguments, including --tls-verify.
This action does not seem to pass extra-args when doing a base image build.

@eriweb eriweb added the enhancement New feature or request label Apr 28, 2022
@divyansh42
Copy link
Member

Thanks for the feature request. We'll work on adding --tls-verify flag to buildah from command.
Also, for more flexibility we can add extra_args input.

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

Successfully merging a pull request may close this issue.

2 participants