Skip to content

Commit

Permalink
Backuppc 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrien Ferrand committed Apr 22, 2017
1 parent 70c0fbe commit c2a6a57
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.v3x
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:3.5

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

RUN apk --no-cache add \
Expand Down Expand Up @@ -30,7 +30,7 @@ supervisor rsync samba-client iputils openssh openssl rrdtool msmtp lighttpd lig
&& touch /firstrun \
# Clean
&& 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/entrypoint.sh /entrypoint.sh
Expand Down
8 changes: 4 additions & 4 deletions Dockerfile.v4x
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ FROM alpine:3.5

MAINTAINER Adrien Ferrand <ferrand.ad@gmail.com>

ENV BACKUPPC_VERSION 4.1.1
ENV BACKUPPC_XS_VERSION 0.53
ENV RSYNC_BPC_VERSION 3.0.9.6
ENV BACKUPPC_VERSION 4.0.0
ENV BACKUPPC_XS_VERSION 0.50
ENV RSYNC_BPC_VERSION 3.0.9.5
ENV PAR2_VERSION v0.7.0

RUN apk --no-cache add \
Expand Down Expand Up @@ -43,7 +43,7 @@ supervisor rsync samba-client iputils openssh openssl rrdtool msmtp lighttpd lig
&& touch /firstrun \
# Clean
&& 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/entrypoint.sh /entrypoint.sh
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.1.1
4.0.0
2 changes: 1 addition & 1 deletion files/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if [ -f /firstrun ]; then
cd /root/BackupPC-$BACKUPPC_VERSION

# Install BackupPC (existing configuration will be reused and upgraded)
./configure.pl \
perl configure.pl \
--batch \
--config-dir /etc/backuppc \
--cgi-dir /var/www/cgi-bin/BackupPC \
Expand Down

0 comments on commit c2a6a57

Please sign in to comment.