From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [212.224.123.68]) by lore.proxmox.com (Postfix) with ESMTPS id F3B2E1FF168 for ; Tue, 18 Mar 2025 14:11:08 +0100 (CET) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id 597F71F469; Tue, 18 Mar 2025 14:10:56 +0100 (CET) Message-ID: <8ec9aa5a-23ee-469c-85af-8e4ec607a3bd@proxmox.com> Date: Tue, 18 Mar 2025 14:10:22 +0100 MIME-Version: 1.0 User-Agent: Mozilla Thunderbird To: pve-devel@lists.proxmox.com References: <026ab4f3-d6ed-4a7f-8043-34b8a7a1b589@proxmox.com> Content-Language: en-US From: Daniel Kral In-Reply-To: <026ab4f3-d6ed-4a7f-8043-34b8a7a1b589@proxmox.com> X-SPAM-LEVEL: Spam detection results: 0 AWL 0.011 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment RCVD_IN_VALIDITY_CERTIFIED_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_RPBL_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. RCVD_IN_VALIDITY_SAFE_BLOCKED 0.001 ADMINISTRATOR NOTICE: The query to Validity was blocked. See https://knowledge.validity.com/hc/en-us/articles/20961730681243 for more information. SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: Re: [pve-devel] Proposal For Podman Container Support X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox VE development discussion Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" On 3/18/25 13:32, Filip Schauer wrote: > Hello, > > I have skimmed through the OCI Runtime+Image specs. > Here is a rough outline of OCI Runtime Bundles and OCI Images: Hi! Just to add to the discussion about this feature: On my very narrow search about existing solutions for creating LXC containers from OCI images, I came across a builtin script for LXC for this [0]. This "template" can be used with lxc-create, e.g. $ lxc-create -t oci -- --url docker://myimage:latest AFAIK we don't use lxc-create when setting up LXC containers, but maybe there's some useful information in parsing and integrating OCI image imports for Proxmox VE in there. But I haven't spent much time going through the script, so a closer look is needed to evaluate this. Kind regards, Daniel [0] https://github.com/lxc/lxc/blob/main/templates/lxc-oci.in _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel