https://github.com/apptainer/container-library-client
Golang client for Apptainer container library
https://github.com/apptainer/container-library-client
Last synced: 18 days ago
JSON representation
Golang client for Apptainer container library
- Host: GitHub
- URL: https://github.com/apptainer/container-library-client
- Owner: apptainer
- License: other
- Created: 2021-12-20T22:14:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-07T00:28:40.000Z (3 months ago)
- Last Synced: 2025-03-31T02:33:58.786Z (about 2 months ago)
- Language: Go
- Size: 551 KB
- Stars: 4
- Watchers: 5
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Container Library Client
[](https://pkg.go.dev/github.com/apptainer/container-library-client/client)
[](https://github.com/apptainer/container-library-client/actions/workflows/ci.yml)
[](https://codecov.io/gh/apptainer/container-library-client)
[](https://goreportcard.com/report/github.com/apptainer/container-library-client)This project provides a Go client to Apptainer for the container library.
Forked from [sylabs/scs-library-client](https://github.com/sylabs/scs-library-client).This is maintained as a sub-project by the Apptainer project.
To contribute, see the [Apptainer CONTRIBUTING
file](https://github.com/apptainer/apptainer/blob/main/CONTRIBUTING.md).## Go Version Compatibility
This module aims to maintain support for the two most recent stable versions of Go. This corresponds to the Go [Release Maintenance Policy](https://github.com/golang/go/wiki/Go-Release-Cycle#release-maintenance) and [Security Policy](https://golang.org/security), ensuring critical bug fixes and security patches are available for all supported language versions.