diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-06-22 22:18:30 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-07-23 21:15:00 +0100 |
| commit | e4b88865fbcfb73e8fc58a1137f5b305484da74a (patch) | |
| tree | 7431bed1af4d05eb345ba65cad18a4cf08a7448b | |
| parent | 649c6c338bffc0213645a9284b8437f30976fc04 (diff) | |
gnu: Add go-github-com-containerd-aufs.
* gnu/packages/containers.scm (go-github-com-containerd-aufs): New variable.
| -rw-r--r-- | gnu/packages/containers.scm | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/gnu/packages/containers.scm b/gnu/packages/containers.scm index 9b4c4f8a62b..998586ab45c 100644 --- a/gnu/packages/containers.scm +++ b/gnu/packages/containers.scm | |||
| @@ -131,6 +131,37 @@ | |||
| 131 | archives as created by Podman, CRI-O and containerd.") | 131 | archives as created by Podman, CRI-O and containerd.") |
| 132 | (license license:asl2.0))) | 132 | (license license:asl2.0))) |
| 133 | 133 | ||
| 134 | (define-public go-github-com-containerd-aufs | ||
| 135 | (package | ||
| 136 | (name "go-github-com-containerd-aufs") | ||
| 137 | (version "1.0.0") | ||
| 138 | (source | ||
| 139 | (origin | ||
| 140 | (method git-fetch) | ||
| 141 | (uri (git-reference | ||
| 142 | (url "https://github.com/containerd/aufs") | ||
| 143 | (commit (string-append "v" version)))) | ||
| 144 | (file-name (git-file-name name version)) | ||
| 145 | (sha256 | ||
| 146 | (base32 "0jyyyf6sr910m602axmp4h4j1l2n680cpp60z09pvprz55zi4ba0")))) | ||
| 147 | (build-system go-build-system) | ||
| 148 | (arguments | ||
| 149 | (list | ||
| 150 | #:skip-build? #t ;source only package | ||
| 151 | #:tests? #f | ||
| 152 | #:import-path "github.com/containerd/aufs")) | ||
| 153 | (propagated-inputs | ||
| 154 | (list ;; go-github-com-containerd-containerd ; cycles | ||
| 155 | go-github-com-containerd-continuity | ||
| 156 | go-github-com-pkg-errors | ||
| 157 | go-golang-org-x-sys)) | ||
| 158 | (home-page "https://github.com/containerd/aufs") | ||
| 159 | (synopsis "AUFS snapshotter containerd v1") | ||
| 160 | (description | ||
| 161 | "This package provides an @acronym{Advanced multi-layered Unification | ||
| 162 | FilesyStem, AUFS} implementation of the snapshot interface for containerd.") | ||
| 163 | (license license:asl2.0))) | ||
| 164 | |||
| 134 | (define-public go-github-com-containerd-containerd-v2 | 165 | (define-public go-github-com-containerd-containerd-v2 |
| 135 | (package | 166 | (package |
| 136 | (name "go-github-com-containerd-containerd-v2") | 167 | (name "go-github-com-containerd-containerd-v2") |
