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
Starting from April 1, 2025 Docker Hub introduces new rate limits
This was made to create ECR pull-through cache for other registries (both public and private) and can be used to:
caching public and private images in your private ECR registry
speedup pulling from private ECR to your local services (ECS, EKS, Lambdas, etc.)
define lifecycle policy to keep only the required number of the latest tags
security scanning of images during pull
a single place to update your token in case of rotation or expiration (e.g. Gitlab do not allow you to create tokens with an expiration date longer than one year). Just imagine you need to go through all your credentials in all K8s clusters one per year to update tokens.
# direct pull from Docker Hub
docker pull timberio/vector:0.45.0-alpine
# pull through ECR
docker pull 123456789012.dkr.ecr.us-east-1.amazonaws.com/dockerhub/timberio/vector:0.45.0-alpine
If in YAML not specified lifecycle_policy module applies following default lifecycle policy to each created template: