Registry / utility / containerd-stargz-snapshotter-estargz

containerd-stargz-snapshotter-estargz

JSON →
library0.18.2gogounverified

Package estargz provides tools for reading and writing eStargz container images, a lazily-pulled image format.

go get github.com/containerd/stargz-snapshotter/estargz
INSTALL
IMPORT
SIG · CONTAINERD-STARGZ-
C
containerd-stargz-snapshotter-estargz
utilitygov0.18.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

estargz
github.com/containerd/stargz-snapshotter/estargz

Create an eStargz archive from a buffer.

package main import ( "bytes" "github.com/containerd/stargz-snapshotter/estargz" ) func main() { var buf bytes.Buffer w := estargz.NewWriter(&buf) w.Close() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.18.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources