golang-github-containerd-stargz-snapshotter 0.12.0-2build1 source package in Ubuntu

Changelog

golang-github-containerd-stargz-snapshotter (0.12.0-2build1) mantic; urgency=medium

  * No-change rebuild with Go 1.21.

 -- Michael Hudson-Doyle <email address hidden>  Thu, 24 Aug 2023 17:14:57 +1200

Upload details

Uploaded by:
Michael Hudson-Doyle
Uploaded to:
Mantic
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble release universe misc
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-containerd-stargz-snapshotter_0.12.0.orig.tar.gz 1.5 MiB fb977f32d8d42335a7b7c2f9566b637fee73fff2fc00fe57b2a808555e4cfaab
golang-github-containerd-stargz-snapshotter_0.12.0-2build1.debian.tar.xz 5.9 KiB 49e4290338386c6fac03910e82b5d64c6d870fc69bbfcd24bb0e9d2908bebce6
golang-github-containerd-stargz-snapshotter_0.12.0-2build1.dsc 3.5 KiB bd4e3d62dc7be47698dffe4e15f751b0f7ee58408e486de483d6fb0bc0c7c4e4

View changes file

Binary packages built by this source

golang-github-containerd-stargz-snapshotter-dev: Fast container image distribution plugin with lazy pulling (library)

 Pulling image is one of the time-consuming steps in the
 container lifecycle. Stargz Snapshotter is an
 implementation of snapshotter which aims to solve this problem by lazy
 pulling. Lazy pulling here means a container can run without waiting
 for the pull completion of the image and necessary chunks of the image
 are fetched on-demand.
 .
 eStargz is a lazily-pullable image format proposed by this project. This is
 compatible to OCI images so this can be pushed to standard container
 registries (e.g. ghcr.io) as well as this is still runnable even on
 eStargz-agnostic runtimes including Docker. eStargz format is based on stargz
 image format by CRFS but comes with additional features like runtime
 optimization and content verification.
 .
 This package contains the golang library for use in other packages

stargz-snapshotter: Fast container image distribution plugin with lazy pulling (program)

 Pulling image is one of the time-consuming steps in the
 container lifecycle. Stargz Snapshotter is an
 implementation of snapshotter which aims to solve this problem by lazy
 pulling. Lazy pulling here means a container can run without waiting
 for the pull completion of the image and necessary chunks of the image
 are fetched on-demand.
 .
 eStargz is a lazily-pullable image format proposed by this project. This is
 compatible to OCI images so this can be pushed to standard container
 registries (e.g. ghcr.io) as well as this is still runnable even on
 eStargz-agnostic runtimes including Docker. eStargz format is based on stargz
 image format by CRFS but comes with additional features like runtime
 optimization and content verification.
 .
 This package contains the ctr-remote command.

stargz-snapshotter-dbgsym: debug symbols for stargz-snapshotter