summaryrefslogtreecommitdiffstats
path: root/tutorials/tutorial-xacml-application/src/main/docker/docker-compose.yml
diff options
context:
space:
mode:
authorPamela Dragosh <pd1248@att.com>2021-07-21 10:58:13 -0400
committerPamela Dragosh <pd1248@att.com>2021-07-21 11:37:19 -0400
commitfe80c60ca766af048d7eb6f9bc073d40ee033046 (patch)
treec55029034b36c0e502a20c7d903f6b75af01b1cc /tutorials/tutorial-xacml-application/src/main/docker/docker-compose.yml
parentf01fce93c17db824d772240b9c68c07d15c6869a (diff)
Add attribute return example into Tutorial
Used the tutorial to demonstrate returning of attributes back into the Decision response. Needed to update the docker compose for both tutorials to ensure they are using the master branch versions of api and pap. Issue-ID: POLICY-2865 Change-Id: Ia568dfae27d659d940217ddf8d9295dd8409f0e3 Signed-off-by: Pamela Dragosh <pd1248@att.com>
Diffstat (limited to 'tutorials/tutorial-xacml-application/src/main/docker/docker-compose.yml')
-rw-r--r--tutorials/tutorial-xacml-application/src/main/docker/docker-compose.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/tutorials/tutorial-xacml-application/src/main/docker/docker-compose.yml b/tutorials/tutorial-xacml-application/src/main/docker/docker-compose.yml
index 72be1362..a3b72bea 100644
--- a/tutorials/tutorial-xacml-application/src/main/docker/docker-compose.yml
+++ b/tutorials/tutorial-xacml-application/src/main/docker/docker-compose.yml
@@ -38,8 +38,8 @@ services:
expose:
- 3904
api:
- # Honolulu released images
- image: nexus3.onap.org:10001/onap/policy-api:2.4.2
+ # Istanbul To Be released images
+ image: nexus3.onap.org:10001/onap/policy-api:2.5.0-SNAPSHOT
container_name: policy-api
depends_on:
- mariadb
@@ -49,8 +49,8 @@ services:
expose:
- 6767
pap:
- # Honolulu released images
- image: nexus3.onap.org:10001/onap/policy-pap:2.4.2
+ # Istanbul To Be released images
+ image: nexus3.onap.org:10001/onap/policy-pap:2.5.0-SNAPSHOT
container_name: policy-pap
depends_on:
- mariadb