-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
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
ansible: add Alpine Linux 3.20 and 3.21 #3989
base: main
Are you sure you want to change the base?
Conversation
I'll mark ready after testing it. |
Created Jenkins nodes: https://ci.nodejs.org/label/alpine-new320-x64/ https://ci.nodejs.org/label/alpine-new321-x64/ |
`docker build` without it is deprecated.
Error for Guess I'll have to retry later... |
Success for |
Applied the changes to |
I tried again today and still got the rate limit error. Don't know what to do at this point. |
@nodejs/build-infra any idea? |
If we're hitting rate limits pulling from Dockerhub, I think we'd have to either switch to a mirror (and hope we don't hit a rate limit on the mirror) or use an account (which we may need to talk to the Foundation about). According to https://docs.docker.com/docker-hub/download-rate-limit/#pull-rate-limit, unauthenticated we ought to be able to pull 10 images per hour per IP address. |
Is the machine regularly pulling stuff from Docker hub? I'm hitting the rate limit on the first try. |
Not to my knowledge -- it should only need to pull when running the playbook. |
Source is ipv6. We're probably blocked because of other DO customers with the same prefix. |
@ryanaslett Do you know if other projects have hit Docker Hub pull limits, and if so how they dealt with them? |
Closes: #3988