weaveworks-experiments / compare-revisions

Experimental thing for comparing what's on k8s clusters
Apache License 2.0
0 stars 0 forks source link

Configuration for building Docker image via `stack` #34

Closed jml closed 6 years ago

jml commented 6 years ago

When we migrated to CircleCI 2.0, we went to a native Stack build process rather than our traditional Dockerized Makefile shenanigans. In the process, we lost our ability to build images.

This restores that ability. A future PR will integrate this with CI.