From 12fc4f37cccb8dffa4ab901f337cf5664ece7cf9 Mon Sep 17 00:00:00 2001 From: Dalton Hubble Date: Fri, 21 Apr 2017 13:54:31 -0700 Subject: [PATCH] scripts: Set the matchbox tag development and test run against * Stop using the latest tag, since this may be cached (i.e. rkt) --- scripts/devnet | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/devnet b/scripts/devnet index d0601f2d..8a518b53 100755 --- a/scripts/devnet +++ b/scripts/devnet @@ -90,7 +90,7 @@ function create { --volume config,kind=host,source=$PWD/examples/etc/matchbox,readOnly=true \ --mount volume=data,target=/var/lib/matchbox \ $DATA_MOUNT \ - quay.io/coreos/matchbox:latest -- -address=0.0.0.0:8080 -log-level=debug $MATCHBOX_ARGS + quay.io/coreos/matchbox:1cefbe5d9703f16c3428cd438f1639fd0e506ff9 -- -address=0.0.0.0:8080 -log-level=debug $MATCHBOX_ARGS echo "Starting dnsmasq to provide DHCP/TFTP/DNS services" rkt rm --uuid-file=/var/run/dnsmasq-pod.uuid > /dev/null 2>&1