]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
importd: add support for downloading OCI images (#39621)
authorLennart Poettering <lennart@amutable.com>
Thu, 19 Feb 2026 15:43:11 +0000 (16:43 +0100)
committerGitHub <noreply@github.com>
Thu, 19 Feb 2026 15:43:11 +0000 (16:43 +0100)
This adds the ability to download OCI images via importd.

Not a fan of the OCI format tbh, in particular its security properties
are a bit sad. But I guess it exists and is very popular, hence we might
as well add support for it, even if it comes at much weaker security
properties than DDIs.

Fixes #36447


Trivial merge