From bbf9c0bc7e236eec8f0718fccf2ccc566c3e0fc1 Mon Sep 17 00:00:00 2001 From: Joshua Gilman Date: Sat, 24 Jan 2026 10:23:03 -0800 Subject: [PATCH] chore: deprecate repo --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3fddf2e..f47d929 100644 --- a/README.md +++ b/README.md @@ -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.