Releases: jlesage/docker-dupeguru
Releases · jlesage/docker-dupeguru
Version 1.8.2
Changes in this release:
- Now using baseimage v3.1.3, which brings the following changes:
- Upgraded S6 overlay to version 1.21.2.1.
Version 1.8.1
Changes in this release:
- Now using baseimage v3.1.2, which brings the following changes (from last used version):
- Fixed an issue where a self-disabled service could be restarted.
- Upgraded S6 overlay to version 1.21.2.0.
- Use a more efficient way to monitor status files.
Version 1.8.0
Changes in this release:
- Now using baseimage v3.1.0, which brings the following changes:
- Upgraded S6 overlay to version 1.21.1.1.
- Enhanced integration of service dependencies functionality.
- Added a simple log monitor.
- Fixed race condition where container's exit code would not be the expected one.
- Fixed issue where application's GUI fails to displayed when accessing it through the web interface via standard ports 80/443.
Version 1.7.2
Changes in this release:
- Now using baseimage v3.0.2, which brings the following changes:
- Fixed issue where nginx config change was not applied correctly on systems without IPV6 support and secure connection disabled.
Version 1.7.1
Changes in this release:
- Now using baseimage v3.0.1, which brings the following changes:
- Fixed nginx config for systems without IPV6 support.
Version 1.7.0
Changes in this release:
- Now using baseimage v3.0.0, which brings the following changes:
- Better support for service dependencies.
- Added support for secure access to the application's GUI.
Version 1.6.7
Changes in this release:
- Compile dupeGuru from source instead of installing from the debian package.
- Now using baseimage v2.0.9, which brings the following changes:
- Restore default
/etc/shadow
during container startup.
- Restore default
Version 1.6.6
Changes in this release:
- Now using baseimage v2.0.8, which brings the following changes (from last used version):
- Fixed timezone support on alpine-glibc images.
- Fixed duplicated entries in /etc/passwd and /etc/group that were created after a restart of the container.
Version 1.6.5
Changes in this release:
- Now using baseimage v2.0.6, which brings the following changes:
- Upgraded S6 overlay to version 1.20.0.0.
Version 1.6.4
Changes in this release:
- Now using baseimage v2.0.5, which brings the following changes (from last used version):
- Clear the environment of the container during startup.
- Clear the /tmp folder during startup.
- Cleanly terminate the X server when container is restarted/stopped.
- Improved robustness of X server starting process.
- Removed unneeded files from the image.