Open
Description
From @christophermaier on December 30, 2016 19:25
Cog users wishing to access container images stored in Amazon's EC2 Container Registry from Relay will run into issues because a docker login
yields a token that is effective for only 12 hours. With Relay's current implementation, you'd likely need to resort to things like restart the Relay process on a schedule in order for it to continue working.
Relay should have some smarts to contend with this use case. @kevsmith suggested exposing ECR support as a new engine within Relay.
Copied from original issue: operable/cog#1281