mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-30 14:18:38 +02:00
adding apptainer 1.0.1
This commit is contained in:
parent
df349da594
commit
d1bf0bf171
1 changed files with 22 additions and 0 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Reference in a new issue