aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMichal Banka <michal.banka@nokia.com>2021-02-12 14:45:59 +0100
committerMichal Banka <michal.banka@nokia.com>2021-02-12 15:26:27 +0100
commita3e5e53ba4c940642ddd5becacd4b0cf361fb5a4 (patch)
tree72c1576258600e0de36050e2b8273514d970df3d /README.md
parentc5c005a74157d8436bffd714c316ce257d2700ca (diff)
Update image building
- Removed 'docker' profile - Removed auto building and pushing image from mvn phases - Unified image name through project - Updated README Signed-off-by: Michal Banka <michal.banka@nokia.com> Change-Id: I20e5e21d61b5e0283f9de6b9d0b2e0988328537a Issue-ID: DCAEGEN2-2573
Diffstat (limited to 'README.md')
-rw-r--r--README.md18
1 files changed, 17 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7d74f51..07c64a2 100644
--- a/README.md
+++ b/README.md
@@ -65,4 +65,20 @@ Results of validation are visible in two places:
- In SDC UI in Service -> Distributions view under specific distribution as component *ves-openapi-manager*.
It might take few minutes to show results after service distribution.
- In logs of ves-openapi-manager, right after validation takes place.
- \ No newline at end of file
+
+## Docker image
+
+### Building
+There are at least two ways to build docker image.
+
+Using makefile:
+```
+make build docker
+```
+
+Direct creation with mvn:
+```
+mvn clean package docker:build
+```
+
+Image will be named: *onap/org.onap.dcaegen2.platform.ves-openapi-manager* \ No newline at end of file