summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2023-10-16 09:59:14 +0200
committerFiete Ostkamp <fiete.ostkamp@telekom.de>2024-01-19 10:09:50 +0000
commitce788a66989590a2fd1291390fb2f6489cc38e7c (patch)
tree427cd3842ce569e5ed3b09e6b7c3735e81267566 /README.md
parent57d9169e0cb1dc0dd91a661f7e4180d3dd747514 (diff)
Update aai-common-alpine base image in resources
- update [aai-common-alpine](https://hub.docker.com/r/onap/aai-common-alpine/tags) base image from 1.6.0 to 1.9.6 - add README-instructions for building the docker image Issue-ID: AAI-3662 Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de> Change-Id: Ic0f1993520b95f435543e12ac7b332fb4f4d5f94
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 941a734..554c020 100644
--- a/README.md
+++ b/README.md
@@ -48,3 +48,10 @@ Integration tests are located in `it` directory, and disabled by default in the
`<skipITs>true</skipITs>`
As a naming convention, All integration test classes should end with `IT`, and will be executed by changing the `skipITs` value in pom file, or through the command line `-DskipITs=false`
+
+## Docker
+
+To build the docker image, the maven `docker` profile can be used:
+```sh
+JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 mvn clean install -P docker -DskipTests
+``` \ No newline at end of file