-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
82 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
18 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,7 +76,7 @@ FROM node:lts-alpine as builder | |
# Install the metrics middleware plugin. Replace `x.y.z` with the plugin version. | ||
RUN mkdir -p /verdaccio/plugins \ | ||
&& cd /verdaccio/plugins \ | ||
&& npm install --global-style --no-bin-links --omit=optional @xlts.dev/[email protected] | ||
&& npm install --global-style --no-bin-links --omit=optional @devintent/[email protected] | ||
|
||
# The final built image will be based on the standard Verdaccio docker image. | ||
FROM verdaccio/verdaccio:5 | ||
|
@@ -85,7 +85,7 @@ FROM verdaccio/verdaccio:5 | |
# The `$VERDACCIO_USER_UID` env variable is defined in the base `verdaccio/verdaccio` image. | ||
# Refer to: https://github.com/verdaccio/verdaccio/blob/v5.13.3/Dockerfile#L32 | ||
COPY --chown=$VERDACCIO_USER_UID:root --from=builder \ | ||
/verdaccio/plugins/node_modules/@xlts.dev/verdaccio-prometheus-middleware \ | ||
/verdaccio/plugins/node_modules/@devintent/verdaccio-prometheus-middleware \ | ||
/verdaccio/plugins/verdaccio-metrics | ||
``` | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters