Unify integration-* image usage 51/118051/8
authorAlexander Mazuruk <a.mazuruk@samsung.com>
Thu, 18 Feb 2021 15:07:04 +0000 (16:07 +0100)
committerAlexander Mazuruk <a.mazuruk@samsung.com>
Fri, 30 Apr 2021 04:08:43 +0000 (06:08 +0200)
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

mod2/auth-service/Dockerfile
mod2/auth-service/pom.xml
mod2/catalog-service/Dockerfile
mod2/catalog-service/pom.xml

index b125fc0..5c03a87 100644 (file)
@@ -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"]
index b1135c5..b25fe99 100644 (file)
@@ -5,6 +5,7 @@
   ~  *  org.onap.dcae
   ~  *  ================================================================================
   ~  *  Copyright (c) 2020 AT&T Intellectual Property. All rights reserved.
+  ~  *  Copyright (c) 2021 Samsung Electronics. All rights reserved.
   ~  *  ================================================================================
   ~  *  Licensed under the Apache License, Version 2.0 (the "License");
   ~  *  you may not use this file except in compliance with the License.
@@ -31,7 +32,7 @@
        </parent>
        <groupId>org.onap.dcaegen2.platform.mod</groupId>
        <artifactId>auth-service</artifactId>
-       <version>1.0.0-SNAPSHOT</version>
+       <version>1.0.1-SNAPSHOT</version>
        <name>auth-service</name>
        <description>REST APIs to serve Auth Service</description>
 
index 0870a21..8e5134b 100644 (file)
@@ -1,4 +1,4 @@
-FROM onap/integration-java11:7.1.0
+FROM nexus3.onap.org:10001/onap/integration-java11:8.0.0
 
 ARG PROJECT_BUILD_DIR_NAME
 ARG FINAL_JAR
index 992f149..7f60632 100644 (file)
@@ -4,6 +4,7 @@
   ~  org.onap.dcae
   ~  ================================================================================
   ~  Copyright (c) 2020-2021 AT&T Intellectual Property. All rights reserved.
+  ~  Copyright (c) 2021 Samsung Electronics. All rights reserved.
   ~  ================================================================================
   ~  Licensed under the Apache License, Version 2.0 (the "License");
   ~  you may not use this file except in compliance with the License.
@@ -30,7 +31,7 @@
     </parent>
     <groupId>org.onap.dcaegen2.platform.mod</groupId>
     <artifactId>catalog-service</artifactId>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0.2-SNAPSHOT</version>
 
     <properties>
         <java.version>11</java.version>
             </plugin>
         </plugins>
     </reporting>
-</project>
\ No newline at end of file
+</project>