Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Releases: marcoguido/pocker

3.1.0

23 Mar 11:14
Compare
Choose a tag to compare

Fixed Apache Dockerfile: with SSL support build failed.

v3.0.0

27 Dec 09:29
Compare
Choose a tag to compare

The new major release introduces:

  • PHP 8 support
  • Updated xDebug configuration (now supporting v3.x)
  • Updated mcrypt extension configuration

2.3.1

12 Aug 09:54
a366651
Compare
Choose a tag to compare

Fixed an issue which caused workspace container image not being built.

2.3.0

15 Jun 15:07
519b0f0
Compare
Choose a tag to compare

Fixed DBMS-specific dependencies installation in workspace container.

1.7

26 Apr 17:58
Compare
Choose a tag to compare
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

23 Apr 10:00
Compare
Choose a tag to compare
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

21 Apr 23:35
Compare
Choose a tag to compare
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 and nginx.

1.4

21 Apr 22:29
Compare
Choose a tag to compare
1.4

This release fixes a typo in the workspace container, which did not register correctly custom Supervisor programs.

1.3

21 Apr 21:21
Compare
Choose a tag to compare
1.3

This release fixes a bug which caused a silent failure when loading custom SSH keys when building the workspace container.

1.2

21 Apr 21:06
Compare
Choose a tag to compare
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.