contrib/dnsmasq: Add dnsmasq Makefile, v0.4.0 bump

* Add grub.efi to get-tftp-files script. This matches prior
dnsmasq images, but was not part of a repeatable build
* Switch rkt run examples to pull from quay.io
* Remove script using acbuild to create ACIs
This commit is contained in:
Dalton Hubble
2017-04-18 00:16:17 -07:00
parent c66360bee0
commit d2fdc8bfab
6 changed files with 64 additions and 88 deletions

View File

@@ -101,7 +101,7 @@ function create {
--net=metal0:IP=172.18.0.3 \
--mount volume=config,target=/etc/dnsmasq.conf \
--volume config,kind=host,source=$DIR/../contrib/dnsmasq/metal0.conf \
coreos.com/dnsmasq:v0.3.0
quay.io/coreos/dnsmasq:v0.3.0
status
}