This repository has been archived by the owner on Aug 16, 2022. It is now read-only.
Update dependency containerd/stargz-snapshotter to v0.6.4 #128
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.6.1
->0.6.4
Release Notes
containerd/stargz-snapshotter
v0.6.4
Compare Source
This release contains refactoring of dependencies to enable
nativeconverter
to built on windows (#333).v0.6.3
Compare Source
This version contains refactoring for builtin-mode of Stargz Snapshotter (#331).
fusermount
is no longer needed to run Stargz Snapshotter and Starz Store.v0.6.2
Compare Source
This release enables Podman + Stargz Store (
stargz-store
) to export (podman save
/podman push
) lazily pulled eStargz images (#322 and containers/storage#902). Podman need to be newer than containers/podman@568e911.This change only affects Stargz Store and doesn't affect Stargz Snapshotter.
For using this feature, each layer descriptor in the manifest of the eStargz image must have the following OCI Annotation.
io.containers.estargz.uncompressed-size
: contains the uncompressed size of the layer.Our
nativeconverter
andctr-remote
appends this label by default since this release.Note that this change to eStargz is backward-compatible so you can lazily pull this eStargz image still on older versions of Stargz Snapshotter/Stargz Store.
The following table shows how this change affects to Stargz Store:
Lazy pulling of eStargz using Stargz Store
podman save
/podman push
of lazily pulled eStarz using Stargz StoreThe following is an example manifest (
ghcr.io/stargz-containers/golang:1.12.9-esgz
) which supports podman's export-related commands:Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.