You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
eStargz is a fully backward-compatible enhancement to container images that allows a correctly-configured containerd installation to lazily pull image bytes on-demand, with possible hints about files to prefetch.
kontain.me could provide a pull-through image optimizing registry that fetches the requested image, eStartgz-optimizes it, and serves it, maintaining a mapping between original image digest and optimized alternative.
Something like docker pull estargz.kontain.me/google/cloud-sdk or docker pull estargz.kontain.me/gcr.io/foo/bar
eStargz is a fully backward-compatible enhancement to container images that allows a correctly-configured containerd installation to lazily pull image bytes on-demand, with possible hints about files to prefetch.
More info:
kontain.me could provide a pull-through image optimizing registry that fetches the requested image, eStartgz-optimizes it, and serves it, maintaining a mapping between original image digest and optimized alternative.
Something like
docker pull estargz.kontain.me/google/cloud-sdk
ordocker pull estargz.kontain.me/gcr.io/foo/bar
Probably depends on google/go-containerregistry#866
The text was updated successfully, but these errors were encountered: