Azure / draft-classic

A tool for developers to create cloud-native applications on Kubernetes.
https://draft.sh
MIT License
3.92k stars 396 forks source link

Specify Dockerfile in environment #652

Closed radu-matei closed 6 years ago

radu-matei commented 6 years ago

Right now, if your Dockerfile is named anything else than Dockerfile, you are not able to build the image using Draft.

I think we should have an entry in the environment manifest where you can specify what Dockerfile you want to use for the selected environment.

This could also facilitate the discussion regarding different chart + Dockerfile for various environments (dev, prod..)

Thoughts?