Open martyncolmer opened 3 years ago
Due to the docker rate limiting on downloads, when I am building an image from docker hub sources that I want to push to AWS ECR I am hitting the limit due the anonymous login. Is there a way to specify docker credentials for the build step?
hi i think this ongoing PR is the solution https://github.com/concourse/docker-image-resource/pull/317
Ah yes, This looks like a viable solution for me. Thanks for your prompt reply.
Due to the docker rate limiting on downloads, when I am building an image from docker hub sources that I want to push to AWS ECR I am hitting the limit due the anonymous login. Is there a way to specify docker credentials for the build step?