Upgrade OpenSuse version to 15.4 for clamp 70/129870/1
authordanielhanrahan <daniel.hanrahan@est.tech>
Mon, 11 Jul 2022 14:15:40 +0000 (15:15 +0100)
committerdanielhanrahan <daniel.hanrahan@est.tech>
Mon, 11 Jul 2022 14:15:40 +0000 (15:15 +0100)
Issue-ID: POLICY-4278
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: I62c7823b6d14c6b3098f5bae6c6c141adbdba425

packages/policy-clamp-docker/src/main/docker/AcmRuntime-Suse.Dockerfile
packages/policy-clamp-docker/src/main/docker/HttpParticipant-Suse.Dockerfile
packages/policy-clamp-docker/src/main/docker/KubernetesParticipant-Suse.Dockerfile
packages/policy-clamp-docker/src/main/docker/PolicyParticipant-Suse.Dockerfile
runtime/src/main/docker/backend/suse.Dockerfile

index b2085ac..a521d04 100644 (file)
@@ -21,7 +21,7 @@
 #
 # Docker file to build an image that runs the CLAMP ACM runtime on Java 11 or better in OpenSuse
 #
-FROM opensuse/leap:15.3
+FROM opensuse/leap:15.4
 
 LABEL maintainer="Policy Team"
 LABEL org.opencontainers.image.title="Policy CLAMP ACM runtime"
index 70bf7a6..7d33181 100644 (file)
@@ -21,7 +21,7 @@
 #
 # Docker file to build an image that runs the CLAMP ACM HTTP Participant on Java 11 or better in OpenSuse
 #
-FROM opensuse/leap:15.3
+FROM opensuse/leap:15.4
 
 LABEL maintainer="Policy Team"
 LABEL org.opencontainers.image.title="Policy CLAMP ACM HTTP Participant"
index 3495d50..3d201c9 100644 (file)
@@ -21,7 +21,7 @@
 #
 # Docker file to build an image that runs the CLAMP ACM K8S Participant on Java 11 or better in OpenSuse
 #
-FROM opensuse/leap:15.3
+FROM opensuse/leap:15.4
 
 LABEL maintainer="Policy Team"
 LABEL org.opencontainers.image.title="Policy CLAMP ACM K8S Participant"
index 1f3c25f..f08a003 100644 (file)
@@ -21,7 +21,7 @@
 #
 # Docker file to build an image that runs the CLAMP ACM Policy Framework Participant on Java 11 or better in OpenSuse
 #
-FROM opensuse/leap:15.3
+FROM opensuse/leap:15.4
 
 LABEL maintainer="Policy Team"
 LABEL org.opencontainers.image.title="Policy CLAMP ACM Policy Framework Participant"
index 704dfa3..fd528a9 100644 (file)
@@ -20,7 +20,7 @@
 # ============LICENSE_END=========================================================
 #
 
-FROM opensuse/leap:15.3
+FROM opensuse/leap:15.4
 
 LABEL maintainer="Policy Team"
 LABEL Description="This image contains opensuse, openjdk 11 and policy clamp"