sif

module
v1.7.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 14, 2021 License: BSD-3-Clause

README

The Singularity Image Format (SIF)

PkgGoDev Build Status Code Coverage Go Report Card

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 github.com/sylabs/sif

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
./build.sh

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.

Directories

Path Synopsis
cmd
siftool
Siftool is a program for Singularity Image Format (SIF) file manipulation.
Siftool is a program for Singularity Image Format (SIF) file manipulation.
internal
pkg
integrity
Package integrity implements functions to add, examine, and verify digital signatures in a SIF image.
Package integrity implements functions to add, examine, and verify digital signatures in a SIF image.
sif
Package sif implements data structures and routines to create and access SIF files.
Package sif implements data structures and routines to create and access SIF files.
siftool
Package siftool implements cobra.Command structs for the siftool functionality.
Package siftool implements cobra.Command structs for the siftool functionality.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL