Added support for building official docker images. (#76)

This commit is contained in:
Joe Testa
2020-10-20 11:31:50 -04:00
parent 83d8014a50
commit 17780ff194
5 changed files with 44 additions and 0 deletions

View File

@ -45,3 +45,15 @@ As root, run:
Leave all options default. Bump the version number in snapcraft.yaml. Then run:
# make -f Makefile.snap
----
= Docker =
Build image with:
$ make -f Makefile.docker
Then upload them to Dockerhub with:
$ make -f Makefile.docker upload