diff options
author | Liam Fallon <liam.fallon@est.tech> | 2022-06-03 13:15:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-06-03 13:15:19 +0000 |
commit | 81a6c5c2ca26915edf34042f949b1e7454f36d53 (patch) | |
tree | cc7bc13a2f301fc0ed571e6266af62725caa99ef /packages/policy-distribution-docker/pom.xml | |
parent | eedd4e61781c1eb0b1ba962ac4b5ea9ee0a815dd (diff) | |
parent | 9d74483d6ffa8c37b2f310d13367089ed24341c1 (diff) |
Merge "OpenSuse docker file for policy-distribution"
Diffstat (limited to 'packages/policy-distribution-docker/pom.xml')
-rw-r--r-- | packages/policy-distribution-docker/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/policy-distribution-docker/pom.xml b/packages/policy-distribution-docker/pom.xml index 0174994a..3a5c36ba 100644 --- a/packages/policy-distribution-docker/pom.xml +++ b/packages/policy-distribution-docker/pom.xml @@ -3,6 +3,7 @@ Copyright (C) 2018 Ericsson. All rights reserved. Modifications Copyright (C) 2020 Bell Canada. Modifications Copyright (C) 2021 AT&T Intellectual Property. All rights reserved. + 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. @@ -81,7 +82,7 @@ <name>onap/policy-distribution</name> <build> <cleanup>try</cleanup> - <dockerFile>Dockerfile</dockerFile> + <dockerFile>${dockerFile}</dockerFile> <tags> <tag>${project.version}</tag> <tag>${project.version}-${maven.build.timestamp}</tag> |