From caa71327bc39207f3e8dd1a6493dbb29540b1aec Mon Sep 17 00:00:00 2001 From: Akihiro Suda Date: Fri, 28 Nov 2025 12:00:15 +0900 Subject: [PATCH] docs: stargz: ubuntu-24.04 is no longer needed Ubuntu 25.04 and later has been supported since stargz-snapshotter v0.18.0 (Lima v1.2.2). Signed-off-by: Akihiro Suda --- .../examples/containers/containerd/advanced/stargz.md | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/website/content/en/docs/examples/containers/containerd/advanced/stargz.md b/website/content/en/docs/examples/containers/containerd/advanced/stargz.md index 81de7e61f61..5fb3bb3874f 100644 --- a/website/content/en/docs/examples/containers/containerd/advanced/stargz.md +++ b/website/content/en/docs/examples/containers/containerd/advanced/stargz.md @@ -7,13 +7,7 @@ weight: 3 [eStargz](https://github.com/containerd/stargz-snapshotter) is an OCI-compatible container image format that reduces start-up latency using lazy-pulling technique. -The support for eStargz is available by default for `ubuntu-24.04` instances: - -```bash -limactl start --name=default template://ubuntu-24.04 -``` - -The latest Ubuntu will be supported too in [a future release](https://github.com/containerd/stargz-snapshotter/issues/2144). +The support for eStargz is available by default in Lima. {{% alert title="Hint" color=success %}} ARM Mac users need to run `limactl start` with `--rosetta` to allow [running AMD64 binaries](../../../../config/multi-arch.md). @@ -50,4 +44,4 @@ Examples of eStargz images can be found at See also: - https://github.com/containerd/stargz-snapshotter -- https://github.com/containerd/nerdctl/blob/main/docs/stargz.md \ No newline at end of file +- https://github.com/containerd/nerdctl/blob/main/docs/stargz.md