concourse / docker-image-resource

a resource for docker images
Apache License 2.0
163 stars 258 forks source link

Can't supply seperate Docker and AWS credentials #318

Open martyncolmer opened 3 years ago

martyncolmer commented 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?

xtremerui commented 3 years ago

hi i think this ongoing PR is the solution https://github.com/concourse/docker-image-resource/pull/317

martyncolmer commented 3 years ago

Ah yes, This looks like a viable solution for me. Thanks for your prompt reply.