trying things

This commit is contained in:
2024-07-08 13:07:25 -04:00
parent a5fdf797e3
commit 83ce5fb31f
3 changed files with 6 additions and 9 deletions

View File

@@ -7,9 +7,9 @@ ENV LANG C.UTF-8
COPY run.sh /
COPY proxmox-backup-client_3.2.7-1_arm64.deb /
RUN apt-get update
RUN apt update
RUN dpkg --install /proxmox-backup-client_3.2.7-1_arm64.deb
RUN apt-get install -f -y
RUN apt install -f
RUN chmod a+x /run.sh

View File

@@ -1,9 +1,6 @@
{
"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"
"aarch64": "debian:bookworm-slim",
"amd64": "debian:bookworm-slim"
}
}

View File

@@ -1,10 +1,10 @@
{
"name": "PBS-Client",
"version": "20240708.8",
"version": "20240708.10",
"slug": "pbs-client",
"description": "Proxmox Backup Client",
"url": "https://git.johnhgaunt.com/jgaunt/hassio-addons/src/branch/master/PBS-Client",
"arch": ["armhf", "armv7", "aarch64"],
"arch": ["amd64", "aarch64"],
"startup": "application",
"boot": "manual",
"host_network": false,