summaryrefslogtreecommitdiffstats
path: root/auth/docker/Dockerfile.config
diff options
context:
space:
mode:
authorInstrumental <jonathan.gathman@att.com>2019-08-06 07:54:50 -0500
committerInstrumental <jonathan.gathman@att.com>2019-08-06 07:55:05 -0500
commite37619c95eeac0ea7b92960cf3f1e69535a48ec2 (patch)
treeffa4fde3046274c5ac6ddb5933aa36024ef6c141 /auth/docker/Dockerfile.config
parent85b4e413a6b5c82fcd7ddff01c6f7d2edccf79b1 (diff)
Docker Jar SNAPSHOT issues
Issue-ID: AAF-917 Change-Id: Ic3af68bb26d9cb29f1493c53571266ab80a5a82f Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth/docker/Dockerfile.config')
-rw-r--r--auth/docker/Dockerfile.config4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth/docker/Dockerfile.config b/auth/docker/Dockerfile.config
index 7b159d7c..4bb7a940 100644
--- a/auth/docker/Dockerfile.config
+++ b/auth/docker/Dockerfile.config
@@ -33,8 +33,8 @@ COPY public /opt/app/aaf_config/public
COPY CA /opt/app/aaf_config/CA
COPY bin/service.sh /opt/app/aaf_config/bin/agent.sh
COPY bin/pod_wait.sh /opt/app/aaf_config/bin/pod_wait.sh
-COPY bin/aaf-auth-cmd-${AAF_VERSION}-full.jar /opt/app/aaf_config/bin/
-COPY bin/aaf-auth-batch-${AAF_VERSION}-full.jar /opt/app/aaf_config/bin/
+COPY bin/aaf-auth-cmd-${JAR_VERSION}-full.jar /opt/app/aaf_config/bin/
+COPY bin/aaf-auth-batch-${JAR_VERSION}-full.jar /opt/app/aaf_config/bin/
RUN mkdir -p /opt/app/osaaf &&\
chmod 755 /opt/app/aaf_config/bin/*.sh &&\