trying things
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user