aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorFiete Ostkamp <fiete.ostkamp@telekom.de>2024-01-29 17:17:21 +0000
committerGerrit Code Review <gerrit@onap.org>2024-01-29 17:17:21 +0000
commit5d02099347bbd6beb81de7e49ffe349c36caff09 (patch)
tree7f93961616dd209fe758d0e51b9b0af20671e94c /README.md
parent3c8b8cb659b094b1b5b7f7e99218146de3f25942 (diff)
parentc65f5a42c28effc2f3d866dde7683a488df928b3 (diff)
Merge "Revert "Update aai-common-alpine base image in resources""
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/README.md b/README.md
index 554c0209..941a7342 100644
--- a/README.md
+++ b/README.md
@@ -48,10 +48,3 @@ 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