Releases: shencangsheng/easy-registry-mirror
Releases · shencangsheng/easy-registry-mirror
artifacts
v1.5.0
Features
./ctl npm fastestmirrorTest the speed of all mirror and replace the current repository source with the fastest one.
Perf
- verdaccio4 -> verdaccio5.31, This verdaccio version upgrade enables the use of a token to push private Node packages to the registry within CI/CD.
npm token create --registry http://xx.xx.xx.xx:14873
GitLab:
prod.deploy:
image: node:18-alpine3.19
stage: deploy
script:
- echo "//xx.xx.xx.xx:14873/:_authToken=${REGISTRY_TOKEN}" > ~/.npmrc
- npm version ${CI_COMMIT_TAG} --no-git-tag-version
- npm publish --registry http://xx.xx.xx.xx:14873v1.4.0
Perf:
- Optimized Docker proxy by checking if the image already exists before pushing.
v1.3.0
Features
- PyPI registry
- Options add
status,clean
Perf
- Maven Magic
v1.2.0
Features
- Maven Register
v1.1.0
Features
- NPM Registry
Perf
- Docker Registry requirements.txt
v1.0.0
Features
- Docker Registry