datawire / forge

Define and run multi-container apps in Kubernetes
http://forge.sh
Apache License 2.0
415 stars 43 forks source link

Support for `--target` in docker builds #196

Open bromanko opened 6 years ago

bromanko commented 6 years ago

I leverage Docker multi-stage builds to put both development and production images in the same Dockerfile. In order to support this workflow with Forge we need support for --target in the containers definition.