mirror of
https://github.com/siderolabs/pkgs.git
synced 2025-03-14 10:15:47 +00:00
See https://github.com/containerd/containerd/pull/10853 See https://github.com/containerd/containerd/issues/10848 The observed problem during conformance run: ``` 172.20.0.6: {"error":"failed to recover state: failed to get metadata for stored sandbox \"43df4075ab8430af79cc44619b7a0677f581b0c06c1cef63363de25763e5a3a7\": not found","level":"fatal","msg":"Failed to run CRI service","time":"2025-03-13T13:09:27.195325690Z"} ``` Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
…
pkgs
This repository produces a set of packages that can be used to build a rootfs suitable for creating custom Linux distributions. The packages are published as a container image, and can be "installed" by simply copying the contents to your rootfs. For example, using Docker, we can do the following:
FROM scratch
COPY --from=<registry>/<organization>/<pkg>:<tag> / /
Resources
Languages
Makefile
50%
Shell
26.1%
Python
23.9%