diff options
author | danielhanrahan <daniel.hanrahan@est.tech> | 2022-06-01 17:34:54 +0100 |
---|---|---|
committer | danielhanrahan <daniel.hanrahan@est.tech> | 2022-06-03 11:09:46 +0100 |
commit | 023b63adfed4604c3fd75a7f1c04e98cb1efe026 (patch) | |
tree | f862cde4aeb4269cfec54e8f7e473d77c6482d55 /packages/pom.xml | |
parent | 4bb04db636701c62b59987cb1f7b166226106487 (diff) |
OpenSuse docker files for ACM and participants
Issue-ID: POLICY-4191
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: Iad508532fd1c9ed99cbc906e7ae40e77eabf15e8
Diffstat (limited to 'packages/pom.xml')
-rw-r--r-- | packages/pom.xml | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/packages/pom.xml b/packages/pom.xml index db32c8b5a..edac17e4d 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -1,6 +1,6 @@ <!-- ============LICENSE_START======================================================= - Copyright (C) 2021 Nordix Foundation. + Copyright (C) 2021-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. @@ -54,6 +54,18 @@ </modules> <properties> <docker.skip.push>false</docker.skip.push> + <dockerFileFlavor/> + </properties> + </profile> + <profile> + <id>dockersuse</id> + <modules> + <module>policy-clamp-tarball</module> + <module>policy-clamp-docker</module> + </modules> + <properties> + <docker.skip.push>false</docker.skip.push> + <dockerFileFlavor>-Suse</dockerFileFlavor> </properties> </profile> </profiles> |