Docker Rate Limits preventing access to Open Distro images?

I’ve started running into problems deploying ODFE due to Docker’s newly changed rate limits. Today, for example, I’m working with an internal testing group using a Kubernetes cluster and have had to deploy/redeploy multiple times. But now the deployment is failing due to the rate limits.

The specific error message (shown within the Kubernetes event) is:

Failed to pull image “amazon/opendistro-for-elasticsearch:1.7.0”: rpc error: code = Unknown desc = Error response from daemon: toomanyrequests: You have reached your pull rate limit. You may increase the limit by authenticating and upgrading: Increase Rate Limits - Docker

Other than waiting six hours and/or upgrading my Docker subscription, are there other solutions? Is Amazon considering hosting the ODFE images on their own registry?