Skip to content

feat: Replace PXVIRT by Lierfang with official ARM64 Proxmox VE - #106

Merged
kroese merged 3 commits into
dockur:masterfrom
bartvdbraak:patch-1
Aug 7, 2026
Merged

feat: Replace PXVIRT by Lierfang with official ARM64 Proxmox VE#106
kroese merged 3 commits into
dockur:masterfrom
bartvdbraak:patch-1

Conversation

@bartvdbraak

@bartvdbraak bartvdbraak commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Tested on NVIDIA DGX Spark using the following compose.yml:

services:
  proxmox:
    hostname: pve-dgxspark-01.example.fqdn
    build: src
    container_name: proxmox
    environment:
      PASSWORD: "changeme123"
      NETWORK: "N"
    ports:
      - 8006:8006
    devices:
      - /dev/kvm
      - /dev/net/tun
      - /dev/vhost-net
    device_cgroup_rules:
      - 'c *:* rwm'
    cap_add:
      - NET_ADMIN
    volumes:
      - ./data:/var/lib/vz
      - ./config:/var/lib/pve-cluster
      - ./interfaces:/etc/network/interfaces
    networks:
      vlan:
        ipv4_address: 10.10.10.203
    dns:
      - 10.10.10.1
    dns_search:
      - example.fqdn
    restart: always
    privileged: true
    stop_grace_period: 2m

networks:
  vlan:
    external: true

It seems to work:

image

@bartvdbraak
bartvdbraak marked this pull request as draft August 7, 2026 08:58
@kroese

kroese commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

@bartvdbraak Since when is there an official official Proxmox VE for ARM? Because the only reason I used PXVIRT was that there existed no official one?

@bartvdbraak

Copy link
Copy Markdown
Contributor Author

@bartvdbraak Since when is there an official official Proxmox VE for ARM? Because the only reason I used PXVIRT was that there existed no official one?

Last Wednesday so very very recent :)

Source: https://www.proxmox.com/en/about/company-details/press-releases/proxmox-virtual-environment-launches-official-arm64-support

@kroese

kroese commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

Oh wow!! That is great news, I completely missed that. If you submit this PR I will merge it immediately!

@bartvdbraak
bartvdbraak marked this pull request as ready for review August 7, 2026 10:00
@bartvdbraak bartvdbraak changed the title WIP: feat: Replace PXVIRT by Lierfang with official ARM64 Proxmox VE feat: Replace PXVIRT by Lierfang with official ARM64 Proxmox VE Aug 7, 2026
@bartvdbraak

Copy link
Copy Markdown
Contributor Author

Oh wow!! That is great news, I completely missed that. If you submit this PR I will merge it immediately!

Go ahead!

@bartvdbraak

Copy link
Copy Markdown
Contributor Author

Also, I love all the projects you've created under dockur, thanks for all the work put into them ❤️

@kroese
kroese merged commit 293b437 into dockur:master Aug 7, 2026
2 checks passed
@kroese

kroese commented Aug 7, 2026

Copy link
Copy Markdown
Contributor

I now rebuild the images of v9.2.9 since they were only build yesterday, so you now should be able to use them without building the Dockerfile yourself. Thanks again for bringing this to my attention so quickly!

@bartvdbraak

Copy link
Copy Markdown
Contributor Author

I now rebuild the images of v9.2.9 since they were only build yesterday, so you now should be able to use them without building the Dockerfile yourself. Thanks again for bringing this to my attention so quickly!

Awesome, thank you for the quick responses, merge and builds! :)

Really, the projects have been super helpful (especially the Windows ones) with debugging locally and automating certain deployments in our CI/CD cluster at Blender 🧡

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants