Limbo - Knowledge Base

Global Knowledge base not restricted by implementations for more information check

pbs-client (latest)

Published 2026-04-26 16:01:36 +00:00 by marcio.fernandes in kb/proxmox

Installation

docker pull git.limbosolutions.com/kb/pbs-client:latest
sha256:678b3f0a196e8d07b0623a162636d653d136a27b6181cc9d947825e7e0f8eff5

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1776729600'
RUN /bin/sh -c apt-get update # buildkit
RUN /bin/sh -c apt install -y wget # buildkit
RUN /bin/sh -c wget https://enterprise.proxmox.com/debian/proxmox-release-bookworm.gpg -O /etc/apt/trusted.gpg.d/proxmox-release-bookworm.gpg # buildkit
RUN /bin/sh -c echo "deb http://download.proxmox.com/debian/pbs-client bookworm main" > /etc/apt/sources.list.d/pbs.list # buildkit
RUN /bin/sh -c apt update # buildkit
RUN /bin/sh -c apt install -y proxmox-backup-client # buildkit
COPY ./docker/scripts/entrypoint.sh /usr/local/bin/entrypoint.sh # buildkit
RUN /bin/sh -c chmod +x /usr/local/bin/entrypoint.sh # buildkit
ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
Details
Container
2026-04-26 16:01:36 +00:00
7
OCI / Docker
linux/amd64
52 MiB
Versions (1) View all
latest 2026-04-26