Voucher parses registry URLs to map Google Container Registry URLs to the owning GCP project. This informs the project that is queried for build metadata about the image.
The Google Artifact Registry changes the URL syntax for images hosted in GCP projects.
This PR updates ReferenceToProject to detect projects from the Google Artifact Registry format URLs. Since the number of test cases grew to >= 3, I refactored to using a table-driven test.
Voucher parses registry URLs to map Google Container Registry URLs to the owning GCP project. This informs the project that is queried for build metadata about the image. The Google Artifact Registry changes the URL syntax for images hosted in GCP projects.
This PR updates
ReferenceToProject
to detect projects from the Google Artifact Registry format URLs. Since the number of test cases grew to >= 3, I refactored to using a table-driven test.Related