summaryrefslogtreecommitdiffstats
path: root/aai-common-docker/aai-haproxy-image/README.md
diff options
context:
space:
mode:
authorDmitry Puzikov <dmitry.puzikov@tieto.com>2019-08-15 13:45:56 +0200
committerDmitry Puzikov <dmitry.puzikov@tieto.com>2019-08-15 13:45:56 +0200
commit649585b88b758d5c3e702446385ffe733ceea824 (patch)
tree70c4de510446414ee72e8c6a2e59f9f5b6f0bc7c /aai-common-docker/aai-haproxy-image/README.md
parentfff2d1af7b401d6334c4b09868597dcc6c054e2b (diff)
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 <dmitry.puzikov@tieto.com>
Diffstat (limited to 'aai-common-docker/aai-haproxy-image/README.md')
-rw-r--r--aai-common-docker/aai-haproxy-image/README.md13
1 files changed, 13 insertions, 0 deletions
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=<NEW_VERSION>
+ docker build \
+ -t aaionap/haproxy:${NEW_VERSION} .
+```
+
+Replace the NEW\_VERSION with the new docker image version for haproxy