updated to use build.json and debian base
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
FROM debian:bookworm
|
ARG BUILD_FROM
|
||||||
|
FROM $BUILD_FROM
|
||||||
|
|
||||||
ENV LANG C.UTF-8
|
ENV LANG C.UTF-8
|
||||||
|
|
||||||
|
|||||||
9
PBS-Client/build.json
Normal file
9
PBS-Client/build.json
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"build_from": {
|
||||||
|
"aarch64": "ghcr.io/hassio-addons/debian-base/aarch64:stable",
|
||||||
|
"amd64": "ghcr.io/hassio-addons/debiab-base/amd64:stable",
|
||||||
|
"armhf": " ghcr.io/hassio-addons/debian-base/armhf:stable",
|
||||||
|
"armv7": "ghcr.io/hassio-addons/debian-base/armv7:stable",
|
||||||
|
"i386": "ghcr.io/hassio-addons/debian-base/i386:stable"
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "PBS-Client",
|
"name": "PBS-Client",
|
||||||
"version": "20240708.6",
|
"version": "20240708.7",
|
||||||
"slug": "pbs-client",
|
"slug": "pbs-client",
|
||||||
"description": "Proxmox Backup Client",
|
"description": "Proxmox Backup Client",
|
||||||
"url": "https://git.johnhgaunt.com/jgaunt/hassio-addons/src/branch/master/PBS-Client",
|
"url": "https://git.johnhgaunt.com/jgaunt/hassio-addons/src/branch/master/PBS-Client",
|
||||||
|
|||||||
Reference in New Issue
Block a user