[pve-devel] applied: [PATCH storage v5 12/17] allow .tar container templates

Thomas Lamprecht t.lamprecht at proxmox.com
Wed Nov 12 20:38:12 CET 2025


Am 08.10.25 um 19:13 schrieb Filip Schauer:
> This is needed for OCI container images bundled as tar files, as
> generated by `docker save`. OCI images do not need additional
> compression, since the content is usually compressed already.
> 
> Signed-off-by: Filip Schauer <f.schauer at proxmox.com>
> ---
> Changed since v2:
> * Modify VZTMPL_EXT_RE_1 regex to put "tar" into capture group when
>   matching on a .tar file.
> 
>  src/PVE/Storage.pm        | 2 +-
>  src/PVE/Storage/Plugin.pm | 2 +-
>  2 files changed, 2 insertions(+), 2 deletions(-)
> 
>

applied, this makes sense in any case, thanks!

Adding tests for these things would be always strongly recommended though,
even just a simple case in the existing parse_volname_test.pm harness.




More information about the pve-devel mailing list