This PR opens the s3VPCE for docker pull commands, which fails otherwise.
docker-compose pulls the client images from docker hub. The s3VPC needs to allow those actions. Otherwise the pulls fail with HTTP 403 and the images don't get pulled. Adding the policy statement to the VPCE fixes this and allows pulling from docker hub.
What does this PR do?
This PR opens the s3VPCE for
docker pull
commands, which fails otherwise.docker-compose
pulls the client images from docker hub. The s3VPC needs to allow those actions. Otherwise the pulls fail with HTTP 403 and the images don't get pulled. Adding the policy statement to the VPCE fixes this and allows pulling from docker hub.The solution is adapted from another issue: Cannot pull images from dockerhub (403 Access Denied)
Motivation
The 'erigion-lighthouse' configuration did not work without it.
More
website/docs
orwebsite/blog
section for this featurepre-commit run -a
with this PR. Link for installing pre-commit locallyFor Moderators
Additional Notes