kelektiv / node.bcrypt.js

bcrypt for NodeJs
MIT License
7.43k stars 510 forks source link

Docker image repository change to ECR Public Gallery #929

Closed cokia closed 2 years ago

cokia commented 2 years ago

Hello.

When I checked the Travis CI now, I checked the case where it was failed due to DockerHub's Image Pull Rate Limit.

I suggest using awsecr public gallery where official nodejs image is provided.

If this is used, it is not restricted by Rate Limit, and the test can be carried out using the same image as the official Docker image.

docker image pull public.ecr.aws/docker/library/node:${TRAVIS_NODE_VERSION}-alpine

cokia commented 2 years ago

PR : #930

cokia commented 2 years ago

Merged !