making my run work
This commit is contained in:
@@ -9,15 +9,15 @@ COPY run.sh /
|
|||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get install -y jq
|
RUN apt-get install -y jq
|
||||||
|
|
||||||
RUN if [ "$BUILDARCH" = "arm64" ]; then \
|
RUN if [ "$BUILDARCH" = "arm64" ]; then; \
|
||||||
wget "https://github.com/wofferl/proxmox-backup-arm64/releases/download/3.2.8-1/proxmox-backup-client_3.2.8-1_arm64.deb" \
|
wget "https://github.com/wofferl/proxmox-backup-arm64/releases/download/3.2.8-1/proxmox-backup-client_3.2.8-1_arm64.deb"; \
|
||||||
apt-get install -y ./proxmox-backup-client_3.2.8-1_arm64.deb \
|
apt-get install -y ./proxmox-backup-client_3.2.8-1_arm64.deb; \
|
||||||
else \
|
else; \
|
||||||
wget https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg \
|
wget https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg; \
|
||||||
echo "deb http://download.proxmox.com/debian/pbs-client bookworm main" > /etc/apt/sources.list.d/pbs-client.list \
|
echo "deb http://download.proxmox.com/debian/pbs-client bookworm main" > /etc/apt/sources.list.d/pbs-client.list; \
|
||||||
apt-get update \
|
apt-get update; \
|
||||||
apt-get install -y proxmox-backup-client \
|
apt-get install -y proxmox-backup-client; \
|
||||||
fi
|
fi;
|
||||||
|
|
||||||
RUN chmod a+x /run.sh
|
RUN chmod a+x /run.sh
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
name: PBS-Client
|
name: PBS-Client
|
||||||
version: '20241115.02'
|
version: '20241115.03'
|
||||||
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