diff options
author | danielhanrahan <daniel.hanrahan@est.tech> | 2022-05-27 16:23:38 +0100 |
---|---|---|
committer | danielhanrahan <daniel.hanrahan@est.tech> | 2022-05-31 12:29:29 +0100 |
commit | 454c8ab928f41f151a2552f8f91a202a4779fa15 (patch) | |
tree | bd89520946442bb6cbab0e733f2c8030f1434284 /models-sim/packages/pom.xml | |
parent | 249b0657be31724b7502ba43767820c7fc47d935 (diff) |
OpenSuse docker file for policy-models-simulator
Create OpenSuse docker file
Add build profile for OpenSuse docker image
Issue-ID: POLICY-4196
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
Change-Id: Ida526d2c1ca858e2b3c9791048f2dfc405931ca8
Diffstat (limited to 'models-sim/packages/pom.xml')
-rw-r--r-- | models-sim/packages/pom.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/models-sim/packages/pom.xml b/models-sim/packages/pom.xml index 4bf5cc715..4af8dee68 100644 --- a/models-sim/packages/pom.xml +++ b/models-sim/packages/pom.xml @@ -1,6 +1,7 @@ <!-- ============LICENSE_START======================================================= 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. @@ -56,6 +57,18 @@ </modules> <properties> <docker.skip.push>false</docker.skip.push> + <dockerFile>Dockerfile</dockerFile> + </properties> + </profile> + <profile> + <id>dockersuse</id> + <modules> + <module>models-simulator-tarball</module> + <module>models-simulator-docker</module> + </modules> + <properties> + <docker.skip.push>false</docker.skip.push> + <dockerFile>suse.Dockerfile</dockerFile> </properties> </profile> </profiles> |