Hello, I'm running into an issue here, trying to build a docker image. During build, I need to pull a base image from aws ecr and it seems like I'm missing something. I added "docker-credential-ecr-login" and "sh" to [docker].tools and I added the credHelpers to .docker/config.json and added this then to [docker].env_vars in pants.toml.
ecr-login.log now reports something about the host being down to fetch login credentials. If I try to authenticate to ecr via cli directly, it works.