Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing gcsfuse docker #30

Open
ConorMesser opened this issue Sep 19, 2024 · 2 comments
Open

Missing gcsfuse docker #30

ConorMesser opened this issue Sep 19, 2024 · 2 comments

Comments

@ConorMesser
Copy link

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?

@pgrosu
Copy link

pgrosu commented Sep 20, 2024

And what happens if you build it yourself from this?

https://github.com/GoogleCloudPlatform/gcsfuse/blob/master/Dockerfile

@ConorMesser
Copy link
Author

I don’t have time to test this today but will try building the docker myself next week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants