GithubHelp home page GithubHelp logo

Comments (8)

whoan avatar whoan commented on June 14, 2024 1

Hi @AntoineAugusti . Yes, I think AWS ECR public registry should be supported. Let me give it a try at the weekend.

Thanks

from docker-build-with-cache-action.

AntoineAugusti avatar AntoineAugusti commented on June 14, 2024

That's fantastic! If you're short on time, tell me. I should be able to write up a PR in January for this.

from docker-build-with-cache-action.

whoan avatar whoan commented on June 14, 2024

I took a look at it and it seems like an easy change. My only concern is that I need to find some way to get the AWS region when we use ECR public. In the private one, I was taking the region from the INPUT_REGISTRY variable, but in the public one it's not present anymore: public.ecr.aws

from docker-build-with-cache-action.

AntoineAugusti avatar AntoineAugusti commented on June 14, 2024

The documentation says that the authentication should always be done on us-east-1

When authenticating to a public registry, always authenticate to the us-east-1 Region when using the AWS CLI.

from docker-build-with-cache-action.

whoan avatar whoan commented on June 14, 2024

That is great news @AntoineAugusti . Thanks for your quick reply!

from docker-build-with-cache-action.

whoan avatar whoan commented on June 14, 2024

I could not finish this feature yet because I am having an issue pulling all tags from public ECR.

This works:

docker pull public.ecr.aws/p6n4p0s0/hello-world:latest

But this doesn't:

docker pull --all-tags  public.ecr.aws/p6n4p0s0/hello-world

I will try to give it another try before 2021!

Partial work was done here: https://github.com/whoan/docker-build-with-cache-action/compare/support-aws-ecr-public

from docker-build-with-cache-action.

whoan avatar whoan commented on June 14, 2024

Hey @AntoineAugusti . Could you give v.5.9.0 a try? I added support to AWS ECR Public and it was trickier than expected but acoording to this test it is working now.

Feel free to reopen this issue if you find any issue.

from docker-build-with-cache-action.

AntoineAugusti avatar AntoineAugusti commented on June 14, 2024

@whoan Thanks for implementing this quickly! I'll report it here as soon as I can

from docker-build-with-cache-action.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.