aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorwaynedunican <wayne.dunican@est.tech>2025-03-12 13:34:39 +0000
committerwaynedunican <wayne.dunican@est.tech>2025-03-12 14:03:39 +0000
commitb078d7f4faaad55ba7b2cacebddb6035714415f5 (patch)
tree8eb374602b6129b833fa04be3933b5f1f0876043 /packages
parent63b2581bb56f9381c8f14a1cfebe11db4aea6923 (diff)
update references in policy/clamp pom
updated references in the policy/clamp pom *** This commit is generated by a PF release script *** Issue-ID: POLICY-5314 Change-Id: I8d5e7b7a0d4a4a162f4fe6ab04ded9183d2c7ba9 Signed-off-by: waynedunican <wayne.dunican@est.tech>
Diffstat (limited to 'packages')
-rw-r--r--packages/policy-clamp-docker/src/main/docker/A1pmsParticipant.Dockerfile4
-rw-r--r--packages/policy-clamp-docker/src/main/docker/AcmRuntime.Dockerfile4
-rw-r--r--packages/policy-clamp-docker/src/main/docker/ElementParticipant.Dockerfile4
-rw-r--r--packages/policy-clamp-docker/src/main/docker/HttpParticipant.Dockerfile4
-rw-r--r--packages/policy-clamp-docker/src/main/docker/KserveParticipant.Dockerfile4
-rw-r--r--packages/policy-clamp-docker/src/main/docker/KubernetesParticipant.Dockerfile4
-rw-r--r--packages/policy-clamp-docker/src/main/docker/PolicyParticipant.Dockerfile4
-rw-r--r--packages/policy-clamp-docker/src/main/docker/SimParticipant.Dockerfile4
8 files changed, 16 insertions, 16 deletions
diff --git a/packages/policy-clamp-docker/src/main/docker/A1pmsParticipant.Dockerfile b/packages/policy-clamp-docker/src/main/docker/A1pmsParticipant.Dockerfile
index 3fbdef611..965d0a695 100644
--- a/packages/policy-clamp-docker/src/main/docker/A1pmsParticipant.Dockerfile
+++ b/packages/policy-clamp-docker/src/main/docker/A1pmsParticipant.Dockerfile
@@ -1,6 +1,6 @@
#-------------------------------------------------------------------------------
# ============LICENSE_START=======================================================
-# Copyright (C) 2021-2023 Nordix Foundation.
+# Copyright (C) 2021-2025 Nordix Foundation.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@ RUN mkdir /packages /extracted
COPY /maven/lib/a1pms-participant.tar.gz /packages/
RUN tar xvzf /packages/a1pms-participant.tar.gz --directory /extracted/
-FROM onap/policy-jre-alpine:4.1.1-SNAPSHOT
+FROM onap/policy-jre-alpine:4.1.1
LABEL maintainer="Policy Team"
LABEL org.opencontainers.image.title="Policy CLAMP ACM A1 PMS Participant"
diff --git a/packages/policy-clamp-docker/src/main/docker/AcmRuntime.Dockerfile b/packages/policy-clamp-docker/src/main/docker/AcmRuntime.Dockerfile
index 65e6484a3..61b29ed9a 100644
--- a/packages/policy-clamp-docker/src/main/docker/AcmRuntime.Dockerfile
+++ b/packages/policy-clamp-docker/src/main/docker/AcmRuntime.Dockerfile
@@ -1,6 +1,6 @@
#-------------------------------------------------------------------------------
# ============LICENSE_START=======================================================
-# Copyright (C) 2021-2023 Nordix Foundation.
+# Copyright (C) 2021-2025 Nordix Foundation.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@ RUN mkdir /packages /extracted
COPY /maven/lib/policy-clamp-runtime-acm.tar.gz /packages/
RUN tar xvzf /packages/policy-clamp-runtime-acm.tar.gz --directory /extracted/
-FROM onap/policy-jre-alpine:4.1.1-SNAPSHOT
+FROM onap/policy-jre-alpine:4.1.1
LABEL maintainer="Policy Team"
LABEL org.opencontainers.image.title="Policy CLAMP ACM runtime"
diff --git a/packages/policy-clamp-docker/src/main/docker/ElementParticipant.Dockerfile b/packages/policy-clamp-docker/src/main/docker/ElementParticipant.Dockerfile
index 971416956..ec0efece8 100644
--- a/packages/policy-clamp-docker/src/main/docker/ElementParticipant.Dockerfile
+++ b/packages/policy-clamp-docker/src/main/docker/ElementParticipant.Dockerfile
@@ -1,6 +1,6 @@
#-------------------------------------------------------------------------------
# ============LICENSE_START=======================================================
-# Copyright (C) 2022-2023 Nordix Foundation.
+# Copyright (C) 2022-2025 Nordix Foundation.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@ RUN mkdir /packages /extracted
COPY /maven/lib/element-participant.tar.gz /packages
RUN tar xvfz /packages/element-participant.tar.gz --directory /extracted/
-FROM onap/policy-jre-alpine:4.1.1-SNAPSHOT
+FROM onap/policy-jre-alpine:4.1.1
LABEL maintainer="Policy Team"
LABEL org.opencontainers.image.title="Policy CLAMP ACM Element"
diff --git a/packages/policy-clamp-docker/src/main/docker/HttpParticipant.Dockerfile b/packages/policy-clamp-docker/src/main/docker/HttpParticipant.Dockerfile
index 1c25693dd..50e36a6fe 100644
--- a/packages/policy-clamp-docker/src/main/docker/HttpParticipant.Dockerfile
+++ b/packages/policy-clamp-docker/src/main/docker/HttpParticipant.Dockerfile
@@ -1,6 +1,6 @@
#-------------------------------------------------------------------------------
# ============LICENSE_START=======================================================
-# Copyright (C) 2021-2023 Nordix Foundation.
+# Copyright (C) 2021-2025 Nordix Foundation.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@ RUN mkdir /packages /extracted
COPY /maven/lib/http-participant.tar.gz /packages/
RUN tar xvzf /packages/http-participant.tar.gz --directory /extracted/
-FROM onap/policy-jre-alpine:4.1.1-SNAPSHOT
+FROM onap/policy-jre-alpine:4.1.1
LABEL maintainer="Policy Team"
LABEL org.opencontainers.image.title="Policy CLAMP ACM HTTP Participant"
diff --git a/packages/policy-clamp-docker/src/main/docker/KserveParticipant.Dockerfile b/packages/policy-clamp-docker/src/main/docker/KserveParticipant.Dockerfile
index 12af16b31..12afb0573 100644
--- a/packages/policy-clamp-docker/src/main/docker/KserveParticipant.Dockerfile
+++ b/packages/policy-clamp-docker/src/main/docker/KserveParticipant.Dockerfile
@@ -1,6 +1,6 @@
#-------------------------------------------------------------------------------
# ============LICENSE_START=======================================================
-# Copyright (C) 2023 Nordix Foundation.
+# Copyright (C) 2023-2025 Nordix Foundation.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@ RUN mkdir /packages /extracted
COPY /maven/lib/kserve-participant.tar.gz /packages/
RUN tar xvzf /packages/kserve-participant.tar.gz --directory /extracted/
-FROM onap/policy-jre-alpine:4.1.1-SNAPSHOT
+FROM onap/policy-jre-alpine:4.1.1
LABEL maintainer="Policy Team"
LABEL org.opencontainers.image.title="Policy CLAMP ACM KSERVE Participant"
diff --git a/packages/policy-clamp-docker/src/main/docker/KubernetesParticipant.Dockerfile b/packages/policy-clamp-docker/src/main/docker/KubernetesParticipant.Dockerfile
index 07896d610..289ec6385 100644
--- a/packages/policy-clamp-docker/src/main/docker/KubernetesParticipant.Dockerfile
+++ b/packages/policy-clamp-docker/src/main/docker/KubernetesParticipant.Dockerfile
@@ -1,6 +1,6 @@
#-------------------------------------------------------------------------------
# ============LICENSE_START=======================================================
-# Copyright (C) 2021-2023 Nordix Foundation.
+# Copyright (C) 2021-2025 Nordix Foundation.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@ RUN mkdir /packages /extracted
COPY /maven/lib/kubernetes-participant.tar.gz /packages/
RUN tar xvzf /packages/kubernetes-participant.tar.gz --directory /extracted/
-FROM onap/policy-jre-alpine:4.1.1-SNAPSHOT
+FROM onap/policy-jre-alpine:4.1.1
LABEL maintainer="Policy Team"
LABEL org.opencontainers.image.title="Policy CLAMP ACM K8S Participant"
diff --git a/packages/policy-clamp-docker/src/main/docker/PolicyParticipant.Dockerfile b/packages/policy-clamp-docker/src/main/docker/PolicyParticipant.Dockerfile
index 9b5b2cb8d..b9a5874e9 100644
--- a/packages/policy-clamp-docker/src/main/docker/PolicyParticipant.Dockerfile
+++ b/packages/policy-clamp-docker/src/main/docker/PolicyParticipant.Dockerfile
@@ -1,6 +1,6 @@
#-------------------------------------------------------------------------------
# ============LICENSE_START=======================================================
-# Copyright (C) 2021-2023 Nordix Foundation.
+# Copyright (C) 2021-2025 Nordix Foundation.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@ RUN mkdir /packages /extracted
COPY /maven/lib/policy-participant.tar.gz /packages/
RUN tar xvzf /packages/policy-participant.tar.gz --directory /extracted/
-FROM onap/policy-jre-alpine:4.1.1-SNAPSHOT
+FROM onap/policy-jre-alpine:4.1.1
LABEL maintainer="Policy Team"
LABEL org.opencontainers.image.title="Policy CLAMP ACM Policy Framework Participant"
diff --git a/packages/policy-clamp-docker/src/main/docker/SimParticipant.Dockerfile b/packages/policy-clamp-docker/src/main/docker/SimParticipant.Dockerfile
index 3f9c79e57..a0f07f378 100644
--- a/packages/policy-clamp-docker/src/main/docker/SimParticipant.Dockerfile
+++ b/packages/policy-clamp-docker/src/main/docker/SimParticipant.Dockerfile
@@ -1,6 +1,6 @@
#-------------------------------------------------------------------------------
# ============LICENSE_START=======================================================
-# Copyright (C) 2023 Nordix Foundation.
+# Copyright (C) 2023-2025 Nordix Foundation.
# ================================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -23,7 +23,7 @@ RUN mkdir /packages /extracted
COPY /maven/lib/sim-participant.tar.gz /packages/
RUN tar xvzf /packages/sim-participant.tar.gz --directory /extracted/
-FROM onap/policy-jre-alpine:4.1.1-SNAPSHOT
+FROM onap/policy-jre-alpine:4.1.1
LABEL maintainer="Policy Team"
LABEL org.opencontainers.image.title="Policy CLAMP ACM Simulator Participant"