repositories
/
mbt-docker.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
93080a7
)
Specify SAP registry for MBT install
author
Jérôme Benoit
<jerome.benoit@sap.com>
Sat, 19 Nov 2022 10:13:36 +0000
(11:13 +0100)
committer
Jérôme Benoit
<jerome.benoit@sap.com>
Sat, 19 Nov 2022 10:13:36 +0000
(11:13 +0100)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Dockerfile
patch
|
blob
|
blame
|
history
diff --git
a/Dockerfile
b/Dockerfile
index 92582dd19e302cb0a2c682cefc3a477ff212cd17..35e4cf7f93210e9efe5200ee62b2edb51ff11c0c 100644
(file)
--- a/
Dockerfile
+++ b/
Dockerfile
@@
-170,7
+170,7
@@
RUN set -ex \
ARG MBT_VERSION=1.2.19
RUN set -ex \
- && npm install -g --unsafe-perm mbt@${MBT_VERSION} \
+ && npm install -g --
registry=https://int.repositories.cloud.sap/artifactory/api/npm/build-releases-npm --
unsafe-perm mbt@${MBT_VERSION} \
&& npm cache clean -g --force \
# smoke test
&& mbt --version