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
This commit is contained in:
Felipe Monteiro 2018-08-15 23:15:27 -04:00
parent e1e9d3cca3
commit 22584dfdb8
1 changed files with 1 additions and 1 deletions

View File

@ -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 =="