hashicorp / terraform-google-vault

A Terraform Module for how to run Vault on Google Cloud using Terraform and Packer
Apache License 2.0
113 stars 75 forks source link

Use docker mirror #57

Closed mdeggies closed 3 years ago

mdeggies commented 3 years ago

CHANGELOG: no impact

Dockerhub is going to rate limit unauthenticated pulls on November 1st. IPs from CI machines will be near their limit all the time. We're moving projects to use a public un-rate-limited Mirror of these images instead. Let me know if you have any q's, otherwise feel free to merge when you can!

robmorgan commented 3 years ago

Hi @mdeggies, were you able to confirm if the mirror works correctly with the gruntwork/circle-ci-test-image-base:go1.11 image?

mdeggies commented 3 years ago

Hi @robmorgan, yep! This is a public mirror, so you can try too:

~ docker pull docker.mirror.hashicorp.services/gruntwork/circle-ci-test-image-base:go1.11
go1.11: Pulling from gruntwork/circle-ci-test-image-base
Digest: sha256:877567852b8473119611963f916e31c9e66a317d8a7b7ee7c60a3b43ae988eb9
Status: Image is up to date for docker.mirror.hashicorp.services/gruntwork/circle-ci-test-image-base:go1.11
docker.mirror.hashicorp.services/gruntwork/circle-ci-test-image-base:go1.11
robmorgan commented 3 years ago

Yeah cool, LGTM!