Set up a stub dockerfile for resolver
This commit is contained in:
parent
813d870972
commit
4c56af4e0b
2
desu.local/dns-unbound/Dockerfile
Normal file
2
desu.local/dns-unbound/Dockerfile
Normal file
@ -0,0 +1,2 @@
|
||||
FROM klutchell/unbound:latest
|
||||
# TODO: Uh
|
3
desu.local/dns-unbound/build-and-push.sh
Executable file
3
desu.local/dns-unbound/build-and-push.sh
Executable 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
|
Loading…
x
Reference in New Issue
Block a user