Set up a stub dockerfile for resolver

This commit is contained in:
Salt 2021-02-26 22:14:35 -06:00
parent 813d870972
commit 4c56af4e0b
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,2 @@
FROM klutchell/unbound:latest
# TODO: Uh

View File

@ -0,0 +1,3 @@
#! /bin/sh
project="unbound-desu-local"
docker build --platform linux/arm,linux/arm64,linux/amd64 . -t "rehashedsalt/$project:latest" -t "rehashedsalt/$project:$(git rev-parse --short=7 HEAD)" --push