Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: akanix42/verdaccio-ldap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: osixia/verdaccio-ldap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 4 commits
  • 1 file changed
  • 1 contributor

Commits on Jun 16, 2019

  1. fix build user

    BertrandGouny committed Jun 16, 2019
    Copy the full SHA
    55ce5e0 View commit details

Commits on Jul 15, 2019

  1. Update to verdaccio:4

    BertrandGouny committed Jul 15, 2019
    Copy the full SHA
    09d4df5 View commit details

Commits on Mar 21, 2022

  1. feat: verdaccio v5

    BertrandGouny committed Mar 21, 2022
    Copy the full SHA
    f39cd6a View commit details

Commits on Nov 1, 2024

  1. -

    BertrandGouny committed Nov 1, 2024
    Copy the full SHA
    16090f6 View commit details
Showing with 8 additions and 2 deletions.
  1. +8 −2 Dockerfile
10 changes: 8 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
FROM verdaccio/verdaccio
FROM verdaccio/verdaccio:5 as builder
USER root
ENV NODE_ENV=production

RUN npm i && npm install verdaccio-ldap
RUN apk add --no-cache alpine-sdk python3
RUN npm i --global-style verdaccio-ldap

FROM verdaccio/verdaccio:5
COPY --from=builder --chown=$VERDACCIO_USER_UID:root /opt/verdaccio/node_modules/verdaccio-ldap /verdaccio/plugins/verdaccio-ldap