Pegleg use artifactory image

The referenced quay.io image was no longer valid. Changed to
use artifactory iamge in atlantafoundry.

Change-Id: I29b384271e5f65e7609ffae52a553bf82f7a0d32
This commit is contained in:
Bryan Strassner 2018-03-16 17:21:23 -05:00
parent 994a13c1ca
commit cc64765075
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ if [ -z "${WORKSPACE}" ]; then
WORKSPACE="/"
fi
IMAGE=${IMAGE:-quay.io/attcomdev/pegleg:latest}
IMAGE=${IMAGE:-artifacts-aic.atlantafoundry.com/att-comdev/pegleg:latest}
echo
echo "== NOTE: Workspace $WORKSPACE is available as /workspace in container context =="