-
Notifications
You must be signed in to change notification settings - Fork 26
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
mirror packages on google cloud storage #204
Comments
@kgugala looks like there is already a bucket named |
depending if we want to land this before or after #184, we could use either https://github.com/google-github-actions/upload-cloud-storage#authenticating-via-workload-identity-federation or https://github.com/google-github-actions/upload-cloud-storage#via-application-default-credentials for authorizing the action to access the bucket. |
@umarcor as discussed with @mithro on #184 (comment), do you think we can get a bucket set-up on |
@PiotrZierhoffer @ajelinski @AdamOlech can we get a bucket created in the same project that's currently running the runners? |
I can see the settings of I don't know who can clarify whether the images from hdl/containers and the runner in this repo belong to the same project and whether that project is |
Since conda has the capability of installing package from arbitrary static http host (as long as it can fetch the index), we could consider mirroring the packages under a google cloud storage bucket.
That would have the following advantages:
https://conda.hdl.tools
as the canonical channel name)The text was updated successfully, but these errors were encountered: