Releases: marcoguido/pocker
3.1.0
v3.0.0
The new major release introduces:
- PHP 8 support
- Updated xDebug configuration (now supporting v3.x)
- Updated
mcrypt
extension configuration
2.3.1
Fixed an issue which caused workspace container image not being built.
2.3.0
Fixed DBMS-specific dependencies installation in workspace container.
1.7
This release removes the need of manually selecting which dbms driver to install in the workspace
container, as it will inferred by the DBMS
environment variable set in the .env
file.
1.6
This release comes with an improved documentation, especially the sections related to Minio
service configuration (see docker/docs/setup.md
for more details).
It also updates the base .env.example
which now uses the default ports for DBMS services, Minio
and Redis
. It will be up to the user update those defaults, according to his needs.
1.5
- Fixed some problems related to Supervisor custom programs not properly loaded on
workspace
container startup - Added a logging folder to store Supervisor logs in
/var/www/logs/supervisor
- Added some tweaks and suggestions to the default virtualhost files for both
Apache
andnginx
.
1.4
This release fixes a typo in the workspace
container, which did not register correctly custom Supervisor programs.
1.3
This release fixes a bug which caused a silent failure when loading custom SSH keys when building the workspace
container.
1.2
This release fixes a bug present in the Dockerfile
of the workspace
container, which caused the creation of 2 folders with wrong naming.