From: liamfallon Date: Mon, 12 Sep 2022 09:36:03 +0000 (+0100) Subject: Update PF base image X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=cf26a5dd579c73de0a8c469f2098a7a6cac2572d;p=policy%2Fclamp.git Update PF base image Update PF base image to snapshot *** This commit is generated by a PF release script *** Issue-ID: POLICY-4338 Signed-off-by: liamfallon Change-Id: Ia8d7af36a0b1986dcb1985a6250a8ae34d019ebd --- diff --git a/packages/policy-clamp-docker/src/main/docker/ClRuntimeDockerfile b/packages/policy-clamp-docker/src/main/docker/ClRuntimeDockerfile index 68a9ab361..2f56b77ba 100644 --- a/packages/policy-clamp-docker/src/main/docker/ClRuntimeDockerfile +++ b/packages/policy-clamp-docker/src/main/docker/ClRuntimeDockerfile @@ -21,7 +21,7 @@ # # Docker file to build an image that runs CLAMP on Java 11 or better in alpine # -FROM onap/policy-jre-alpine:2.3.2 +FROM onap/policy-jre-alpine:2.3.3-SNAPSHOT LABEL maintainer="Policy Team" diff --git a/packages/policy-clamp-docker/src/main/docker/HttpParticipantDockerfile b/packages/policy-clamp-docker/src/main/docker/HttpParticipantDockerfile index 41b32fcfc..627521a62 100644 --- a/packages/policy-clamp-docker/src/main/docker/HttpParticipantDockerfile +++ b/packages/policy-clamp-docker/src/main/docker/HttpParticipantDockerfile @@ -22,7 +22,7 @@ # Docker file to build an image that runs CLAMP on Java 11 or better in alpine # -FROM onap/policy-jre-alpine:2.3.2 +FROM onap/policy-jre-alpine:2.3.3-SNAPSHOT LABEL maintainer="Policy Team" diff --git a/packages/policy-clamp-docker/src/main/docker/KubernetesParticipantDockerfile b/packages/policy-clamp-docker/src/main/docker/KubernetesParticipantDockerfile index d89737306..6c697bfda 100644 --- a/packages/policy-clamp-docker/src/main/docker/KubernetesParticipantDockerfile +++ b/packages/policy-clamp-docker/src/main/docker/KubernetesParticipantDockerfile @@ -21,7 +21,7 @@ # # Docker file to build an image that runs CLAMP on Java 11 or better in alpine # -FROM onap/policy-jre-alpine:2.3.2 +FROM onap/policy-jre-alpine:2.3.3-SNAPSHOT LABEL maintainer="Policy Team" diff --git a/packages/policy-clamp-docker/src/main/docker/PolicyParticipantDockerfile b/packages/policy-clamp-docker/src/main/docker/PolicyParticipantDockerfile index 809ebc02b..880c3a19a 100644 --- a/packages/policy-clamp-docker/src/main/docker/PolicyParticipantDockerfile +++ b/packages/policy-clamp-docker/src/main/docker/PolicyParticipantDockerfile @@ -21,7 +21,7 @@ # # Docker file to build an image that runs CLAMP on Java 11 or better in alpine # -FROM onap/policy-jre-alpine:2.3.2 +FROM onap/policy-jre-alpine:2.3.3-SNAPSHOT LABEL maintainer="Policy Team"