2
3
mirror of https://github.com/octoleo/docker-joomla.git synced 2024-06-02 14:30:47 +00:00
Commit Graph

306 Commits

Author SHA1 Message Date
J0WI
ef73b7df0a Upgrade PECL extensions 2023-11-15 00:01:16 +01:00
05096f8ae6
Fixed aliases 2023-10-18 12:18:03 +02:00
8cac4ff7ae
Adds Joomla 5.0.0 and 4.4.0 Removes Joomla 5.0.beta and 4.4.beta. 2023-10-18 11:56:58 +02:00
dc5b2b8442
Adds Joomla 5.0.rc and 4.4.rc. Removes Joomla 5.0.beta and 4.4.beta. 2023-10-03 19:34:34 +02:00
98ed77593e
Adds auto deploy of the official images. gh-163 2023-09-20 08:57:30 +02:00
32a8ac51fa
Update Joomla 5.0 and 4.4 Beta Images 2023-09-19 19:36:13 +02:00
dc4fd864b3
Adds Joomla 5.0.beta and 4.4.beta. Removes Joomla 5.0.alpha and 4.4.alpha. 2023-09-05 21:12:35 +02:00
f9a16bcbd8
Update Joomla 4.3.3 to 4.3.4 2023-08-23 06:53:04 +02:00
0e00ac6f0b
Update Joomla 5.0 and 4.4 Alpha Images 2023-08-23 06:50:06 +02:00
ece58436e3
Update Joomla 5.0 and 4.4 Alpha Images 2023-08-16 09:30:26 +02:00
1a5f3a19ac
Update Joomla 4.3.2 to 4.3.3 Images 2023-07-11 19:22:31 +02:00
0505f68923
Update Joomla 4.3.2 to 4.3.3 Version 2023-07-11 19:21:19 +02:00
a125bc71e8
Update Joomla 3.10.11 to 3.10.12 Images 2023-07-11 19:07:57 +02:00
567497a07a
Update Joomla 3.10.11 to 3.10.12 Version 2023-07-11 19:05:11 +02:00
052a38d620
Update Joomla 5.0 and 4.4 Alpha Images 2023-07-03 07:34:12 +02:00
5c118d93f5
Fixed APCu version (typo) 2023-05-30 22:39:25 +02:00
c83dfeda66
Adds Joomla 5.0.alpha to images 2023-05-30 22:02:04 +02:00
869c8d0fcd
Adds Joomla 4.4.alpha to images 2023-05-30 21:57:03 +02:00
d1f0213928
Adds PHP8.2 to Joomla 4.3 Images 2023-05-30 21:50:41 +02:00
eaf2304257
Update images of Joomla! 4.3.1 to 4.3.2 2023-05-30 18:31:30 +02:00
32b96700a5
Update version of Joomla! 4.3.1 to 4.3.2 2023-05-30 18:30:18 +02:00
efba6bb87e
Remove the 4.2 build. Update version of Joomla! 4.2.9 to 4.3.1 2023-05-02 19:39:23 +02:00
cf7f1e8d33
Updated all images with pgsql compatibility #42 2023-03-31 15:09:56 +02:00
84876534d1
Adds pgsql compatibility #42 2023-03-31 15:08:53 +02:00
f03a7cf528
Update images of Joomla! 4.2.8 to 4.2.9 2023-03-14 22:11:30 +02:00
6d15480b4c
Update version of Joomla! 4.2.8 to 4.2.9 2023-03-14 22:10:54 +02:00
fe656496dc
Update images of Joomla! 4.2.7 to 4.2.8 2023-02-16 19:56:42 +02:00
22e1f15356
Update version of Joomla! 4.2.7 to 4.2.8 2023-02-16 19:55:54 +02:00
da5a91d2d4
Update images of Joomla! 4.2.6 to 4.2.7 2023-02-02 13:06:46 +02:00
8e7db18be3
Update version of Joomla! 4.2.6 to 4.2.7 2023-02-02 13:05:48 +02:00
935f419c92
Update images of Joomla! 4.2.5 to 4.2.6 2022-12-13 20:27:57 +02:00
618883137f
Update version of Joomla! 4.2.5 to 4.2.6 2022-12-13 20:26:57 +02:00
81927626ee
Removes PHP 7.4 2022-12-13 20:25:53 +02:00
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