Skip to content

Releases: tiredofit/docker-alpine

7.7.7

15 Aug 14:49
Compare
Choose a tag to compare

Changed

  - Change to Fail2ban Group ID due to original gid not able to be used with LXC (credit: MariaWitch@github)

7.7.6

12 Aug 17:57
Compare
Choose a tag to compare

Changed

  - Make logrotate use /etc/logrotate.conf as master configuration

7.7.5

11 Aug 17:52
Compare
Choose a tag to compare

Added

  - Fluent-bit 1.9.7
  - Customizable compssion types for logrotate, now defaults to using zstd
  - Function for zcat to handle bz/xz/gz/zst

Changed

  - Fix error when CRON_PERIOD exists as a default or environment variable

7.7.4

06 Aug 21:20
Compare
Choose a tag to compare

Added

  - Add third and fourth argument to custom_files function to change ownership post copy

7.7.3

06 Aug 19:03
Compare
Choose a tag to compare

Changed

  - Additional fix to custom_scripts function

7.7.2

05 Aug 23:24
Compare
Choose a tag to compare

Changed

  - Fix for custom_scripts function not firing properly

7.7.1

05 Aug 18:13
Compare
Choose a tag to compare

Changed

  - Fix CONTAINER_POST_INIT_COMMAND feature

7.7.0

05 Aug 15:07
Compare
Choose a tag to compare

Added

  - Firewall Support - Now have the capability of either loading an iptables.rules file or using environment variables to set individual IPTables rules inside the container
  - Fail2Ban Support - Along with above, embed fail2ban within the container rather than having it maintained downstream in many images. Drop your jails and filters in /etc/fail2ban/filters.d and /etc/fail2ban/jails.d
  - Go 1.19.0 build chain

7.6.27

27 Jul 19:07
Compare
Choose a tag to compare

Added

  - Add option to show application output on the final execution before the process runaway guard is activated

7.6.26

27 Jul 18:16
Compare
Choose a tag to compare

Changed

  - Quiet down dir_empty and dir_notempty functions