https://github.com/spack/spack-distroless
A minimal container environment to test Spack builds
https://github.com/spack/spack-distroless
Last synced: about 1 year ago
JSON representation
A minimal container environment to test Spack builds
- Host: GitHub
- URL: https://github.com/spack/spack-distroless
- Owner: spack
- License: other
- Created: 2024-06-19T14:55:43.000Z (almost 2 years ago)
- Default Branch: develop
- Last Pushed: 2025-02-27T17:45:22.000Z (about 1 year ago)
- Last Synced: 2025-02-27T21:51:34.642Z (about 1 year ago)
- Language: Dockerfile
- Size: 79.1 KB
- Stars: 3
- Watchers: 5
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# Spack Distroless
A minimal container environment to test Spack builds.
```
podman run --rm -it ghcr.io/spack/spack-distroless
```
## License
This project is part of Spack. Spack is distributed under the terms of both the
MIT license and the Apache License (Version 2.0). Users may choose either
license, at their option.
All new contributions must be made under both the MIT and Apache-2.0 licenses.
See LICENSE-MIT, LICENSE-APACHE, COPYRIGHT, and NOTICE for details.
SPDX-License-Identifier: (Apache-2.0 OR MIT)
LLNL-CODE-811652