Use latest alpine base image 71/112771/1
authorJim Hahn <jrh3@att.com>
Wed, 16 Sep 2020 21:40:09 +0000 (17:40 -0400)
committerJim Hahn <jrh3@att.com>
Wed, 16 Sep 2020 21:41:16 +0000 (17:41 -0400)
Simulators are only used while testing, thus the version of the alpine
image need not be specified.  Removing the version from the Dockerfile
eliminates the need to update the Dockerfile every time the version
changes.

Issue-ID: POLICY-2819
Change-Id: Ie81079f4734b369eaf865c58d319b8244427207a
Signed-off-by: Jim Hahn <jrh3@att.com>
models-sim/policy-models-simulators/src/main/package/docker/Dockerfile

index c41cd38..e9ed6db 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
 
 LABEL maintainer="Policy Team"