ECR Pull Through cache #27
-
It would be awesome, if we could configure the pull through cache rules with one of CloudPosse modules. |
Beta Was this translation helpful? Give feedback.
Answered by
milldr
Jan 13, 2025
Replies: 2 comments 4 replies
-
We have pull through cache rules included with our To add pull through caching with components:
terraform:
ecr:
vars:
enabled: true
...
pull_through_cache_rules:
dockerhub:
registry: "registry-1.docker.io"
secret: "ecr-pullthroughcache/dockerhub" |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
osterman
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We have pull through cache rules included with our
ecr
component!https://github.com/cloudposse-terraform-components/aws-ecr
To add pull through caching with
ecr
, add this to your stack configuration