From 83ce5fb31fb868fc882923b5808bd630b4d468b9 Mon Sep 17 00:00:00 2001 From: John Date: Mon, 8 Jul 2024 13:07:25 -0400 Subject: [PATCH] trying things --- PBS-Client/Dockerfile | 4 ++-- PBS-Client/build.json | 7 ++----- PBS-Client/config.json | 4 ++-- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/PBS-Client/Dockerfile b/PBS-Client/Dockerfile index 488b7c0..2bea1db 100644 --- a/PBS-Client/Dockerfile +++ b/PBS-Client/Dockerfile @@ -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 diff --git a/PBS-Client/build.json b/PBS-Client/build.json index c9ec433..7ed4f0d 100644 --- a/PBS-Client/build.json +++ b/PBS-Client/build.json @@ -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" } } \ No newline at end of file diff --git a/PBS-Client/config.json b/PBS-Client/config.json index 74c243c..b65b37c 100644 --- a/PBS-Client/config.json +++ b/PBS-Client/config.json @@ -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,