summaryrefslogtreecommitdiffstats
path: root/packages/policy-api-docker/pom.xml
diff options
context:
space:
mode:
authordanielhanrahan <daniel.hanrahan@est.tech>2022-05-17 15:37:02 +0100
committerdanielhanrahan <daniel.hanrahan@est.tech>2022-05-18 11:26:03 +0100
commit3c97dd4ad3577a13b575809c7f1cf69514d4abcf (patch)
treec0f1b2c7be017560a9d59be3ead47084bc845411 /packages/policy-api-docker/pom.xml
parentbe1caa4907e14c8572e9a78b2a959d50e31a117b (diff)
OpenSuse docker file for policy API
Create OpenSuse docker file Add build profile for OpenSuse docker image Issue-ID: POLICY-4188 Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech> Change-Id: I843cb59b5d6279c01a396998b12fc5c0c0691215
Diffstat (limited to 'packages/policy-api-docker/pom.xml')
-rw-r--r--packages/policy-api-docker/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/packages/policy-api-docker/pom.xml b/packages/policy-api-docker/pom.xml
index 9bc438d9..219aa48d 100644
--- a/packages/policy-api-docker/pom.xml
+++ b/packages/policy-api-docker/pom.xml
@@ -2,6 +2,7 @@
============LICENSE_START=======================================================
Copyright (C) 2019,2021 AT&T Intellectual Property. All rights reserved.
Modifications Copyright (C) 2020-2022 Bell Canada.
+ Modifications Copyright (C) 2022 Nordix Foundation.
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -80,7 +81,7 @@
<name>onap/policy-api</name>
<build>
<cleanup>try</cleanup>
- <dockerFile>Dockerfile</dockerFile>
+ <dockerFile>${dockerFile}</dockerFile>
<tags>
<tag>${project.version}</tag>
<tag>${project.version}-${maven.build.timestamp}</tag>
@@ -163,4 +164,4 @@
<type>tar.gz</type>
</dependency>
</dependencies>
-</project> \ No newline at end of file
+</project>