32
3
mirror of https://github.com/joomla-docker/docker-joomla.git synced 2024-06-01 13:50:47 +00:00
Commit Graph

273 Commits

Author SHA1 Message Date
17df17a732
Adds PHP8.0 to Joomla 3.11 Images 2022-11-09 17:19:05 +02:00
04c039b54b
Update images of Joomla! 4.2.3 to 4.2.5 2022-11-09 10:21:50 +02:00
4365e41134
Update version of Joomla! 4.2.3 to 4.2.5 2022-11-09 10:20:15 +02:00
445bd47c26
Update images of Joomla! 4.2.2 to 4.2.3 2022-10-26 20:53:58 +02:00
7d88abf94a
Update version of Joomla! 4.2.2 to 4.2.3 2022-10-26 20:52:45 +02:00
5db422d45a
Adds notice to mysqli-driver fix. Improved the Dockerflie.template. 2022-10-26 20:50:57 +02:00
Nils Husung
ffbb7e3854
Use mysqli_report(MYSQLI_REPORT_OFF) in makedb.php
Using PHP 8.1, the `makedb.php` script fails if the connection cannot be
established at the first try.  This is because according to
https://www.php.net/manual/en/mysqli-driver.report-mode.php, the default mysqli
reporting mode is now `MYSQLI_REPORT_ERROR | MYSQLI_REPORT_STRICT` while it was
`MYSQLI_REPORT_OFF` before.  The change makes `mysqli::__construct()` throw an
exception, which is not caught.  This commit restores the old behavior.
2022-10-19 12:21:45 +02:00
457aa21336
Update images of Joomla! 4.2.0 to 4.2.2 2022-09-07 10:59:53 +02:00
088558a0f8
Update version of Joomla! 4.2.0 to 4.2.2 2022-09-07 10:58:36 +02:00
5aaa2c8ad1
Update images of Joomla! 3.10.10 to 3.10.11 2022-08-17 13:12:31 +02:00
de68d17888
Update version of Joomla! 3.10.10 to 3.10.11 2022-08-17 13:11:13 +02:00
b4aabfb407
Update images of Joomla! 4.1.5 to 4.2.0 2022-08-17 13:09:45 +02:00
d9b43f242d
Update version of Joomla! 4.1.5 to 4.2.0 2022-08-17 13:07:39 +02:00
844852da40
Remove the 4.1 build 2022-08-17 13:02:17 +02:00
62dba686c0
Update images of Joomla! 4.1.4 to 4.1.5 2022-06-22 11:37:40 +02:00
7a3b0ffcca
Update version of Joomla! 4.1.4 to 4.1.5 2022-06-22 11:37:08 +02:00
bb9b5cdaf8
Update images of Joomla! 3.10.9 to 3.10.10 2022-06-22 11:36:16 +02:00
95eebaab1f
Update version of Joomla! 3.10.9 to 3.10.10 2022-06-22 11:35:28 +02:00
db49b92528
Adds opcache-recommended.ini & error-logging.ini & remoteip.conf also adding ghostscript and gd with freetype and webp to all docker images. 2022-05-27 08:47:18 +02:00
4fab42e727
Improve the way the package URL is added to the images, so we can add beta image to the official images if we wanted to. Adds opcache-recommended.ini & error-logging.ini & remoteip.conf also adding ghostscript and gd with freetype and webp to global dockerfile template. 2022-05-27 08:46:26 +02:00
3dff823ef9
Update images of Joomla! 4.1.3 to 4.1.4 2022-05-25 17:51:29 +02:00
f3924e34e2
Update version of Joomla! 4.1.3 to 4.1.4 2022-05-25 17:50:18 +02:00
81a077c0d9
Update images of Joomla! 4.1.2 to 4.1.3 2022-05-11 14:09:54 +02:00
9858178e81
Update version of Joomla! 4.1.2 to 4.1.3 2022-05-11 14:09:12 +02:00
4549508c7b
Update images of Joomla! 3.10.8 to 3.10.9 2022-05-11 14:08:23 +02:00
bd228835f8
Update version of Joomla! 3.10.8 to 3.10.9 2022-05-11 14:05:10 +02:00
5b1841e0b1
Update images of Joomla! 4.1.0 to 4.1.2 2022-03-31 14:55:22 +02:00
05edabfacf
Update version of Joomla! 4.1.0 to 4.1.2 2022-03-31 14:54:42 +02:00
9221236814
Update images of Joomla! 3.10.6 to 3.10.8 2022-03-31 14:53:04 +02:00
6eabd8312f
Update version of Joomla! 3.10.6 to 3.10.8 2022-03-31 14:52:01 +02:00
J0WI
9275e962b1 Drop PHP 7.3 2022-03-29 18:36:13 +02:00
J0WI
741b76cca5 Update to memcached 3.2.0 and redis 5.3.7 2022-03-29 18:31:51 +02:00
Harald Leithner
d758ff20c3
Merge pull request #137 from joomla-docker/staging
Update images of Joomla!
2022-02-15 15:44:25 +01:00
94faec5bbf
Removes libmcrypt-dev from all images. 2022-02-15 16:06:45 +02:00
15b8346ec6
Removes mcrypt from all Joomla 4.1 images. 2022-02-15 15:44:04 +02:00
f597ccb334
Removes Mcrypt from Dockerfile.template when not Joomla 3.10. 2022-02-15 15:42:55 +02:00
003213c2d1
Adds PHP v8.1 to Joomla v4.1.0. Updated Redis to v5.3.6. Removed Mcrypt from Joomla v4.1 containers. 2022-02-15 15:13:31 +02:00
0e251ad863
Updated the Dockerfile.template to 4.1 2022-02-15 14:35:50 +02:00
335a8cbae3
Update images of Joomla! 3.10.5 to 3.10.6 2022-02-15 14:26:39 +02:00
4137d12d65
Update version of Joomla! 3.10.5 to 3.10.6 2022-02-15 14:25:46 +02:00
2b10924559
Update images of Joomla! 4.0.6 to 4.1.0 2022-02-15 14:24:30 +02:00
c062960941
Update version of Joomla! 4.0.6 to 4.1.0 2022-02-15 14:22:53 +02:00
66e04002a2
Moves user check into Apache usecase. 2022-01-20 14:14:55 +02:00
6b42540f50
Update images of Joomla! with user options added. 2022-01-18 19:26:04 +02:00
e49b190a70
Adds option to set the user_ID and user_group_ID for apache images. 2022-01-18 18:13:53 +02:00
58b776e440
Adds check to make sure the JOOMLA_DB_PASSWORD_FILE is set before trying to check if the path exist. 2022-01-18 18:02:00 +02:00
05d90f450c
Update images of Joomla! 4.0.5 to 4.0.6 2022-01-18 17:57:42 +02:00
f6295936a7
Update version of Joomla! 4.0.5 to 4.0.6 2022-01-18 17:56:22 +02:00
3510137d01
Update images of Joomla! 3.10.4 to 3.10.5 2022-01-18 17:55:31 +02:00
785ffd312f
Update version of Joomla! 3.10.4 to 3.10.5 2022-01-18 17:54:15 +02:00