Skip to content

Releases: passbolt/passbolt_docker

v3.7.4

17 Nov 08:31
v3.7.4
0ef3be2
Compare
Choose a tag to compare
Merge requests from community

v3.7.3

04 Nov 10:41
Compare
Choose a tag to compare
Release with github actions

[3.0.1] - 2021-02-24

25 Feb 08:06
6fb54ad
Compare
Choose a tag to compare
  • This is a sync release. Check changes for passbolt_api

[3.0.0] - 2021-02-23

23 Feb 16:46
02e83ab
Compare
Choose a tag to compare

3.0.0 - 2021-02-23

We are happy to announce the release of passbolt docker 3.0.0!

This release contains passbolt-api 3.0.0 as well as some new additions and deprecation
notices.

Passbolt docker images now rely on passbolt's debian package. As a result the dockerfiles
are now using debian-slim as base images and not longer rely on docker php library images.

As a result of using debian packages some paths such as /var/www/passbolt are going to be
deprecated. This release still supports both paths by symlinking so users should not
be impacted by the path changes. We strongly recommend that you update your volumes
accordingly.

We have also released a rootless image that runs entirely under www-data user and uses
supercronic instead of plain cron to run the background tasks. We aim to make a transition
to rootless images by default to make our docker images a bit more secure by default.
However, rootless alternatives are still considered beta.

As with this release passbolt images are no longer tagged with the '-debian' suffix. Instead:

  • Passbolt docker CE images will be tagged as: passbolt/passbolt:-ce
  • Passbolt docker CE rootless images will be tagged as: passbolt/passbolt:-ce-non-root
  • Passbolt docker pro images will be tagged as: passbolt/passbolt:-pro
  • Passbolt docker pro rootless images will be tagged as: passbolt/passbolt:-pro-non-root

You can still find the old Dockerfiles on the dev/ directory as they are still quite
handy for development purposes.

Added

  • New debian package based docker images
  • New rootless images
  • Supercronic introduced on rootless images

Changed

  • Passbolt installation uses official passbolt debian packages
  • /var/www/passbolt files are now in /usr/share/php/passbolt
  • /var/www/passbolt/config files are no in /etc/passbolt
  • Default workdir is now /usr/share/php/passbolt
  • Old docker images moved to dev/ directory
  • debian Dockerfiles moved to debian/ directory
  • Deprecation message is shown on startup of the containers if old paths detected

[2.13.5] - 2020-08-04

04 Aug 09:09
e537886
Compare
Choose a tag to compare

Changed

  • Passbolt api bumped to 2.13.5
  • Php bumped to 7.3.20

[2.13.1] - 2020-07-07

09 Jul 10:03
e84b317
Compare
Choose a tag to compare

Changed

  • Passbolt api bumped to 2.13.1

[2.13.0] - 2020-06-23

23 Jun 16:38
400d547
Compare
Choose a tag to compare

Changed

  • Passbolt api bumped to 2.13.0
  • PHP version pinned to 7.3.19

[2.12.1] - 2020-04-14

22 Apr 09:00
f731dd6
Compare
Choose a tag to compare

Changed

  • Dockerfile pins specific php version for better control
  • Passbolt code version bumped to 2.12.1

[2.12.0] - 2019-12-06

13 Dec 10:06
574b4d7
Compare
Choose a tag to compare

Changed

  • Timeout set to 0 in wait-for.sh. Fixes #133

[2.9.0] - 2019-04-24

24 Apr 12:35
9777677
Compare
Choose a tag to compare

Added

  • Build arg to pass headers to curl
  • Removed git as dev dependency

Fixed

  • Fix typo in Readme #125