Global Knowledge base not restricted by implementations for more information check
pbsclient (latest)
Installation
docker pull git.limbosolutions.com/kb/pbsclient:latestsha256:3f95379cc384a70e869b97376eeda113f1c4800ca8ad0dfaa1803fb813bfe9ad
Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1763337600' |
| 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"] |