Revert "point to 2.1.0 policy-alpine base - model-sim" 00/112000/1
authorJim Hahn <jrh3@att.com>
Fri, 4 Sep 2020 21:45:57 +0000 (21:45 +0000)
committerJim Hahn <jrh3@att.com>
Fri, 4 Sep 2020 21:45:57 +0000 (21:45 +0000)
This reverts commit e46f74d64fe69d33d5038704b64993aa9cab59fc.

Reason for revert: some CSITs broken because the can't find the image

Issue-ID: POLICY-2789
Change-Id: Id6355c21789281a3f25467b3bd6e2e48d22533f5
Signed-off-by: Jim Hahn <jrh3@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: 0755->0644]
models-sim/policy-models-simulators/src/main/package/docker/Dockerfile

index e07a8b0..495924d 100644 (file)
@@ -1,7 +1,7 @@
 #
 # ============LICENSE_START=======================================================
 #  Copyright (C) 2019 Nordix Foundation.
-#  Modifications Copyright (C) 2019-2020 AT&T Intellectual Property.
+#  Modifications Copyright (C) 2019 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=========================================================
 #
 
-FROM onap/policy-jre-alpine:2.1.0
+#
+# Docker file to build an image that runs the DMaaP simulator on Java 8 in alpine
+#
+
+FROM onap/policy-jre-alpine
 
 LABEL maintainer="Policy Team"
 
index 8152304..b70844e 100644 (file)
@@ -1,7 +1,7 @@
 #
 # ============LICENSE_START=======================================================
 #  Copyright (C) 2019 Nordix Foundation.
-#  Modifications Copyright (C) 2019-2020 AT&T Intellectual Property.
+#  Modifications Copyright (C) 2019 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=========================================================
 #
 
-FROM onap/policy-jre-alpine:2.1.0
+#
+# Docker file to build an image that runs the PDP simulator on Java 8 in alpine
+#
+
+FROM onap/policy-jre-alpine
 
 LABEL maintainer="Policy Team"
 
index a6ddba7..c41cd38 100644 (file)
@@ -24,7 +24,7 @@
 # Docker file to build an image that runs the simulators
 #
 
-FROM onap/policy-jre-alpine:2.1.0
+FROM onap/policy-jre-alpine:2.0.1
 
 LABEL maintainer="Policy Team"