You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.
But currently, I'm still getting a no basic credentials specified when trying to pull the image.
Is this a supported/out of scope feature or has anyone succeeded with this use case? (Sorry if a SO question would be a better place for this question but it seemed like this would be a common use case for this repo.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I'm trying to pull from our private ECR registry but having trouble authenticating, I believe this should be possible based on this post:
https://gitlab.com/gitlab-org/gitlab-runner/issues/1583#note_93170156
By adding the aws credential-helper (https://github.com/awslabs/amazon-ecr-credential-helper) to the main EC2 manager.
Currently, I've added this to the Userdata of the instance:
And an env var named DOCKER_AUTH_CONFIG to our gitlab project variables with the address of the registry:
But currently, I'm still getting a no basic credentials specified when trying to pull the image.
Is this a supported/out of scope feature or has anyone succeeded with this use case? (Sorry if a SO question would be a better place for this question but it seemed like this would be a common use case for this repo.
The text was updated successfully, but these errors were encountered: