5 Commits

Author SHA1 Message Date
David Anderson
d63047cea3 Add a CircleCI configuration for building container images. 2018-02-06 23:45:09 -08:00
David Anderson
d759d198a9 Refactor the dockerfile for Pixiecore.
The way docker hub and quay.io work, you can't easily pass a custom
context to a Dockerfile. So, effectively, if you want multiple dockerfiles
per repository, you need to re-check out the whole repository by hand,
without help from the environment.

This sucks a little bit because it doesn't guarantee that the build happens
at the trigger revision ID, but for my purposes of "just have a recent build up",
it's sufficient.
2016-08-24 00:09:09 -07:00
David Anderson
ec83c11ff0 More twiddling of Dockerfile. 2016-08-23 23:22:22 -07:00
David Anderson
50df31a5a5 Twiddle the Dockerfile in an attempt to get it building. 2016-08-23 23:19:40 -07:00
David Anderson
60831bcf13 cmd/pixiecore: add a Dockerfile to build the Pixiecore binary. 2016-08-23 22:18:02 -07:00