Mark NS
01/10/2023, 10:38 AMDockerRegistry
block working with AWS ECR, but it seems the password expires after some hours. Another thread suggests that an ECR block is being worked on, but this PR is blocked for a variety of reasons.
In the same thread @Anna Geller suggests using ECSTask
as the run-infrastructure. Is that still the only workaround for using ECR? I'd prefer to continue using DockerContainer
if possible, as I'm not familiar with ECS.Christopher Boyd
01/10/2023, 3:17 PMGeorge Coyne
01/10/2023, 3:47 PMMark NS
01/10/2023, 4:54 PMFlorian Giroud
01/11/2023, 10:08 AMno basic auth credentials
The solution was to configure User=admin in the systemctl Unit
Potential alternative solution : Do not configure ecr-credentials-helper in ~/.docker/config.json
but in a location where the root user can use itAnna Geller
01/11/2023, 1:13 PM