File: README.md

package info (click to toggle)
golang-github-apptainer-container-library-client 1.4.10-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 384 kB
  • sloc: makefile: 5
file content (17 lines) | stat: -rw-r--r-- 1,454 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Container Library Client

[![PkgGoDev](https://pkg.go.dev/badge/github.com/apptainer/container-library-client)](https://pkg.go.dev/github.com/apptainer/container-library-client/client)
[![Build Status](https://github.com/apptainer/container-library-client/actions/workflows/ci.yml/badge.svg)](https://github.com/apptainer/container-library-client/actions/workflows/ci.yml)
[![Code Coverage](https://codecov.io/gh/apptainer/container-library-client/branch/main/graph/badge.svg)](https://codecov.io/gh/apptainer/container-library-client)
[![Go Report Card](https://goreportcard.com/badge/github.com/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.