I have a Dockerfile whose base is a public image on Docker Hub. In my quay.io triggered builds, I frequently encounter Docker Hub's rate limit error:
Could not pull base image: API error (500): toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: https://www.docker.com/increase-rate-limit
How to resolve this? Is it possible to specify a Docker Hub login on quay.io?