docker / dev-environments

63 stars 32 forks source link

Build Arguments #139

Closed dylhack closed 1 year ago

dylhack commented 1 year ago

Tell us about your request

Allow for build arguments to be passed during the creation step.

Which service(s) is this request for?

docker dev environment

Tell us about the problem you're trying to solve. What are you trying to do, and why is it hard?

When working in an environment that requires a token during the build, it seems like build args are the most appropriate for solving this.

Are you currently working around the issue?

Yes just by setting the build arg in the compose file, this isn't viable because not everyone will have the same args.