Releases: phusion/baseimage-docker
Releases · phusion/baseimage-docker
focal-1.0.0
bionic-1.0.0
Fixed
- Further improvements to the multi-arch build #535
- Cron jobs does not run because of hard links to crontab files #198
- Touch cron files to fix 'NUMBER OF HARD LINKS > 1' issue. #530
- Remove python bytecode #523
- Fixed wrong line breaks in syslog-ng's logrotate config #522
- addressing the confusion in issue #459 #520
- Can't remove optional services #459
- Point OS version in other section to overview #512
- cannot shutdown container if a service ignores SIGTERM #506
Added
Docs
- Update kill timeout documentation #517
- documentation for #510 #519
- docs(README): Add more daemon info #511
Changed
focal-1.0.0alpha1
Update Makefile Increment version
focal-1.0.0-pre1
Update Makefile Increment version
v0.11
v0.10.2
v0.10.1
Fixed
- fixed syslog warning when using --tty as described in #468 #470
- my_init exits with 0 on SIGINT after runit is started #358
Added
- N/A
Docs
- removed syslog-forwarder from readme #466
- README.md -> fix SSH docs #465
- Typo in port info in README? #461
- Memory usage is 9.4 MO (not 6MO) #355
- Create List of Baseimage Inspired Projects #308
Changed
- my_init exits with 0 on SIGINT after runit is started #445
v0.10.0
A lot of work and contributions went into this release, this is an API breaking release so we have versioned the minor version to 10.
A special thank you goes out to all who have helped work to prepare this release as well as all contributors and users of Phusion Baseimage.
We are currently working on putting automated releases into place so we will always have current Docker images pushed, keep an eye out for that!
Fixed
- Syslog messages are not forwarded #437
- Lost log messages in docker logs #436
- Gracefully handle syslog-ng shutdown #447
Added
Docs
Changed
- Remove 3 unnecessary layers from the layer count #409
- sanitize_shenvname returns string with [0-9a-zA-Z_] characters #423
- Evaluate if fix_pam_bug is still needed #404
- Replaces #410 #432
- Reflect 'latest' in imagelayers.io image. #435
- Use syslog-ng built-in pipe to forward messages #324
- configured syslog-ng to log to stdout directly instead of using tail #438
- Have syslog forward to docker by itself #287
- Start syslog-ng before runit, and stop after runit. #425
- Fork syslog-ng into a new process group via bash monitor mode #453
v0.9.22
Fixed
- shutdown_runit_services error on exiting interactive container #408
- debconf: delaying package configuration, since apt-utils is not installed #319
- apt-get fixes #406
- Build failed no source package for PAM #394
- fixes the build #395
- Bug in my_init.shutdown_runit_services #391
- #391 #392
- TypeError when stopping/exiting container [0.9.21] #398
Added
- Support for pre- and post-shutdown scripts #329
- Pre and post shutdown scripts added #402
- prepare pre and post shudown.d folders #407
Changed
v0.9.21
Fixed
Added
- Nothing