Gitlab-Runner Docker Rate Limit - use DOCKER_AUTH_CONFIG now!
Docker is changing the rate limits starting 1st April 2025 See the announcement Updated Pull Rate Limits for Free & Unauthenticated Users – To ensure a reliable and seamless experience for all users, we are updating authenticated and free pull limits: - Unauthenticated users: Limited to 10 pulls per hour (as announced previously) - Free authenticated users: Increased to 100 pulls per hour (up from 40 pulls / hour) The rate limit for Unauthenticated Users might be a problem for CI/CD pipelines. Therefore you might to use a Free authenticated users. Here is an example how this can work for a GitLab-Runner. ...