32
3
mirror of https://github.com/joomla-docker/docker-joomla.git synced 2024-06-27 01:23:28 +00:00
Commit Graph

241 Commits

Author SHA1 Message Date
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
7c36233ed3
Fix typo in README 2021-12-15 00:09:50 +02:00
786a6f3236
Update images of Joomla! 4.0.4 to 4.0.5 2021-12-14 23:58:07 +02:00
cf64584974
Update version of Joomla! 4.0.4 to 4.0.5 2021-12-14 23:57:27 +02:00
3f0da93150
Update images of Joomla! 3.10.3 to 3.10.4 2021-12-14 23:56:32 +02:00
4bca8f281a
Update version of Joomla! 3.10.3 to 3.10.4 2021-12-14 23:55:36 +02:00
9eda1b6d8d
Update README with maintenance and contribution information. 2021-12-14 23:54:00 +02:00
Benedikt Neumayr
0dd714aae6
Added php intl extension and dependencies (#129)
* Added php intl extension and dependencies
2021-10-31 02:25:31 +02:00
5d8f256aa1
Update Joomla to 3.10.3 and 4.0.4 (#130)
* Update Joomla versions to 3.10.3 and 4.0.4

* Update Joomla images to 3.10.3 and 4.0.4
2021-10-26 13:14:40 +02:00
J0WI
977220634a APCu 5.1.21 2021-10-07 12:02:41 +02:00
54a82e4b7e
Update images of Joomla! 4.0.2 to 4.0.3 2021-09-14 11:11:31 +02:00
f87bc00fec
Update version of Joomla! 4.0.2 to 4.0.3 2021-09-14 11:10:48 +02:00
f36a82a923
Update images of Joomla! 3.10.1 to 3.10.2 2021-09-14 11:10:17 +02:00
4bc3c7bc01
Update version of Joomla! 3.10.1 to 3.10.2 2021-09-14 11:07:49 +02:00
2c56389172
fixed a2enmod rewrite 2021-08-28 22:59:43 +02:00
44935d6b2b
adds the verfy templating workflow 2021-08-26 15:32:42 +02:00
ee137cbaeb
changes the whole generate-stackbrew-library.sh to now make use of the new versions.json architecture 2021-08-26 15:21:30 +02:00
1504169114
adds all the new folders and docker image files 2021-08-26 15:16:55 +02:00
7e756fcc51
adds the maintainers.json 2021-08-26 15:16:03 +02:00
8a35ac18e3
changes the update file to now run the versions.sh and apply-templates.sh on update 2021-08-26 15:11:58 +02:00
44e24ec290
adds the new versions-helper file untill we have a better API 2021-08-26 15:11:07 +02:00
6bbb8ab702
adds the new apply-templates script 2021-08-26 15:10:39 +02:00
0131227c48
adds the new versions builder script 2021-08-26 15:09:33 +02:00
19a8746d16
adds the new docker template 2021-08-26 15:09:00 +02:00
48a88773c2
removed the old docker templates 2021-08-26 15:08:24 +02:00
14dc1b8a61
adds gitignore for jq and other 2021-08-26 15:07:21 +02:00
11062e066d
removes the old file structure of the images 2021-08-24 13:06:57 +02:00
Tobias Zulauf
63ec2e3ad4
Merge pull request #123 from zero-24/3101
Joomla 3.10.1
2021-08-24 09:33:12 +02:00
zero-24
4f73d3abf8
fix hashes 2021-08-23 22:40:03 +02:00
zero-24
758ea8d0de
hashes updated 2021-08-22 19:33:16 +02:00
zero-24
c9a60560a2
use .tar.bz2 hash 2021-08-22 18:17:50 +02:00
zero-24
654d1fa8f4
update hashes 2021-08-22 17:59:47 +02:00
zero-24
7897ca62df
Joomla 3.10.1 2021-08-22 17:02:34 +02:00