We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
PR : #930
Sorry, something went wrong.
Merged !
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: