diff options
author | danielhanrahan <daniel.hanrahan@est.tech> | 2022-06-22 11:56:23 +0100 |
---|---|---|
committer | danielhanrahan <daniel.hanrahan@est.tech> | 2022-06-22 13:54:11 +0100 |
commit | c307163822736f0db2c5656219fda60103743ecd (patch) | |
tree | b99d8ed2bea3ab32358928405439ddb602df4989 /packages/pom.xml | |
parent | 8dc83784673a5ccad79fc534bb7f035be8c16392 (diff) |
OpenSuse docker file for drools-pdp
Issue-ID: POLICY-4193
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: Ia3984d93b3aa6ec8daba61201216b03932f6d9ce
Diffstat (limited to 'packages/pom.xml')
-rw-r--r-- | packages/pom.xml | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/packages/pom.xml b/packages/pom.xml index 7ae3a5a4..b049dcf0 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -4,13 +4,14 @@ ================================================================================ Copyright (C) 2017, 2019-2020 AT&T Intellectual Property. All rights reserved. Modifications Copyright (C) 2019-2020 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. You may obtain a copy of the License at - + http://www.apache.org/licenses/LICENSE-2.0 - + Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. @@ -57,6 +58,19 @@ </modules> <properties> <docker.skip.push>false</docker.skip.push> + <dockerFile>Dockerfile</dockerFile> + </properties> + </profile> + <profile> + <id>dockersuse</id> + <modules> + <module>base</module> + <module>install</module> + <module>docker</module> + </modules> + <properties> + <docker.skip.push>false</docker.skip.push> + <dockerFile>suse.Dockerfile</dockerFile> </properties> </profile> </profiles> |