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

I would like that build_arguments support secrets #347

Open
DeaXStormZ opened this issue Jul 18, 2019 · 0 comments
Open

I would like that build_arguments support secrets #347

DeaXStormZ opened this issue Jul 18, 2019 · 0 comments

Comments

@DeaXStormZ
Copy link

DeaXStormZ commented Jul 18, 2019

Is your feature request related to a problem? Please describe.
I would need to wget -password=... a heavy file in the Dockerfile without showing the password. I would like to write RUN ./my-script.sh and wget in the script, but we cannot have have no access to the environment secrets in the script and the build_arguments does not support secrets.

Describe the solution you'd like
I would like that build_arguments support secrets

Describe alternatives you've considered
Downloading in the entrypoint.sh, but this would be done every time the job is run, whereas the other solution would allow to download only once during the build with a docker-image job

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