Skip to content
/ sif Public
forked from sylabs/sif

Singularity Image Format (SIF) reference implementation.

License

Notifications You must be signed in to change notification settings

jorgee/sif

This branch is 332 commits behind sylabs/sif:main.

Folders and files

NameName
Last commit message
Last commit date
Feb 11, 2022
Jul 2, 2021
Jun 16, 2021
Sep 30, 2021
Sep 4, 2018
Feb 11, 2022
Feb 11, 2022
Feb 11, 2022
Jun 16, 2021
Feb 11, 2022
Feb 11, 2022
Apr 10, 2019
Jun 16, 2021
Feb 11, 2022
Jul 30, 2021
Feb 11, 2022
Feb 11, 2022
Aug 23, 2021
Dec 15, 2021

Repository files navigation

The Singularity Image Format (SIF)

PkgGoDev Build Status Code Coverage Go Report Card Built with Mage

This module contains an open source implementation of the Singularity Image Format (SIF) that makes it easy to create complete and encapsulated container environments stored in a single file.

SIF Image

Unless otherwise noted, the SIF source files are distributed under the BSD-style license found in the LICENSE.md file.

Download and Install From Source

To get the sif package to use directly from your programs:

go get -d github.com/sylabs/sif/v2

To get the siftool CLI program installed to $(go env GOPATH)/bin to manipulate SIF container files:

git clone https://github.com/sylabs/sif
cd sif
go run mage.go install

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 and Security Policy, ensuring critical bug fixes and security patches are available for all supported language versions.

Contributing

SIF and SingularityCE are the work of many contributors. We appreciate your help!

To contribute, please read the contribution guidelines found in the CONTRIBUTING.md file.

About

Singularity Image Format (SIF) reference implementation.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%