I am not sure the direction to go with this one. If we need custom tools in the build container that will be there every time, it would make sense to build that image from a Dockerfile so that you don't have to install yarn every time (for example). The two options are:
a) Host our custom monstrosity on DockerHub
b) Give zest the ability to build a custom build container based on a Dockerfile you give it.
I am not sure the direction to go with this one. If we need custom tools in the build container that will be there every time, it would make sense to build that image from a
Dockerfile
so that you don't have to install yarn every time (for example). The two options are:a) Host our custom monstrosity on DockerHub b) Give
zest
the ability to build a custom build container based on a Dockerfile you give it.@AndrewBurian what are your thoughts?