Releases: tiredofit/docker-alpine
Releases · tiredofit/docker-alpine
7.7.7
Changed
- Change to Fail2ban Group ID due to original gid not able to be used with LXC (credit: MariaWitch@github)
7.7.6
Changed
- Make logrotate use /etc/logrotate.conf as master configuration
7.7.5
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
Added
- Add third and fourth argument to custom_files function to change ownership post copy
7.7.3
Changed
- Additional fix to custom_scripts function
7.7.2
Changed
- Fix for custom_scripts function not firing properly
7.7.1
Changed
- Fix CONTAINER_POST_INIT_COMMAND feature
7.7.0
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
Added
- Add option to show application output on the final execution before the process runaway guard is activated
7.6.26
Changed
- Quiet down dir_empty and dir_notempty functions