You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Execution failed: generic::unknown: pulling image: docker pull:
running ["docker" "pull" "gcr.io/cloud-genomics-pipelines/gcsfuse:latest"]: exit
status 1 (standard error: "Error response from daemon: Head "[https://gcr.io/v2/cloud-genomics-pipelines/gcsfuse/manifests/latest](https://gcr.io/v2/cloud-genomics-pipelines/gcsfuse/manifests/latest%5C)":
denied: Permission "artifactregistry.repositories.downloadArtifacts" denied
on resource "projects/cloud-genomics-pipelines/locations/us/repositories/gcr.io"
(or it may not exist)\n")
Do you know why this docker image is no longer available or accessible as of the last few days?
The text was updated successfully, but these errors were encountered:
There use to be a gcsfuse docker stored at gcr.io/cloud-genomics-pipelines/gcsfuse:latest. This docker is referenced by this library as well as by dsub (https://github.com/DataBiosphere/dsub/blob/main/dsub/providers/google_v2_base.py#L51). However, when running dsub today I ran into this error despite my code working fine last week:
Execution failed: generic::unknown: pulling image: docker pull:
running ["docker" "pull" "gcr.io/cloud-genomics-pipelines/gcsfuse:latest"]: exit
status 1 (standard error: "Error response from daemon: Head "[https://gcr.io/v2/cloud-genomics-pipelines/gcsfuse/manifests/latest](https://gcr.io/v2/cloud-genomics-pipelines/gcsfuse/manifests/latest%5C)":
denied: Permission "artifactregistry.repositories.downloadArtifacts" denied
on resource "projects/cloud-genomics-pipelines/locations/us/repositories/gcr.io"
(or it may not exist)\n")
Do you know why this docker image is no longer available or accessible as of the last few days?
The text was updated successfully, but these errors were encountered: