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

Changelog

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

  * Team upload
  * Correct project name in Vcs-Browser and Vcs-Git
  * Remove duplicate dependencies from the -dev package
  * Build depend on golang-github-hashicorp-go-retryablehttp-dev

 -- Benjamin Drung <email address hidden>  Tue, 13 Dec 2022 14:09:23 +0100

Upload details

Uploaded by:
Debian Go Packaging Team
Uploaded to:
Sid
Original maintainer:
Debian Go Packaging Team
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Downloads

File Size SHA-256 Checksum
golang-github-containerd-stargz-snapshotter_0.12.0-2.dsc 3.4 KiB 09c148bb5b7e2375914eab2986718b157901d022c5ab824518858558ca001129
golang-github-containerd-stargz-snapshotter_0.12.0.orig.tar.gz 1.5 MiB fb977f32d8d42335a7b7c2f9566b637fee73fff2fc00fe57b2a808555e4cfaab
golang-github-containerd-stargz-snapshotter_0.12.0-2.debian.tar.xz 5.8 KiB 16223db9b9ad25fb6aeb28a798cbda5339a133eddbfdc966c66200e605d47b9d

Available diffs

No changes file available.

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