Skip to content

Releases: jlesage/docker-baseimage

Version 2.2.0

06 Dec 15:45
Compare
Choose a tag to compare

Changes in this release:

  • Added images based on Alpine Linux 3.7.

Version 2.1.4

19 Nov 16:59
Compare
Choose a tag to compare

Changes in this release:

  • Upgraded S6 overlay to version 1.21.2.1.

Version 2.1.3

06 Nov 14:27
Compare
Choose a tag to compare

Changes in this release:

  • Upgraded S6 overlay to version 1.21.2.0.
  • Use a more efficient way to monitor status files.

Version 2.1.2

31 Oct 10:49
Compare
Choose a tag to compare

Changes in this release:

  • Fixed an issue where a self-disabled service could be restarted.

Version 2.1.1

28 Oct 11:12
Compare
Choose a tag to compare

Changes in this release:

  • Fixed race condition where container's exit code would not be the expected one.

Version 2.1.0

27 Oct 16:16
Compare
Choose a tag to compare

Changes in this release:

  • Upgraded S6 overlay to version 1.21.1.1.
  • Enhanced integration of service dependencies functionality.
  • Added a simple log monitor.

Version 2.0.0

07 Oct 01:04
Compare
Choose a tag to compare

Changes in this release:

  • Added better support for service dependencies.
    • Services startup order is automatically determined.
    • Services are stopped in reverse order.
    • The application's service is always started last.
    • The following elements are no longer needed and have been removed:
      • s6-svrunning and s6-waitdeps programs.
      • Pre-stage3 with pre-finish scripts support.
    • Note that these changes can break building and/or execution of containers based on v1.x of this baseimage.

Version 1.1.6

20 Sep 11:17
Compare
Choose a tag to compare

Changes in this release:

  • Restore default /etc/shadow during container startup.

Version 1.1.5

08 Sep 10:37
Compare
Choose a tag to compare

Changes in this release:

  • Fixed duplicated entries in /etc/passwd and /etc/group that were created after a restart of the container.

Version 1.1.4

06 Sep 13:17
Compare
Choose a tag to compare

Changes in this release:

  • Fixed timezone support on alpine-glibc images.