summaryrefslogtreecommitdiffstats
path: root/mod2/auth-service/Dockerfile
diff options
context:
space:
mode:
authorAlexander Mazuruk <a.mazuruk@samsung.com>2021-02-18 16:07:04 +0100
committerAlexander Mazuruk <a.mazuruk@samsung.com>2021-04-30 06:08:43 +0200
commitfdbd89ed0c57f370f6ba3e6390f4b523c965fb9c (patch)
tree27f5be346e1054069eef385eb3f54c1a7839f82a /mod2/auth-service/Dockerfile
parent86c9032dcba9a92a9525dd65ecfe910e8c73664a (diff)
Unify integration-* image usage
Some Dockerfiles in this repositry had nexus host provided, some didn't. Now all do. Additionally switched to latest tag which follows current recommendation by seccom. Issue-ID: INT-1864 Issue-ID: DCAEGEN2-2420 Signed-off-by: Alexander Mazuruk <a.mazuruk@samsung.com> Change-Id: I2501adfef69718658fa82d85a035a050a295f402
Diffstat (limited to 'mod2/auth-service/Dockerfile')
-rw-r--r--mod2/auth-service/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/mod2/auth-service/Dockerfile b/mod2/auth-service/Dockerfile
index b125fc0..5c03a87 100644
--- a/mod2/auth-service/Dockerfile
+++ b/mod2/auth-service/Dockerfile
@@ -1,4 +1,4 @@
-FROM onap/integration-java11:7.1.0
+FROM nexus3.onap.org:10001/onap/integration-java11:8.0.0
WORKDIR /usr/app
VOLUME /tmp
@@ -11,4 +11,4 @@ COPY ${PROJECT_BUILD_DIR_NAME}/${FINAL_JAR} .
ENTRYPOINT ["java", \
"-Djava.security.egd=file:/dev/./urandom", \
- "-jar", "mod-auth-service.jar"] \ No newline at end of file
+ "-jar", "mod-auth-service.jar"]