[pve-devel] [PATCH proxmox-perl-rs 2/9] add Perl mapping for OCI container image parser

Christoph Heiss c.heiss at proxmox.com
Mon Jun 2 11:34:21 CEST 2025


Needs a rebase on latest master, FWIW.

On Tue May 20, 2025 at 2:42 PM CEST, Filip Schauer wrote:
> Signed-off-by: Filip Schauer <f.schauer at proxmox.com>
> ---
>  pve-rs/Cargo.toml |  2 ++
>  pve-rs/Makefile   |  1 +
>  pve-rs/src/lib.rs |  1 +
>  pve-rs/src/oci.rs | 20 ++++++++++++++++++++
>  4 files changed, 24 insertions(+)
>  create mode 100644 pve-rs/src/oci.rs
>
> diff --git a/pve-rs/Cargo.toml b/pve-rs/Cargo.toml
> index 82ebce4..2ca5f9f 100644
> --- a/pve-rs/Cargo.toml
> +++ b/pve-rs/Cargo.toml
> @@ -21,6 +21,7 @@ hex = "0.4"
>  http = "0.2.7"
>  libc = "0.2"
>  nix = "0.26"
> +oci-spec = "0.8.1"
>  openssl = "0.10.40"
>  serde = "1.0"
>  serde_bytes = "0.11"
> @@ -45,3 +46,4 @@ proxmox-sys = "0.6"
>  proxmox-tfa = { version = "5", features = ["api"] }
>  proxmox-time = "2"
>  proxmox-ve-config = { version = "0.2.1" }
> +proxmox-oci = "0.1.0"

These two new dependencies are missing their corresponding entries in
debian/control.





More information about the pve-devel mailing list