stargz-snapshotter icon indicating copy to clipboard operation
stargz-snapshotter copied to clipboard

Fast container image distribution plugin with lazy pulling

Results 174 stargz-snapshotter issues
Sort by recently updated
recently updated
newest added

When no mirror is configured for recent k3s, it generates [containerd's hosts configuration](https://github.com/k3s-io/k3s/blob/364dfd8b89e62bc7816aa4843db8deb6f6fd2978/pkg/agent/templates/templates.go#L43) (hosts.toml) that seems to be treated as invalid by containerd (w/ error `failed to decode hosts.toml" error="invalid...

At BuildBuddy, we run a modified version of the [soci-snapshotter](https://github.com/awslabs/soci-snapshotter) with the `store/` directory from stargz-snapshotter patched in to support podman as described [here](https://www.buildbuddy.io/blog/image-streaming). We recently encountered a bug caused...

Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.1.0 to 5.2.0. Release notes Sourced from docker/build-push-action's releases. v5.2.0 Disable quotes detection for outputs input by @​crazy-max in docker/build-push-action#1074 Warn about ignored inputs by @​favonia in...

dependencies
github_actions

Currently, the docs on the [structure of eStargz](https://github.com/containerd/stargz-snapshotter/blob/6e5d5a0d2769b5fa7e72edfd5df403ad37ebb838/docs/estargz.md) mention that layers are compressed using `gzip`. However, as far as I understand, eStargz also supports `zstd` as a compression mechanism (it...

documentation

This message is logged within `refnode.Lookup` but mentions `rootnode.Lookup` in the message making it a confusing to distinguish between the other, identical message on line 180.

Bumps golang from 1.21.5-bullseye to 1.22.1-bullseye. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang&package-manager=docker&previous-version=1.21.5-bullseye&new-version=1.22.1-bullseye)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies
docker

- runc v1.1.12: https://github.com/opencontainers/runc/releases/tag/v1.1.12 - nerdctl v1.7.4: https://github.com/containerd/nerdctl/releases/tag/v1.7.4 - podman v4.9.3: https://github.com/containers/podman/releases/tag/v4.9.3 - cri-o v1.29.2: https://github.com/cri-o/cri-o/releases/tag/v1.29.2 - common v2.1.10: https://github.com/containers/conmon/releases/tag/v2.1.10 - conmon v0.57.4: https://github.com/containers/common/releases/tag/v0.57.4 - slirp4netns v1.2.3: https://github.com/rootless-containers/slirp4netns/releases/tag/v1.2.3 - cri-tools...

Use a containerd 2.0 tag to use v2 packages. To find broken areas before final release.

Currently there are [docs](https://github.com/containerd/stargz-snapshotter/blob/main/docs/overview.md#authentication) related to how to access private registries for the snapshotter with containerd, but I couldn't find any reference on how to achieve the same with the...

Fixes #1440 This change was done due to the general recommendation to use SIGTERM instead of SIGINT. This change will make SIGINT effectively behave the same as SIGTERM, but will...