An open API service indexing awesome lists of open source software.

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

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