From 927533c112b7bb50c7f19fe9a6286669ba572179 Mon Sep 17 00:00:00 2001 From: jhh Date: Sun, 16 Feb 2020 19:49:42 -0600 Subject: Inherit from PDP-D (native policies) base image Depends on https://gerrit.onap.org/r/#/c/policy/docker/+/101758/ for package cleanup and the native Dockerfile refactoring from https://gerrit.onap.org/r/#/c/policy/drools-pdp/+/101802/. Issue-ID: POLICY-2181 Signed-off-by: jhh Change-Id: I6cf2b945157a91abd9985bcff1e70ae6a30ae15d Signed-off-by: jhh --- controlloop/packages/docker-controlloop/src/main/assembly/assembly.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'controlloop/packages/docker-controlloop/src/main/assembly') diff --git a/controlloop/packages/docker-controlloop/src/main/assembly/assembly.xml b/controlloop/packages/docker-controlloop/src/main/assembly/assembly.xml index 7deffeb8f..f35050b44 100644 --- a/controlloop/packages/docker-controlloop/src/main/assembly/assembly.xml +++ b/controlloop/packages/docker-controlloop/src/main/assembly/assembly.xml @@ -3,6 +3,7 @@ PDP-D APPS Installation Package ================================================================================ Copyright (C) 2019 Bell Canada. All rights reserved. + Modifications Copyright (C) 2020 AT&T. All rights reserved. ================================================================================ Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -28,7 +29,7 @@ . true - docker-entrypoint.sh + pdpd-cl-entrypoint.sh 755 -- cgit 1.2.3-korg value='montreal'>montreal Code for building policies/rules for the Drools PDP engine.Grokmirror user
summaryrefslogtreecommitdiffstats
blob: 1560429cca0d382ba348deff82ab0c38009c57c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55