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

Changelog

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

  * No change rebuild due to golang-1.20, golang-1.21 updates

 -- Nishit Majithia <email address hidden>  Thu, 01 Feb 2024 13:27:28 +0530

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Mantic updates universe misc
Mantic 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.1.debian.tar.xz 6.0 KiB 201075d56c6374fa2ca5a01bb0743b0062b87373a0105dc2c55273ec6eccd64b
golang-github-containerd-stargz-snapshotter_0.12.0-2ubuntu0.1.dsc 3.4 KiB 05d13364cf1cb23a046b81955d4a5ae68960b0478c022dbb644946d168581e55

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