Skip to content

Commit 9fb4629

Browse files
authored
Merge pull request mixman68#1 from EVOTk/EVOTk-1.1-13
Upgrade to PBS 1.1-13
2 parents 3f0b5b9 + 954f6ee commit 9fb4629

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ADD http://download.proxmox.com/debian/proxmox-ve-release-6.x.gpg /etc/apt/trust
44

55
#add key and apt install etc
66
RUN chmod 644 /etc/apt/trusted.gpg.d/proxmox-ve-release-6.x.gpg && echo "deb http://download.proxmox.com/debian/pbs buster pbs-no-subscription" > /etc/apt/sources.list.d/proxmox.list \
7-
&& apt-get update && apt-get install -y proxmox-backup-server=1.1.12-1 nfs-common supervisor msmtp-mta gettext-base \
7+
&& apt-get update && apt-get install -y proxmox-backup-server=1.1.13-3 nfs-common supervisor msmtp-mta gettext-base \
88
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
99

1010
COPY msmtprc /etc/msmtprc
@@ -17,4 +17,4 @@ RUN chmod a+x /docker-entrypoint.sh && chsh -s /bin/bash backup
1717
ENTRYPOINT ["/docker-entrypoint.sh"]
1818
CMD ["/usr/bin/supervisord"]
1919
VOLUME [ "/etc/proxmox-backup", "/backups" ]
20-
STOPSIGNAL SIGINT
20+
STOPSIGNAL SIGINT

Dockerfile.client

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ ADD http://download.proxmox.com/debian/proxmox-ve-release-6.x.gpg /etc/apt/trust
44

55
#add key and apt install etc
66
RUN chmod 644 /etc/apt/trusted.gpg.d/proxmox-ve-release-6.x.gpg && echo "deb http://download.proxmox.com/debian/pbs buster pbs-no-subscription" > /etc/apt/sources.list.d/proxmox.list \
7-
&& apt-get update && apt-get install -y proxmox-backup-client=1.1.12-1 \
7+
&& apt-get update && apt-get install -y proxmox-backup-client=1.1.13-2 \
88
&& apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*

0 commit comments

Comments
 (0)