Backuppc 3.3.0

This commit is contained in:
Adrien Ferrand 2017-04-22 20:17:38 +02:00
parent 70c0fbec36
commit c2a6a5735d
4 changed files with 8 additions and 8 deletions

View File

@ -2,7 +2,7 @@ FROM alpine:3.5
MAINTAINER Adrien Ferrand <ferrand.ad@gmail.com> MAINTAINER Adrien Ferrand <ferrand.ad@gmail.com>
ENV BACKUPPC_VERSION 3.3.2 ENV BACKUPPC_VERSION 3.3.0
ENV PAR2_VERSION v0.7.0 ENV PAR2_VERSION v0.7.0
RUN apk --no-cache add \ RUN apk --no-cache add \
@ -30,7 +30,7 @@ supervisor rsync samba-client iputils openssh openssl rrdtool msmtp lighttpd lig
&& touch /firstrun \ && touch /firstrun \
# Clean # Clean
&& rm -rf /root/backuppc-xs /root/rsync-bpc /root/par2cmdline \ && rm -rf /root/backuppc-xs /root/rsync-bpc /root/par2cmdline \
&& apk del gcc g++ autoconf automake make git patch perl-dev expat-dev curl wget && apk --no-cache del gcc g++ autoconf automake make git patch perl-dev expat-dev curl wget
COPY files/lighttpd.conf /etc/lighttpd/lighttpd.conf COPY files/lighttpd.conf /etc/lighttpd/lighttpd.conf
COPY files/entrypoint.sh /entrypoint.sh COPY files/entrypoint.sh /entrypoint.sh

View File

@ -2,9 +2,9 @@ FROM alpine:3.5
MAINTAINER Adrien Ferrand <ferrand.ad@gmail.com> MAINTAINER Adrien Ferrand <ferrand.ad@gmail.com>
ENV BACKUPPC_VERSION 4.1.1 ENV BACKUPPC_VERSION 4.0.0
ENV BACKUPPC_XS_VERSION 0.53 ENV BACKUPPC_XS_VERSION 0.50
ENV RSYNC_BPC_VERSION 3.0.9.6 ENV RSYNC_BPC_VERSION 3.0.9.5
ENV PAR2_VERSION v0.7.0 ENV PAR2_VERSION v0.7.0
RUN apk --no-cache add \ RUN apk --no-cache add \
@ -43,7 +43,7 @@ supervisor rsync samba-client iputils openssh openssl rrdtool msmtp lighttpd lig
&& touch /firstrun \ && touch /firstrun \
# Clean # Clean
&& rm -rf /root/backuppc-xs /root/rsync-bpc /root/par2cmdline \ && rm -rf /root/backuppc-xs /root/rsync-bpc /root/par2cmdline \
&& apk del gcc g++ autoconf automake make git patch perl-dev expat-dev curl wget && apk --no-cache del gcc g++ autoconf automake make git patch perl-dev expat-dev curl wget
COPY files/lighttpd.conf /etc/lighttpd/lighttpd.conf COPY files/lighttpd.conf /etc/lighttpd/lighttpd.conf
COPY files/entrypoint.sh /entrypoint.sh COPY files/entrypoint.sh /entrypoint.sh

View File

@ -1 +1 @@
4.1.1 4.0.0

View File

@ -21,7 +21,7 @@ if [ -f /firstrun ]; then
cd /root/BackupPC-$BACKUPPC_VERSION cd /root/BackupPC-$BACKUPPC_VERSION
# Install BackupPC (existing configuration will be reused and upgraded) # Install BackupPC (existing configuration will be reused and upgraded)
./configure.pl \ perl configure.pl \
--batch \ --batch \
--config-dir /etc/backuppc \ --config-dir /etc/backuppc \
--cgi-dir /var/www/cgi-bin/BackupPC \ --cgi-dir /var/www/cgi-bin/BackupPC \