apptainer / apptainer-userdocs

Other
4 stars 25 forks source link

No docs (or any support?) for GCP Artifact Registry #289

Open nick-youngblut opened 2 months ago

nick-youngblut commented 2 months ago

Which Document page:

The containers-from-other-registries docs does not includes AWS and Azure, but not GCP (Artifact Registry). Does apptainer support GCP Artifact Registry? If yes, it would be helpful to have some docs on how to use GCP AR. Simply using the standard Docker approach of authentication with GCP AR results in a permissions error when pulling a private image:

FATAL:   While making image from oci registry: error fetching image to cache: failed to get checksum for docker://...: Requesting bearer token: invalid status code from registry 403 (Forbidden)
DrDaveD commented 2 months ago

This is the first I have heard of it. If you figure out how to use it, please submit a documentation PR.

DrDaveD commented 2 months ago

I would guess that it might suport the oras:// protocol, maybe try that.