From b49ef291cd7627c4506d476eaa0ed6e4ec674c86 Mon Sep 17 00:00:00 2001 From: John Gaunt Date: Mon, 18 Nov 2024 09:13:28 -0500 Subject: [PATCH] Updated to not download arm deb since we are running on x86 hardware --- PBS-Client/Dockerfile | 2 +- PBS-Client/config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PBS-Client/Dockerfile b/PBS-Client/Dockerfile index 7638040..08992b1 100644 --- a/PBS-Client/Dockerfile +++ b/PBS-Client/Dockerfile @@ -6,7 +6,7 @@ COPY run.sh / RUN apt-get update RUN apt-get install -y jq -ADD https://github.com/wofferl/proxmox-backup-arm64/releases/download/3.2.8-1/proxmox-backup-client_3.2.8-1_arm64.deb /tmp/proxmox-backup-client_3.2.8-1_arm64.deb +#ADD https://github.com/wofferl/proxmox-backup-arm64/releases/download/3.2.8-1/proxmox-backup-client_3.2.8-1_arm64.deb /tmp/proxmox-backup-client_3.2.8-1_arm64.deb #RUN apt-get install -y /tmp/proxmox-backup-client_3.2.8-1_arm64.deb ADD https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg RUN chmod +r /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg diff --git a/PBS-Client/config.yaml b/PBS-Client/config.yaml index 889305b..b583df3 100644 --- a/PBS-Client/config.yaml +++ b/PBS-Client/config.yaml @@ -1,5 +1,5 @@ name: PBS-Client -version: '20241115.09' +version: '20241118.01' slug: pbs-client description: Proxmox Backup Client url: https://git.johnhgaunt.com/jgaunt/hassio-addons/src/branch/master/PBS-Client