Skip to content
Discussion options

You must be logged in to vote

My plugin as mentioned above is now open source @ https://github.com/freight-hub/verdaccio-openmetrics

I've relocated the published package to https://www.npmjs.com/package/verdaccio-openmetrics

Hopefully others can find this useful.


I am using a Dockerfile like this to create the image:

FROM verdaccio/verdaccio:4.10
USER root

ENV NODE_ENV=production
RUN npm install --production \
 && npm install \
        verdaccio-openmetrics@1.0.2 \
 && npm cache clean --force

USER verdaccio

.. and then giving that image tag to Helm to be deployed.

Replies: 12 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by juanpicado
Comment options

You must be logged in to vote
3 replies
@micaelmbagira
Comment options

@danopia
Comment options

@danopia
Comment options

Comment options

You must be logged in to vote
2 replies
@juanpicado
Comment options

@edclement
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
6 participants
Converted from issue

This discussion was converted from issue #1815 on February 04, 2021 09:48.