weaveworks-experiments / compare-revisions

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

Build working Docker image in CI #37

Closed jml closed 6 years ago

jml commented 6 years ago

Fixes #35 and #36 by throwing away the rather complicated old Makefile and replacing it with something that assumes stack is installed.

I haven't tested the post-master push yet, obviously, but make publish-image works fine.

I ditched a bunch of the genericness of our Makefiles because so much of this relies on names being the same between CircleCI, Make, and Stack. Generically building all the Dockerfiles etc. seemed like a false claim.