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
I'm currently working on setting up an AWS ECS push work pool. My runs are failing because I'm publishing my own docker images to a private Github Container Registry and I have not provided my credentials anywhere in my python deployment file or otherwise.
Flow run could not be submitted to infrastructure: TaskFailedToStart - CannotPullContainerError: pull image manifest has been retried 1 time(s): failed to resolve ref ghcr.io/my-org/my-image:latest: failed to authorize: failed to fetch anonymous token: unexpected status from GET request to https://ghcr.io/token?scope=repository%3Amy-org%2Fmy-image%3Apull&service=ghcr.io: 401 Unauthorized
It seems ultimately I need to define repositoryCredentials somewhere in my deployment so that the ECS task-definition contains my repository credentials. AWS Task Definition Docs
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I'm currently working on setting up an AWS ECS push work pool. My runs are failing because I'm publishing my own docker images to a private Github Container Registry and I have not provided my credentials anywhere in my python deployment file or otherwise.
It seems ultimately I need to define repositoryCredentials somewhere in my deployment so that the ECS task-definition contains my repository credentials. AWS Task Definition Docs
My deploy_flow.py
I dug through the docs, other issues and the discussions without any luck. Any help is appreciated!
All reactions