diff options
author | danielhanrahan <daniel.hanrahan@est.tech> | 2022-06-01 14:26:24 +0100 |
---|---|---|
committer | danielhanrahan <daniel.hanrahan@est.tech> | 2022-06-01 14:26:24 +0100 |
commit | 9d74483d6ffa8c37b2f310d13367089ed24341c1 (patch) | |
tree | 6f7130641c8514e9ad495c9d1d6b7682f109790c /packages/pom.xml | |
parent | 2a58e25bee3bf029e1696a443f23495e119c5855 (diff) |
OpenSuse docker file for policy-distribution
Issue-ID: POLICY-4192
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: I3b3f886f60ed17f9ab54d3b9e915d7921a5642ba
Diffstat (limited to 'packages/pom.xml')
-rw-r--r-- | packages/pom.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/pom.xml b/packages/pom.xml index d6ab19ac..37e84704 100644 --- a/packages/pom.xml +++ b/packages/pom.xml @@ -3,6 +3,7 @@ Copyright (C) 2018 Ericsson. All rights reserved. Modifications Copyright (C) 2020 AT&T Intellectual Property. All rights reserved. Modifications Copyright (C) 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. @@ -55,6 +56,18 @@ </modules> <properties> <docker.skip.push>false</docker.skip.push> + <dockerFile>Dockerfile</dockerFile> + </properties> + </profile> + <profile> + <id>dockersuse</id> + <modules> + <module>policy-distribution-tarball</module> + <module>policy-distribution-docker</module> + </modules> + <properties> + <docker.skip.push>false</docker.skip.push> + <dockerFile>suse.Dockerfile</dockerFile> </properties> </profile> </profiles> |