Skip to content

[1.6.10] - 2018-03-28

Compare
Choose a tag to compare
@dlen dlen released this 28 Mar 19:19
· 581 commits to master since this release

Fixed
chown fails with Docker Secrets, can't start container #89
Changed
The container base image has been migrated from alpine to debian. The reason behind this change is that we have detected slower performance in alpine based images. Changing the image introduced a few changes in the structure of the container:

Bigger images
www user is now www-data user
cron jobs are managed as crontabs in /var/spool/cron/crontabs/root
Permissions check on the passbolt base dir has been removed as it was a big performance penalty on startup times.
Docker hub tags will now follow the PASSBOLT_VERSION-debian pattern