Source: golang-github-containerd-accelerated-container-image Section: golang Maintainer: Debian Go Packaging Team Uploaders: Reinhard Tartler 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.