1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138
|
Source: golang-github-containerd-nydus-snapshotter
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Reinhard Tartler <siretart@tauware.de>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
dh-sequence-golang,
golang-any,
golang-github-aliyun-aliyun-oss-go-sdk-dev,
golang-github-aws-aws-sdk-go-v2-dev,
golang-github-containerd-cgroups-dev,
golang-github-containerd-containerd-dev,
golang-github-containerd-continuity-dev,
golang-github-containerd-fifo-dev,
golang-github-containerd-nri-dev,
golang-github-containerd-stargz-snapshotter-dev,
golang-github-containers-ocicrypt-dev,
golang-github-coreos-bbolt-dev,
golang-github-docker-distribution-dev,
golang-github-docker-docker-dev,
golang-github-freddierice-go-losetup-dev,
golang-github-golang-groupcache-dev,
golang-github-google-go-containerregistry-dev,
golang-github-gorilla-mux-dev,
golang-github-gotestyourself-gotest.tools-dev,
golang-github-hashicorp-go-retryablehttp-dev,
golang-github-imdario-mergo-dev,
golang-github-karpeleslab-reflink-dev,
golang-github-klauspost-compress-dev,
golang-github-kubernetes-cri-api-dev,
golang-github-moby-locker-dev,
golang-github-mohae-deepcopy-dev,
golang-github-opencontainers-go-digest-dev,
golang-github-opencontainers-image-spec-dev,
golang-github-opencontainers-specs-dev,
golang-github-pelletier-go-toml-dev,
golang-github-pkg-errors-dev,
golang-github-prometheus-client-model-dev,
golang-github-rs-xid-dev,
golang-github-stretchr-testify-dev,
golang-github-urfave-cli-v2-dev,
golang-golang-x-exp-dev,
golang-golang-x-net-dev,
golang-golang-x-sync-dev,
golang-golang-x-sys-dev,
golang-google-grpc-dev,
golang-gopkg-natefinch-lumberjack.v2-dev,
golang-k8s-api-dev,
golang-k8s-apimachinery-dev,
golang-k8s-client-go-dev,
golang-k8s-utils-dev,
golang-logrus-dev,
golang-prometheus-client-dev
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-containerd-nydus-snapshotter
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-containerd-nydus-snapshotter.git
Homepage: https://github.com/containerd/nydus-snapshotter
XS-Go-Import-Path: github.com/containerd/nydus-snapshotter
Package: golang-github-containerd-nydus-snapshotter-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-aliyun-aliyun-oss-go-sdk-dev,
golang-github-aws-aws-sdk-go-v2-dev,
golang-github-containerd-cgroups-dev,
golang-github-containerd-containerd-dev,
golang-github-containerd-continuity-dev,
golang-github-containerd-fifo-dev,
golang-github-containerd-nri-dev,
golang-github-containerd-stargz-snapshotter-dev,
golang-github-containers-ocicrypt-dev,
golang-github-coreos-bbolt-dev,
golang-github-docker-distribution-dev,
golang-github-docker-docker-dev,
golang-github-freddierice-go-losetup-dev,
golang-github-golang-groupcache-dev,
golang-github-google-go-containerregistry-dev,
golang-github-gorilla-mux-dev,
golang-github-gotestyourself-gotest.tools-dev,
golang-github-hashicorp-go-retryablehttp-dev,
golang-github-imdario-mergo-dev,
golang-github-karpeleslab-reflink-dev,
golang-github-klauspost-compress-dev,
golang-github-kubernetes-cri-api-dev,
golang-github-moby-locker-dev,
golang-github-mohae-deepcopy-dev,
golang-github-opencontainers-go-digest-dev,
golang-github-opencontainers-image-spec-dev,
golang-github-opencontainers-specs-dev,
golang-github-pelletier-go-toml-dev,
golang-github-pkg-errors-dev,
golang-github-prometheus-client-model-dev,
golang-github-rs-xid-dev,
golang-github-stretchr-testify-dev,
golang-github-urfave-cli-v2-dev,
golang-golang-x-exp-dev,
golang-golang-x-net-dev,
golang-golang-x-sync-dev,
golang-golang-x-sys-dev,
golang-google-grpc-dev,
golang-gopkg-natefinch-lumberjack.v2-dev,
golang-k8s-api-dev,
golang-k8s-apimachinery-dev,
golang-k8s-client-go-dev,
golang-k8s-utils-dev,
golang-logrus-dev,
golang-prometheus-client-dev,
${misc:Depends}
Description: A containerd snapshotter with data deduplication and lazy loading (library)
Nydus snapshotter is an external plugin of containerd for Nydus image
service (https://nydus.dev) which implements a chunk-based content-
addressable filesystem on top of a called RAFS (Registry Acceleration
File System) format that improves the current OCI image specification,
in terms of container launching speed, image space, and network
bandwidth efficiency, as well as data integrity with several runtime
backends: FUSE, virtiofs and in-kernel EROFS.
.
This package provides the golang library
Package: nydus-snapshotter
Section: admin
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Built-Using: ${misc:Built-Using}
Description: A containerd snapshotter with data deduplication and lazy loading in P2P fashion (program)
Nydus snapshotter is an external plugin of containerd for Nydus image
service (https://nydus.dev) which implements a chunk-based content-
addressable filesystem on top of a called RAFS (Registry Acceleration
File System) format that improves the current OCI image specification,
in terms of container launching speed, image space, and network
bandwidth efficiency, as well as data integrity with several runtime
backends: FUSE, virtiofs and in-kernel EROFS.
.
This package provides command-line utilities
|