From 649585b88b758d5c3e702446385ffe733ceea824 Mon Sep 17 00:00:00 2001 From: Dmitry Puzikov Date: Thu, 15 Aug 2019 13:45:56 +0200 Subject: Created maven modules for aai-common docker images. aai-common and aai-haproxy docker images can be build with maven. Change-Id: Iffbc2f4984316e3acc35558bdde0dbea76388ada Issue-ID: INT-1023 Signed-off-by: Dmitry Puzikov --- aai-common-docker/aai-haproxy-image/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 aai-common-docker/aai-haproxy-image/README.md (limited to 'aai-common-docker/aai-haproxy-image/README.md') diff --git a/aai-common-docker/aai-haproxy-image/README.md b/aai-common-docker/aai-haproxy-image/README.md new file mode 100644 index 00000000..4d677051 --- /dev/null +++ b/aai-common-docker/aai-haproxy-image/README.md @@ -0,0 +1,13 @@ +# AAI HAProxy README + +### Building the image + +Run the following command if building the image in internal network + +```bash + export NEW_VERSION= + docker build \ + -t aaionap/haproxy:${NEW_VERSION} . +``` + +Replace the NEW\_VERSION with the new docker image version for haproxy -- cgit 1.2.3-korg