]> git.ipfire.org Git - thirdparty/systemd.git/commit
pull: add OCI support
authorLennart Poettering <lennart@amutable.com>
Fri, 7 Nov 2025 07:35:59 +0000 (08:35 +0100)
committerLennart Poettering <lennart@amutable.com>
Thu, 19 Feb 2026 14:05:15 +0000 (15:05 +0100)
commita9f6ba04969d6eb2e629e30299fab7538ef42a57
treea51c6e59b81561005c5b864fffed8dcdee9d7789
parent087f2ec34410061216a91a3a00987a73ec504e44
pull: add OCI support
meson_options.txt
src/import/import-common.h
src/import/meson.build
src/import/oci-registry/registry.docker.io.oci-registry [new file with mode: 0644]
src/import/oci-registry/registry.fedora.oci-registry [new file with mode: 0644]
src/import/oci-util.c [new file with mode: 0644]
src/import/oci-util.h [new file with mode: 0644]
src/import/pull-oci.c [new file with mode: 0644]
src/import/pull-oci.h [new file with mode: 0644]
src/import/pull.c
src/import/test-oci-util.c [new file with mode: 0644]