Install the docker-ecr-credential-helper #271
Labels
enhancement 🆕
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
If we want to use docker-based executors and pull docker images from private ECR, we are likely to use https://docs.gitlab.com/ee/ci/docker/using_docker_images.html#using-credential-helpers with DOCKER_AUTH_CONFIG set. To make use of this, the appropriate credential helper needs to be installed: https://github.com/awslabs/amazon-ecr-credential-helper
With current EC2 setup, this is just
yum install -y amazon-ecr-credential-helper
. The user can work-around this by usinguserdata_post_install
variable but it'd be cool if there was a proper setting. It could even be on by default, there's not much reason (as far as I can tell) to not just install this by default.The text was updated successfully, but these errors were encountered: