diff options
author | Suresh Charan <suresh.charan@bell.ca> | 2023-04-25 12:13:16 -0400 |
---|---|---|
committer | Suresh Charan <suresh.charan@bell.ca> | 2023-04-25 12:13:16 -0400 |
commit | e64e9bc5e41e277be9922617d778ca77245131d7 (patch) | |
tree | 7a225edd0fbf659274ccae26a308cd8b1cc3e6b6 /packages/policy-clamp-docker/src/main/docker/KubernetesParticipant.Dockerfile | |
parent | 9ee18929a9a759e8853c8a6063077afffa9bab02 (diff) |
Update snapshot and/or references of policy/clamp to latest snapshots
policy/clamp updated to its latest own and reference snapshots
*** This commit is generated by a PF release script ***
Issue-ID: POLICY-4648
Signed-off-by: Suresh Charan <suresh.charan@bell.ca>
Change-Id: I79a77b7f325a75a6f0fca2f6b90b7b341626efb8
Diffstat (limited to 'packages/policy-clamp-docker/src/main/docker/KubernetesParticipant.Dockerfile')
-rw-r--r-- | packages/policy-clamp-docker/src/main/docker/KubernetesParticipant.Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/policy-clamp-docker/src/main/docker/KubernetesParticipant.Dockerfile b/packages/policy-clamp-docker/src/main/docker/KubernetesParticipant.Dockerfile index a40e058cd..dbf085d43 100644 --- a/packages/policy-clamp-docker/src/main/docker/KubernetesParticipant.Dockerfile +++ b/packages/policy-clamp-docker/src/main/docker/KubernetesParticipant.Dockerfile @@ -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:2.6.2 +FROM onap/policy-jre-alpine:2.6.3-SNAPSHOT LABEL maintainer="Policy Team" LABEL org.opencontainers.image.title="Policy CLAMP ACM K8S Participant" |