diff options
author | vasraz <vasyl.razinkov@est.tech> | 2021-12-08 22:12:52 +0000 |
---|---|---|
committer | Vasyl Razinkov <vasyl.razinkov@est.tech> | 2021-12-09 09:44:10 +0000 |
commit | 8b1002a99724180cc9c134a04a5eb0763fde872c (patch) | |
tree | 8e1061f97b28c193d9448885eea3bb2be4f68077 /utils/webseal-simulator/pom.xml | |
parent | afa3fb50409b8c68e35db42e77a962b76702f8d9 (diff) |
Improve fast-build profile
Remove docker build from 'fast-build' profile
Change-Id: I90b79bc05ecd159b5c6ff62f195507476dcdaa38
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Issue-ID: SDC-3804
Diffstat (limited to 'utils/webseal-simulator/pom.xml')
-rw-r--r-- | utils/webseal-simulator/pom.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/webseal-simulator/pom.xml b/utils/webseal-simulator/pom.xml index 7f1db049a6..ddd56ed5d6 100644 --- a/utils/webseal-simulator/pom.xml +++ b/utils/webseal-simulator/pom.xml @@ -232,17 +232,17 @@ <configuration> <verbose>${verbose}</verbose> <apiVersion>${docker.api.version}</apiVersion> - <registry>nexus3.onap.org:10001</registry> + <registry>${docker.registry}</registry> <authConfig> <pull> - <username>docker</username> - <password>docker</password> + <username>${docker.username}</username> + <password>${docker.password}</password> </pull> </authConfig> <images> <!-- Build simulator image --> <image> - <name>onap/sdc-simulator</name> + <name>${docker.namespace}/sdc-simulator</name> <alias>sdc-simulator</alias> <build> <cleanup>try</cleanup> |