point to 2.1.0 policy-alpine base - model-sim 69/112169/3
authorTaka Cho <takamune.cho@att.com>
Fri, 4 Sep 2020 12:58:25 +0000 (08:58 -0400)
committerTaka Cho <takamune.cho@att.com>
Fri, 4 Sep 2020 13:53:41 +0000 (09:53 -0400)
In G-rel, using 2.1.0 base.

Issue-ID: POLICY-2789
Change-Id: I165debaf20267c0b1c3141bff805a29595f1eccf
Signed-off-by: Taka Cho <takamune.cho@att.com>
models-sim/models-sim-dmaap/src/main/package/docker/Dockerfile
models-sim/policy-models-sim-pdp/src/main/package/docker/Dockerfile
models-sim/policy-models-sim-pdp/src/main/package/docker/docker_build.sh [changed mode: 0644->0755]
models-sim/policy-models-simulators/src/main/package/docker/Dockerfile

index 495924d..e07a8b0 100644 (file)
@@ -1,7 +1,7 @@
 #
 # ============LICENSE_START=======================================================
 #  Copyright (C) 2019 Nordix Foundation.
-#  Modifications Copyright (C) 2019 AT&T Intellectual Property.
+#  Modifications Copyright (C) 2019-2020 AT&T Intellectual Property.
 # ================================================================================
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # ============LICENSE_END=========================================================
 #
 
-#
-# Docker file to build an image that runs the DMaaP simulator on Java 8 in alpine
-#
-
-FROM onap/policy-jre-alpine
+FROM onap/policy-jre-alpine:2.1.0
 
 LABEL maintainer="Policy Team"
 
index b70844e..8152304 100644 (file)
@@ -1,7 +1,7 @@
 #
 # ============LICENSE_START=======================================================
 #  Copyright (C) 2019 Nordix Foundation.
-#  Modifications Copyright (C) 2019 AT&T Intellectual Property.
+#  Modifications Copyright (C) 2019-2020 AT&T Intellectual Property.
 # ================================================================================
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
 # ============LICENSE_END=========================================================
 #
 
-#
-# Docker file to build an image that runs the PDP simulator on Java 8 in alpine
-#
-
-FROM onap/policy-jre-alpine
+FROM onap/policy-jre-alpine:2.1.0
 
 LABEL maintainer="Policy Team"
 
index c41cd38..a6ddba7 100644 (file)
@@ -24,7 +24,7 @@
 # Docker file to build an image that runs the simulators
 #
 
-FROM onap/policy-jre-alpine:2.0.1
+FROM onap/policy-jre-alpine:2.1.0
 
 LABEL maintainer="Policy Team"