File: control

package info (click to toggle)
golang-github-containerd-accelerated-container-image 1.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,500 kB
  • sloc: sh: 351; python: 59; makefile: 30
file content (114 lines) | stat: -rw-r--r-- 4,745 bytes parent folder | download
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
Source: golang-github-containerd-accelerated-container-image
Section: golang
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Reinhard Tartler <siretart@tauware.de>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-golang,
 dpkg-build-api (= 1),
 golang-any,
 golang-github-containerd-containerd-dev,
 golang-github-containerd-continuity-dev,
 golang-github-containerd-errdefs-dev,
 golang-github-containerd-go-cni-dev,
 golang-github-containerd-log-dev,
 golang-github-containerd-platforms-dev,
 golang-github-docker-go-units-dev,
 golang-github-go-sql-driver-mysql-dev,
 golang-github-moby-locker-dev,
 golang-github-moby-sys-dev,
 golang-github-opencontainers-go-digest-dev,
 golang-github-opencontainers-image-spec-dev,
 golang-github-opencontainers-specs-dev,
 golang-github-prometheus-client-golang-dev,
 golang-github-sirupsen-logrus-dev,
 golang-github-spf13-cobra-dev,
 golang-github-urfave-cli-dev,
 golang-golang-x-sync-dev,
 golang-golang-x-sys-dev,
 golang-google-grpc-dev,
 golang-oras-oras-go-dev
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.7.3
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-containerd-accelerated-container-image
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-containerd-accelerated-container-image.git
Homepage: https://github.com/containerd/accelerated-container-image
XS-Go-Import-Path: github.com/containerd/accelerated-container-image

Package: golang-github-containerd-accelerated-container-image-dev
Architecture: all
Multi-Arch: foreign
Depends:
 golang-github-containerd-containerd-dev,
 golang-github-containerd-continuity-dev,
 golang-github-containerd-errdefs-dev,
 golang-github-containerd-go-cni-dev,
 golang-github-containerd-log-dev,
 golang-github-containerd-platforms-dev,
 golang-github-docker-go-units-dev,
 golang-github-go-sql-driver-mysql-dev,
 golang-github-moby-locker-dev,
 golang-github-moby-sys-dev,
 golang-github-opencontainers-go-digest-dev,
 golang-github-opencontainers-image-spec-dev,
 golang-github-opencontainers-specs-dev,
 golang-github-prometheus-client-golang-dev,
 golang-github-sirupsen-logrus-dev,
 golang-github-spf13-cobra-dev,
 golang-github-urfave-cli-dev,
 golang-golang-x-sync-dev,
 golang-golang-x-sys-dev,
 golang-google-grpc-dev,
 ${misc:Depends}
Description: container image acceleration tools for containerd
 This package provides a suite of tools for accelerating container image
 distribution and improving container startup times, based on the Nydus
 image service. It implements on-demand image pulling, allowing
 containers to start before the full image content has been downloaded.
 .
 The tools facilitate the conversion of standard OCI (Open Container
 Initiative) images into an accelerated format optimized for lazy loading.
 This integration works directly with containerd to reduce the overhead of
 large image pulls in cloud-native environments.
 .
 It includes the following components:
  * Conversion tools to transform OCI images into the accelerated format
  * Management utilities (accelctl) for controlling the acceleration service
  * Support for efficient metadata and data separation
 .
 This library is intended for developers building container runtimes or
 image management tools that require integration with on-demand image
 pulling (lazy loading) features.
 .
 This package contains golang source code intended as build-dependency for
 other package that use modules from this project.

Package: accelerated-container-image
Section: admin
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
Static-Built-Using: ${misc:Static-Built-Using}
Description: container image acceleration tools for containerd
 This package provides a suite of tools for accelerating container image
 distribution and improving container startup times, based on the Nydus
 image service. It implements on-demand image pulling, allowing
 containers to start before the full image content has been downloaded.
 .
 The tools facilitate the conversion of standard OCI (Open Container
 Initiative) images into an accelerated format optimized for lazy loading.
 This integration works directly with containerd to reduce the overhead of
 large image pulls in cloud-native environments.
 .
 It includes the following components:
  * Conversion tools to transform OCI images into the accelerated format
  * Management utilities (accelctl) for controlling the acceleration service
  * Support for efficient metadata and data separation
 .
 This library is intended for developers building container runtimes or
 image management tools that require integration with on-demand image
 pulling (lazy loading) features.
 .
 This package contains the command-line utilities.