Обновить README.md

This commit is contained in:
ali 2026-01-20 12:23:47 +00:00
parent a7b525fc4d
commit fd17d3cb0a
1 changed files with 8 additions and 4 deletions

View File

@ -9,13 +9,17 @@ UUID Generator
export DISTROBUILDER_ROOT_UUID=$(uuidgen) export DISTROBUILDER_ROOT_UUID=$(uuidgen)
# Image Compile # Image Compile
distrobuilder build-incus -o image.architecture=amd64 -o image.release=edge jeyerp-develop.yaml Jey ERP Stable Version 16
distrobuilder build-incus -o image.architecture=amd64 -o image.release=3.23 jeyerp-stable.yaml --import-into-incus jeyerp-stable
distrobuilder build-incus -o image.architecture=amd64 -o image.release=edge jeyerp.yaml Jey ERP Latest Version Develop
distrobuilder build-incus -o image.architecture=amd64 -o image.release=edge jeyerp-latest.yaml --import-into-incus jeyerp-latest
distrobuilder build-incus -o image.architecture=amd64 -o image.release=edge erp-develop.yaml ERPNext Stable Version 16
distrobuilder build-incus -o image.architecture=amd64 -o image.release=3.23 erp-stable.yaml --import-into-incus erp-stable
distrobuilder build-incus -o image.architecture=amd64 -o image.release=edge erp.yaml Jey ERP Latest Version Develop
distrobuilder build-incus -o image.architecture=amd64 -o image.release=edge erp-latest.yaml --import-into-incus erp-latest
# Image Import # Image Import
incus image import incus.tar.xz rootfs.squashfs --alias jeyerp-develop incus image import incus.tar.xz rootfs.squashfs --alias jeyerp-develop