Created maven modules for aai-common docker images. 20/93620/1
authorDmitry Puzikov <dmitry.puzikov@tieto.com>
Thu, 15 Aug 2019 11:45:56 +0000 (13:45 +0200)
committerDmitry Puzikov <dmitry.puzikov@tieto.com>
Thu, 15 Aug 2019 11:45:56 +0000 (13:45 +0200)
commit649585b88b758d5c3e702446385ffe733ceea824
tree70c4de510446414ee72e8c6a2e59f9f5b6f0bc7c
parentfff2d1af7b401d6334c4b09868597dcc6c054e2b
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>
13 files changed:
aai-common-docker/aai-common-images/README.md [moved from Dockerfiles/aai-common/README.md with 100% similarity]
aai-common-docker/aai-common-images/pom.xml [new file with mode: 0644]
aai-common-docker/aai-common-images/src/main/docker/Dockerfile.alpine [moved from Dockerfiles/aai-common/Dockerfile.alpine with 100% similarity]
aai-common-docker/aai-common-images/src/main/docker/Dockerfile.ubuntu [moved from Dockerfiles/aai-common/Dockerfile.ubuntu with 100% similarity]
aai-common-docker/aai-haproxy-image/README.md [moved from Dockerfiles/haproxy/README.md with 100% similarity]
aai-common-docker/aai-haproxy-image/pom.xml [new file with mode: 0644]
aai-common-docker/aai-haproxy-image/src/main/docker/Dockerfile [moved from Dockerfiles/haproxy/Dockerfile with 100% similarity]
aai-common-docker/aai-haproxy-image/src/main/docker/aai.pem [moved from Dockerfiles/haproxy/aai.pem with 100% similarity]
aai-common-docker/aai-haproxy-image/src/main/docker/docker-entrypoint.sh [moved from Dockerfiles/haproxy/docker-entrypoint.sh with 100% similarity]
aai-common-docker/aai-haproxy-image/src/main/docker/haproxy.cfg [moved from Dockerfiles/haproxy/haproxy.cfg with 100% similarity]
aai-common-docker/aai-haproxy-image/src/main/docker/resolvers.conf [moved from Dockerfiles/haproxy/resolvers.conf with 100% similarity]
aai-common-docker/pom.xml [new file with mode: 0644]
pom.xml