Open
Description
We run the Relay Proxy as a Docker container on Amazon ECS. The container task definition is configured to pull the launchdarkly/ld-relay
image anonymously from Docker Hub.
Due to the pull limits Docker Hub applies to anonymous requests, we would prefer to use the Amazon ECR Public Gallery. This would be simpler for us to use than authenticating to Docker Hub because of the native support between ECR and ECS.
Would you consider additionally publishing ld-relay
images to the ECR Public Gallery?