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

Changelog

golang-github-containerd-stargz-snapshotter (0.12.0-2ubuntu0.24.04.1) noble-security; urgency=medium

  * No change rebuild due to golang-1.21 update

 -- Nishit Majithia <email address hidden>  Fri, 12 Jul 2024 12:02:28 +0530

Upload details

Uploaded by:
Nishit Majithia
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any all
Section:
golang
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Noble updates universe misc
Noble security 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-2ubuntu0.24.04.1.debian.tar.xz 6.0 KiB 177dd774593e1a9a9d7fb0ef331880a9f9abb32eb9c09e44afcf46de555b1594
golang-github-containerd-stargz-snapshotter_0.12.0-2ubuntu0.24.04.1.dsc 3.4 KiB 525f6d809e07961b5b080af58bedda690796ec1259f136063e0e5b9f9cf8fccf

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