Makefile and siverten/ dockerfiles

This commit is contained in:
2021-09-14 14:59:53 +02:00
parent da03dbca37
commit c116be2f1c
8 changed files with 53 additions and 0 deletions

11
Makefile Normal file
View File

@@ -0,0 +1,11 @@
contexts = siverten/bind9 siverten/oxen
siverten/bind9 :
docker build siverten/bind9
siverten/oxen :
docker build siverten/oxen
build : $(contexts)
./sh/build.sh $(contexts)
push : $(contexts)
./sh/push.sh $(contexts)