diff options
author | Michal Banka <michal.banka@nokia.com> | 2021-02-12 14:45:59 +0100 |
---|---|---|
committer | Michal Banka <michal.banka@nokia.com> | 2021-02-12 15:26:27 +0100 |
commit | a3e5e53ba4c940642ddd5becacd4b0cf361fb5a4 (patch) | |
tree | 72c1576258600e0de36050e2b8273514d970df3d /README.md | |
parent | c5c005a74157d8436bffd714c316ce257d2700ca (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.md | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -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 |