Issue-ID: POLICY-4278
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: I62c7823b6d14c6b3098f5bae6c6c141adbdba425
#
# 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"
#
# 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"
#
# 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"
#
# 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"
# ============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"