mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-04-28 09:35:22 +00:00
![]() This adds support to the oci template for squashfs images. It uses 'atomfs' from [1] to accomplish this. Squashfs images (media type application/vnd.stacker.image.layer.squashfs+zstd+verity) have several benefits compared to tar+gz: * immediately mountable * read-only filesystem * verity data present in oci manifest. I presented this at Fosdem 2023 at [2]. The 'atomfs' program can be replaced by passing '--mount-helper' argument to the oci template. mount-helper mount oci:<oci_dir>:<oci_name> <mountpoint> mount-helper umount <mountpoint> [1] https://github.com/project-machine/atomfs [2] https://fosdem.org/2023/schedule/event/container_secure_storage/ Signed-off-by: Scott Moser <smoser@brickies.net> |
||
---|---|---|
.. | ||
lxc-busybox.in | ||
lxc-download.in | ||
lxc-local.in | ||
lxc-oci.in | ||
meson.build |