Support Docker buildArgs #150
Labels
containers
Issue in vscode-remote containers
*duplicate
Issue identified as a duplicate of another issue(s)
feature-request
Request for new features or functionality
Currently the Remote Containers support the devcontainer.json
runArgs
. It would be great to amend it with abuildArgs
. This would open up possibilities to stop at specific build stages with--target
, or anything else one can imagine when building.--build-arg
and--pull
are two other great options that come to mind that one would want to use.https://docs.docker.com/engine/reference/commandline/build/
https://docs.docker.com/develop/develop-images/multistage-build/#stop-at-a-specific-build-stage
The text was updated successfully, but these errors were encountered: