Add docker image generation to maven for policy-gui 84/123684/6
authordanielhanrahan <daniel.hanrahan@est.tech>
Fri, 20 Aug 2021 15:55:19 +0000 (16:55 +0100)
committerdanielhanrahan <daniel.hanrahan@est.tech>
Wed, 1 Sep 2021 09:12:50 +0000 (10:12 +0100)
commit608e625fdd262d4362a998f290017a7d3a978aaf
treec1f5ad7efae7f7105721992824c595cef9c9cc85
parentdb784313b8ba29f5d4396c1cc96bb5f3c853677f
Add docker image generation to maven for policy-gui

Add maven uber-jar artifact for gui-editor-apex
Add maven tarball artifact for gui-clamp
Create docker image containing nginx and policy GUIs

Issue-ID: POLICY-3574
Change-Id: I06e5ed6fb610e0746f376114f628bb9b1a530cab
Signed-off-by: danielhanrahan <daniel.hanrahan@est.tech>
12 files changed:
README.md
gui-clamp/pom.xml
gui-clamp/src/main/assembly/clamp-build.xml [new file with mode: 0644]
gui-editors/gui-editor-apex/pom.xml
packages/policy-gui-docker/pom.xml [new file with mode: 0644]
packages/policy-gui-docker/src/main/docker/Dockerfile [new file with mode: 0644]
packages/policy-gui-docker/src/main/docker/nginx/default.conf.template [new file with mode: 0644]
packages/policy-gui-docker/src/main/docker/nginx/index.html [new file with mode: 0644]
packages/policy-gui-docker/src/main/docker/nginx/nginx.conf [new file with mode: 0644]
packages/policy-gui-docker/src/main/docker/policy-gui.sh [new file with mode: 0644]
packages/pom.xml [new file with mode: 0644]
pom.xml