diff options
author | Instrumental <jonathan.gathman@att.com> | 2019-07-16 04:02:30 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2019-07-16 07:24:18 -0500 |
commit | 0e302ed774f4c371b9414fe99836836f775b688d (patch) | |
tree | 9953fe741c7ed8e4d93b989153caaf475fab34a4 /auth/docker/drun.sh | |
parent | b5d91a686cede2fcf45e2b16e0141689d6c35a3f (diff) |
Reduce Docker Layers
Issue-ID: AAF-873
Change-Id: I590b5df27ce3266c2dac2200864ad5186da16114
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth/docker/drun.sh')
-rw-r--r-- | auth/docker/drun.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/docker/drun.sh b/auth/docker/drun.sh index 1910f4a2..03d8e9cd 100644 --- a/auth/docker/drun.sh +++ b/auth/docker/drun.sh @@ -116,6 +116,6 @@ for AAF_COMPONENT in ${AAF_COMPONENTS}; do $PUBLISH \ -v "aaf_config:$CONF_ROOT_DIR" \ -v "aaf_status:/opt/app/aaf/status" \ - ${PREFIX}${ORG}/${PROJECT}/aaf_${AAF_COMPONENT}:${VERSION} \ + ${PREFIX}${ORG}/${PROJECT}/aaf_core:${VERSION} \ /bin/bash -c "$CMD_LINE" done |