Skip to content

Releases: jlesage/docker-tsmuxer

Version 1.4.2

03 Feb 14:53
Compare
Choose a tag to compare

Changes in this release:

  • Now using baseimage v3.3.2, which brings the following changes:
    • Restored timezone support in Alpine Linux images with glibc.
    • Fixed issue in add-pkg helper where a package could be incorrectly detected as installed.

Version 1.4.1

31 Jan 02:33
Compare
Choose a tag to compare

Changes in this release:

  • Adjusted the way some ressources are accessed to better support reverse proxy to the container.

Version 1.4.0

22 Jan 18:16
Compare
Choose a tag to compare

Changes in this release:

  • Now using baseimage v3.3.0, which brings the following changes (since last used version):
    • For Alpine Linux images with glibc, automatically update dynamic linker's cache after new libraries are installed.
    • Fixed the LANG environment variable not being set properly.
    • Added the ability to automatically install a CJK (Chinese/Japanese/Korean) font.

Version 1.3.4

11 Jan 16:23
Compare
Choose a tag to compare

Changes in this release:

  • Now using baseimage v3.2.2, which brings the following changes (since last used version):
    • Upgraded S6 overlay to version 1.21.2.2.
    • Upgraded glibc to version 2.26 (Alpine Linux glibc images).
    • Adjusted the way ownership of /config is taken to better support cases where the folder is mapped to a network share.
  • Small adjustment to the way ownership of files are taken.

Version 1.3.3

12 Dec 14:19
Compare
Choose a tag to compare

Changes in this release:

  • Now using baseimage v3.1.4, which brings the following changes:
    • Set 2 worker processes for nginx.

Version 1.3.2

21 Nov 00:53
Compare
Choose a tag to compare

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.3.1

07 Nov 13:00
Compare
Choose a tag to compare

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.3.0

30 Oct 00:04
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.2.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.2.1

09 Oct 01:29
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.