Dominic Tarro
01/02/2024, 6:14 PMDockerRegistryCredentials
to login with ECR? On the command line I would pass "AWS" as the username and the token from aws ecr get-login-password
to STDIN, but that's not really an option here.
I see a few PRs/issues related to it (notably docker-py, prefect), but no examples for the Block. docker-py
's login doesn't have any native code for authenticating with AWS, and the issue I cited suggests people write their own authentication. prefect-docker
just calls the client's login method.Aaron Goebel
02/05/2024, 11:58 PMDominic Tarro
02/06/2024, 1:37 PMAbhishek Singh
03/12/2024, 4:03 PM