All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Add apt package
telnet
.
- Lift to base image
nginx:1.27.2
. - Lift PHP version from
8.2
to8.3
.
- Update
nodejs
version which also containsnpm
- Lift to base image
nginx:1.25.3
.
- Add apt package
patch
to enable installation of patches.
- Removed docker default volumes for site configurations and labels.
- Lift to base image
nginx:1.25.1
. - Create image according to Semantic Versioning not only with patch version but also with major and minor version.
- Changed name of resulting image from
docker.pkg.github.com/rintisch/typo3-base/nginx-typo3-base
toghcr.io/rintisch/typo3-base
.
- Add .gitignore
- Run cron as user
nginx
- Lift to base image
nginx:1.23.3
. - Lift supercronic to
v0.2.1
. - Lift
PHP
version from7.4
to8.1
.
unzip
in container
- Version of nodejs in container (v12 -> v16)
- Update to latest base image
nginx:1.23.2
- Use
actions/checkout@v3
in github Actions
- Fix cronjob to run TYPO3 scheduler
- Sent cache header for all kind of fonts
- Try to fix logrotate
- Add Changelog file.
- Improve
README.md
. - Update to latest base image
nginx:1.21.6
- Do not install
wkhtmltopdf
any longer in the base image.
- Redirect for TYPO3 login in nginx configuration.
- Lift
PHP
version from7.4
to8.1
.
- Run cron as user
nginx
- Install
vim
instead ofnano
. - Add logrotation incl configuration.
- Update to latest base image
nginx:1.21.4
.
- Add hook for nginx configuration by child images.
- Add semantic versioning.
- Update to latest base image
nginx:1.21.1
. - Rename default conf for nginx to
default-base.conf
to avoid overwriting of child images which may usedefault.conf
as name.
- Remove basic auth.