Releases: jlesage/docker-baseimage
Releases · jlesage/docker-baseimage
Version 2.2.0
Changes in this release:
- Added images based on Alpine Linux 3.7.
Version 2.1.4
Changes in this release:
- Upgraded S6 overlay to version 1.21.2.1.
Version 2.1.3
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
Changes in this release:
- Fixed an issue where a self-disabled service could be restarted.
Version 2.1.1
Changes in this release:
- Fixed race condition where container's exit code would not be the expected one.
Version 2.1.0
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
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
ands6-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
Changes in this release:
- Restore default
/etc/shadow
during container startup.
Version 1.1.5
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
Changes in this release:
- Fixed timezone support on alpine-glibc images.