Skip to content
This repository was archived by the owner on Jan 24, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@

> A Go library and CLI for securely pushing and pulling files to OCI container registries.

NOTE: This repository has been superceeded by [blob](https://github.com/meigma/blob). It's the same principle, but with a custom file format that's up to 1000x faster than estargz.

Blobber uses the [eStargz](https://github.com/containerd/stargz-snapshotter/blob/main/docs/estargz.md) format to enable listing and selective retrieval of files without downloading entire images.
Listing and streaming require eStargz images; Blobber pushes eStargz by default.

Expand Down
Loading