aboutsummaryrefslogtreecommitdiffstats
path: root/sidecar/pom.xml
diff options
context:
space:
mode:
authorSimon Hrabos <simon.hrabos@tieto.com>2019-09-20 15:19:24 +0200
committerSimon Hrabos <simon.hrabos@tieto.com>2019-09-24 10:00:35 +0200
commit25c0056a7846168dbc5cc86615039ad8d1e9a35d (patch)
tree77f0e14a4d5c240a860dd9a7e1499e59341305e6 /sidecar/pom.xml
parentc932b38f09dd98b8f93d6b0dfac0d556e0126138 (diff)
small, multi-platform (amd64, arm64) images
Modify fproxy, rproxy and tproxy-config docker container image due to arm64 compatibility Issue-ID: INT-1174 Issue-ID: INT-1175 Issue-ID: INT-1176 Signed-off-by: Simon Hrabos <simon.hrabos@tieto.com> Change-Id: Ibbf9e1d15bea9ebb1b82ff50c8671927c68be2ed
Diffstat (limited to 'sidecar/pom.xml')
-rw-r--r--sidecar/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/sidecar/pom.xml b/sidecar/pom.xml
index 6708b3e..b0df6f2 100644
--- a/sidecar/pom.xml
+++ b/sidecar/pom.xml
@@ -55,7 +55,7 @@
<spring.boot.version>2.1.1.RELEASE</spring.boot.version>
<spring.web.version>5.1.3.RELEASE</spring.web.version>
- <docker.location>${basedir}/target</docker.location>
+ <docker.location>${basedir}/target/build</docker.location>
<!-- <skipNexusStagingDeployMojo>true</skipNexusStagingDeployMojo> -->
</properties>