https://github.com/spack/all-pythons
container image for all pythons supported by spack/spack
https://github.com/spack/all-pythons
Last synced: 3 months ago
JSON representation
container image for all pythons supported by spack/spack
- Host: GitHub
- URL: https://github.com/spack/all-pythons
- Owner: spack
- Created: 2025-07-25T10:21:02.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2025-07-25T10:36:59.000Z (10 months ago)
- Last Synced: 2025-11-30T00:14:35.364Z (5 months ago)
- Size: 13.7 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Create a container image with all Python versions supported by Spack.
The [spack.yaml](spack.yaml) file contains a list of Python versions and their hashes (as they are built in Gitlab CI).
To publish a new container image, update the `spack.yaml` file and run
```console
GHCR_USER=... GHCR_PASS=... spack -e . buildcache push \
--tag YYYY-MM-DD \
--unsigned \
--base-image ubuntu:24.04 \
--without-build-dependencies \
ghcr
```