adding apptainer 1.0.1

This commit is contained in:
Jean-François GUILLAUME 2022-03-25 11:46:18 +01:00
parent df349da594
commit d1bf0bf171
GPG key ID: 38751DAE145EFB5A

View file

@ -2119,3 +2119,25 @@ certificates, a key challenge, or signature. Authorization and access control
is managed through a trust graph distributed between both remote trust servers
and locally cached and managed data.")
(license license:asl2.0)))
(define-public go-github-com-docker-distribution-2.7.1+incompatible
(package
(name "go-github-com-docker-distribution")
(version "2.7.1+incompatible")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/distribution/distribution")
(commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32 "1nx8b5a68rn81alp8wkkw6qd5v32mgf0fk23mxm60zdf63qk1nzw"))))
(build-system go-build-system)
(arguments '(#:import-path "github.com/docker/distribution"))
(home-page "https://github.com/docker/distribution")
(synopsis "Distribution")
(description
"Package distribution will define the interfaces for the components of docker
distribution. The goal is to allow users to reliably package, ship and store
content related to docker images.")
(license license:asl2.0)))