I have ECS service, which needs to pull image from https://ghcr.io via PAT token. Is this possible at all? Is there any way to authenticate to github container registry?
Thank you for the assistance!
BR,
Martin
Yes it's possible. The article linked in the comment to the question shows how it is done, as does the aws documentation.
The article covers everything you need to do, at a high level:
{ "username":"<gh-username>", "password":"<PAT-token>" }
repository_credentials
property of the container definition to the arn of the secret containing credentials