Skip to content

Releases: phusion/baseimage-docker

focal-1.0.0

05 May 21:49
0bc0efd

Choose a tag to compare

Fixed

  • Fix .travis.yml #561

Added

  • RfC add all missing CPU Architectures form ubuntu #567

Docs

  • Fix Docker registry URL #553
  • Update ubuntu version in readme #575
  • Image uses 20.04 now #570
  • Add instructions to install "vagrant-disksize" plug-in #581
  • Update ubuntu version in readme #575

Changed

  • Upgrade to Ubuntu Focal (20.04) #555
  • Update Vagrantfile to bring Ubuntu 20.04 (Focal Fossa) #582

bionic-1.0.0

04 Jun 09:21

Choose a tag to compare

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

  • Multiarch implementation for amd64, arm64 and arm32 #534
  • Ability to override ubuntu:18.04 #527

Docs

  • Update kill timeout documentation #517
  • documentation for #510 #519
  • docs(README): Add more daemon info #511

Changed

  • RFC: Change Version Scheme for baseimage-docker #543
  • increase default kill timeout from 5 to 30 seconds #510
  • change version from 16.04 to 18.04 #505
  • use sv force-stop instead of sv down to stop services #507

focal-1.0.0alpha1

04 Jun 09:56
5078b02

Choose a tag to compare

focal-1.0.0alpha1 Pre-release
Pre-release
Update Makefile

Increment version

focal-1.0.0-pre1

04 Jun 09:50
5078b02

Choose a tag to compare

focal-1.0.0-pre1 Pre-release
Pre-release
Update Makefile

Increment version

v0.11

16 Aug 07:02
e8d48f3

Choose a tag to compare

Changed

v0.10.2

16 Aug 06:51
becf747

Choose a tag to compare

Fixed

  • syslog fix #501
  • Fix /var/log permissions on syslog-ng startup #497
  • syslog restart not possible #469
  • fix syslog reload #478

Changed

  • Allow 'make test' to work on macOS by publishing the SSH port #487

v0.10.1

02 Apr 07:38
996e31b

Choose a tag to compare

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

26 Jan 10:14
fdfe6b1

Choose a tag to compare

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

  • feat: allow users to specify an alternative init directory #410
  • Added install_clean.sh utility #442

Docs

  • Adding "more" to the first sentence. #439
  • Update README.md #444
  • Create CODE_OF_CONDUCT.md #446

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

17 May 22:29
cd23614

Choose a tag to compare

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

  • more pep8 linting #400
  • Improve pep8 compliance #399
  • Suppress the status reports from "sv -w" #396

v0.9.21

11 Apr 08:21

Choose a tag to compare

Fixed

  • Nginx fails to log to syslog #277
  • Remove KILL_PROCESS_TIMEOUT or make it modifiable #384

Added

  • Nothing

Changed

  • [README] Fix grammar #379
  • Preserve /bd_build/{cleanup.sh,buildconfig} files. See #188 #380
  • Correct translation of syslog-ng driver system() on Docker #382
  • Typo chinese translation #383
  • Fix kill timeouts #385
  • down wait for 7 secs this will fix it. #388