I’m trying to use Artifact Registry remote repositories (for both Docker and PyPI formats) to pull public images and libraries from the internet. My goal is to make these assets available to VM instances that only have private IP addresses.
My project is secured by a VPC Service Controls perimeter, and my instances cannot access the internet directly.
My question is: Could my VPC Service Controls configuration potentially block the Artifact Registry remote repository from fetching assets from public sources on the internet (like Docker Hub or PyPI)?
In other words, is the outbound traffic from the remote repository to the internet subject to denial by the VPC-SC perimeter?