Go to file
2024-11-26 14:06:54 +08:00
.github/ISSUE_TEMPLATE Delete .github/FUNDING.yml 2024-06-24 11:15:26 +08:00
docker When building with DSC, an error occurred, but it shouldn't lead to an exit situation. 2024-11-22 11:20:30 +08:00
packages bump qemu-server to 8.2.8 2024-11-26 14:06:54 +08:00
.DS_Store add new qemu-server patch 2023-07-21 19:01:40 +08:00
.gitmodules fix ceph build 2024-11-21 15:53:17 +08:00
build.sh Optimize the build process 2024-11-21 18:12:18 +08:00
LICENSE Create LICENSE 2023-11-23 20:54:22 +08:00
README.md bump pve-access-control to 8.2.0 2024-11-26 12:41:54 +08:00

Proxmox VE Port package source

How to Build

Initializing the build host

We need Debian 12 for this code

apt update
apt install quilt docker.io -y
cd docker
docker build -t pvebuilder -f dockerfile.arm64 .

Build via Docker

bash build.sh pve-common

The built package will be under /tmp/pve-common

Custom Docker Image

BUILDERNAME=dockerpull.com/pvebuilder:20241101 bash build.sh pve-common