Skip to content

Releases: jlesage/docker-dupeguru

Version 1.8.0

30 Oct 00:03
Compare
Choose a tag to compare

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

09 Oct 12:39
Compare
Choose a tag to compare

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

09 Oct 01:28
Compare
Choose a tag to compare

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

08 Oct 01:04
Compare
Choose a tag to compare

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

21 Sep 11:27
Compare
Choose a tag to compare

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.

Version 1.6.6

08 Sep 14:03
Compare
Choose a tag to compare

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

14 Aug 11:44
Compare
Choose a tag to compare

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

31 Jul 14:14
Compare
Choose a tag to compare

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.

Version 1.6.3

27 Jul 17:44
Compare
Choose a tag to compare

Changes in this release:

  • Now using baseimage v2.0.3, which brings the following changes:
    • Improved robustness of the X server starting process.

Version 1.6.2

24 Jul 00:32
Compare
Choose a tag to compare

Changes in this release:

  • Now using baseimage v2.0.2, which brings the following changes:
    • Proper VNC port is exposed.