Automated image builds for registry
Compare changes
Files
10+ 6
− 1
@@ -8,9 +10,11 @@ ENV PATH ${GOPATH}/bin:$PATH
@@ -21,4 +25,5 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
By using CI, builds can be scheduled and the process is unambiguous.
Fixes #2 (closed)
Incidentally, fixed #3 (closed) as part of overall cleanup.