Releases: adferrand/docker-backuppc
Releases · adferrand/docker-backuppc
Docker BackupPC 4.2.1-2
Docker BackupPC 4.2.1-2
Added
- Set up a complete CI/CD system for this Docker, using CircleCI: docker is now automatically packaged, tested and deployed to Docker Hub.
Changed
- Hotfix for BZIP2 binary, due to latest Alpine layout modifications, is now applied when the container is created, removing the error
n: /bin/bzip2: File exists
when container is restarted.
Docker BackupPC 4.2.1
Added
- Create this CHANGELOG.md
- Add and configure circus, an alternative to supervisor, compatible with Python 3, with better control over environment variables propagation, and network sockets supervision (not used yet here)
- Mandatory perl modules for Backuppc are now installed as pre-compiled binaries from Alpine repos
Changed
- Circus replaces Supervisor and manages now lighttpd + backuppc daemons
- Update Alpine base image to 3.8
- Update python from 2.7 to 3.6
- Improve build artifacts cleaning, image sized down from 78MB to 65MB
Removed
- Remove supervisor and its configuration
- Remove build logic used to compile the mandatory perl modules
Docker BackupPC 4.2.1
- Update BackupPC to version 4.2.1
Docker BackupPC 4.2.0
- Update BackupPC to version 4.2.0
Docker BackupPC 4.1.5-2
- Update to Alpine 3.7
- Update to rsync-bpc 3.0.9.12
Docker BackupPC 4.1.5-1
- Update rsync-bpc to 3.0.9.11
- Upgrade par2cmdline to 0.8.0
Docker BackupPC 4.1.5
- Update BackupPC to 4.1.5 (release note)
- Update BackupPC::XS library to 0.57
- Update rsync-bpc to 3.0.9.9
Docker BackupPC 4.1.4
- Upgrade BackupPC to 4.1.4 (release note)
Docker BackupPC 4.1.3-10
- Extends possibilities of
BACKUPPC_UUID
/BACKUPPC_GUID
: previously existingUUID
/GUID
(like 100) in container could not be reused without error. This version fixes this, and anyUUID
/GUID
can be used now. - Improve supervisord logging over backuppc and lighttpd instances.