-
Notifications
You must be signed in to change notification settings - Fork 12
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
Bootstrap images from Spack #7
Comments
Your idea sounds reasonable to me, or more likely I just trust you. So what you could do is push some of those images to some container registry and make a spack PR to make some stacks use them. What do you think? |
If I recall correctly, I used this repo as a proof of concept to show how we could generate images automatically in CI for the pipelines. E4s related images are still being generated elsewhere, I think here: https://github.com/UO-OACISS/e4s |
gitlab-runners/.github/workflows/containers.yml Lines 73 to 81 in d0fb9ec
|
I'm gonna close this since #59 effectively does this. |
In https://github.com/haampie/spack-docker-bootstrap/ I've created a simple example where Spack's own dependencies are installed with Spack.
That way we can get better performance, and we have a slightly cleaner environment (not too much stuff in /usr that gets picked up during the build).
The text was updated successfully, but these errors were encountered: