-
Notifications
You must be signed in to change notification settings - Fork 0
Docs #2
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
Comments
Sadly no, but let me know what are the requirements and we can work it out :) |
Thanks! When I get a chance I'll test it out. I'm currently looking at doing it with Jinja2 and Ansible but tbh your solution looks cleaner, the problem is that I need to build with some sensitive variables that I don't want to end up in the image so I need build secrets at a minimum. |
To use build secrets you need to pass them to the run command as a mount, run mounts (
or
After the dockerfiles are generated, you can just pass the secrets as you usually would using the
|
Any docs you can point me to? This looks perfect for my use case but I need to confirm it can do everything I need. For example, how does it deal with build args (some of which need to be env as well) and build secrets?
Thanks for the hard work on what looks to be a very cool project.
The text was updated successfully, but these errors were encountered: