From d1bf0bf171e4b8a44334afc6d030e6fc4aca8bd4 Mon Sep 17 00:00:00 2001 From: JEAN-FRANCOIS GUILLAUME Date: Fri, 25 Mar 2022 11:46:18 +0100 Subject: [PATCH] adding apptainer 1.0.1 --- glicid/packages/golang.scm | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/glicid/packages/golang.scm b/glicid/packages/golang.scm index 8ec75d2..9910535 100644 --- a/glicid/packages/golang.scm +++ b/glicid/packages/golang.scm @@ -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)))