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

Hosting single container on GitHub registry #13

Open
edmundmiller opened this issue Nov 25, 2024 · 2 comments
Open

Hosting single container on GitHub registry #13

edmundmiller opened this issue Nov 25, 2024 · 2 comments

Comments

@edmundmiller
Copy link

process.container = 'ghcr.io/daisybio/drevalpy:main'
process.conda = 'env.yml'

I noticed this in this conversation #11 (comment)

Just wondering if GitHub registry has any container pull rate limits/fees? We can get that built with Seqera containers and host it there since there's already an env file.

@JudithBernett
Copy link
Collaborator

Hi @edmundmiller , thank you for spotting this. I'm sorry I overlooked your issue!

As far as I understand, there is no pull rate limit for public repositories (https://github.com/orgs/community/discussions/49671). However, I am open to building a Sequera container and also hosting it there :) Can I do this myself / with a Github action like I'm doing right now for the ghcr container (https://github.com/daisybio/drevalpy/blob/development/.github/workflows/publish-docker.yml)?

@edmundmiller
Copy link
Author

All good!

I see two options:

  1. You can use the wave-cli like we did here: https://github.com/nf-core/modules/blob/master/.github/workflows/wave.yml
  2. Theoretically you could just run the pipeline with wave(--with-wave) in CI and set wave.freeze

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

No branches or pull requests

2 participants