updated to use build.json and debian base

This commit is contained in:
2024-07-08 12:43:11 -04:00
parent 74dbfb766d
commit b2ce2bf70f
3 changed files with 12 additions and 2 deletions

View File

@@ -1,4 +1,5 @@
FROM debian:bookworm
ARG BUILD_FROM
FROM $BUILD_FROM
ENV LANG C.UTF-8

9
PBS-Client/build.json Normal file
View 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"
}
}

View File

@@ -1,6 +1,6 @@
{
"name": "PBS-Client",
"version": "20240708.6",
"version": "20240708.7",
"slug": "pbs-client",
"description": "Proxmox Backup Client",
"url": "https://git.johnhgaunt.com/jgaunt/hassio-addons/src/branch/master/PBS-Client",