Releases: elabftw/elabimg
Releases · elabftw/elabimg
elabimg 3.1.0 with elabftw 4.3.0-beta2
4.3.0-beta2
elabimg 3.1.0 with elabftw 4.3.0-beta
3.1.0
- Add mandatory environment variable SITE_URL (elabftw/elabftw#3319)
- Customize nginx build a bit more by removing unneeded modules
- Remove dhparams because no DHE ciphersuites are used anyway
- Add a cronjob daemon to send email notifications
- Update the init system (s6) to v3
- Update nginx to 1.21.6
- Use alpine 3.15
- Use composer 2.2.7
elabimg 3.0.3 with eLabFTW 4.2.4
elabimg 3.0.3 with eLabFTW 4.2.3
elabimg 3.0.3 with eLabFTW 4.2.2
3.0.3
- Add php8-xml package
elabimg 3.0.2 with eLabFTW 4.2.1
elabimg 3.0.2 with eLabFTW 4.2.0
3.0.2
- Remove php8-pear package
elabimg 3.0.1 with eLabFTW 4.2.0-BETA
3.0.1
- Remove java dependency (not needed any longer)
elabimg 3.0.0 with eLabFTW 4.1.0
3.0.0
- BREAKING CHANGE FOR DEVELOPERS ONLY: the
dev
branch is no more. Use DEV_MODE=true env var instead and usehypernext
branch for the dev image. - Use custom compiled nginx instead of the packaged version (#20)
- Rework placeholders syntax in nginx config files
- Add configurable value for worker_processes setting: NGINX_WORK_PROC (default: auto)
- Change labels org to net.elabftw
- Group steps together where it makes sense
- Remove useless VOLUME instructions
- Add a message on startup with running versions
- Add a config option to have less messages on startup (SILENT_INIT)