<#20306 Failing to pull public ECR image for envir...
# github-notifications
c
#20306 Failing to pull public ECR image for environment Issue created by thejcannon Describe the bug After turning on docker environment support with a
docker_environment
pointing to a public ECR image:
Copy code
$ pants test ::
native_engine.IntrinsicError: Failed to pull Docker image `public.ecr.aws/<alias>/<name>`: Failed to retrieve credentials for server `public.ecr.aws`: User has no credential configured
but...
Copy code
$ docker pull public.ecr.aws/<alias>/<name>
... (success)
Pants version 2.18.0 OS Linux Additional info N/A pantsbuild/pants