From 22584dfdb8908b8f1a2175cd95425fadf41154f5 Mon Sep 17 00:00:00 2001 From: Felipe Monteiro Date: Wed, 15 Aug 2018 23:15:27 -0400 Subject: [PATCH] trivial: Update default image reference in pegleg.sh This patch set updates the default image reference used by pegleg.sh from a downstream reference to the appropriate upstream reference. Change-Id: Id0198c6b69ee145901dae208ab9584e102f39827 --- tools/pegleg.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/pegleg.sh b/tools/pegleg.sh index 4e92f810..f48e3160 100755 --- a/tools/pegleg.sh +++ b/tools/pegleg.sh @@ -3,7 +3,7 @@ set -e : ${WORKSPACE:=$(pwd)} -: ${IMAGE:=artifacts-aic.atlantafoundry.com/att-comdev/pegleg:latest} +: ${IMAGE:=quay.io/attcomdev/pegleg:latest} echo echo "== NOTE: Workspace $WORKSPACE is the execution directory in the container =="