From: danielhanrahan Date: Fri, 2 Sep 2022 08:35:48 +0000 (+0100) Subject: Allow setting external dockerfile for simulator X-Git-Tag: 2.7.0~5 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=2e170663ac66bd169ffa874a22c1256ba1607a86;hp=2e170663ac66bd169ffa874a22c1256ba1607a86;p=policy%2Fmodels.git Allow setting external dockerfile for simulator If building with an external dockerfile, e.g. using mvn clean install -Pdocker -DdockerFile=/path/to/dockerfile docker will look for project files in the same directory as the new dockerfile. A new property is added for setting the context path, to allow using existing project files in src/main/docker. Issue-ID: POLICY-4334 Signed-off-by: danielhanrahan Change-Id: I25a192d01583f1085055db08477e9be884512091 ---