74 Commits

Author SHA1 Message Date
GitHub Workflow
7cb52f5dfa Update roundcube version (via update.sh) 2026-02-09 03:20:04 +00:00
GitHub Workflow
c9f58f9a0e Update roundcube version (via update.sh) 2025-12-15 02:26:55 +00:00
Pablo Zmdl
0aca62896e Fix letter case mismatch
Docker complains about it, which pollutes the logs.
2025-06-11 16:30:43 +02:00
Pablo Zmdl
457d3b02f3 Use PHP v8.4 in all main images 2025-06-11 16:30:43 +02:00
Matwey V. Kornilov
7c21c3bac7 Allow ldap-sasl for php-ldap
Prepare to support improvements introduced in 7d13b337db
2025-06-04 11:23:18 +00:00
GitHub Workflow
d578af8e6e Update roundcube version (via update.sh) 2025-06-02 02:22:06 +00:00
GitHub Workflow
b8619009c2 Update roundcube version (via update.sh) 2025-04-25 07:44:55 +00:00
Pablo Zmdl
3d893e9f0f Fix non-root-images RC 1.7.x
Previously the Apache was using /var/www/html as docroot, because the
VirtualHost was matching port 80 only.
2025-04-22 17:29:10 +02:00
Thomas B.
ef4b8cc59e
feat: build non-root image variants (#310)
Adds an additional stage to the Dockerfile to create images with default user www-data.
The apache webserver listens on unprivileged port 8000 instead of 80.
Publish all variants with an additional tag ending in `-nonroot` for distinction.

Refs: #306
2025-04-15 21:46:17 +02:00
GitHub Workflow
03b7347d17 Update roundcube version (via update.sh) 2025-03-24 17:06:37 +00:00
Pablo Zmdl
98688cfe81
Merge pull request #321 from roundcube/public_html
Make HTTP daemons use public_html/ as document root
2025-02-25 12:25:08 +01:00
Pablo Zmdl
f04a3820bd Make HTTP daemons use public_html/ as document root
To protect files outside of the document root against unauthorized
access.
This is possible and recommended since a while, and will be required for
Roundcubemail v1.7.
2025-02-13 11:21:52 +01:00
GitHub Workflow
e4677f1d5c Update roundcube version (via update.sh) 2025-02-11 01:52:11 +00:00
Pablo Zmdl
3ee7dd81fe Make apt not ask on upgrade 2025-01-14 08:51:45 +01:00
Pablo Zmdl
6f2a428001
Merge pull request #291 from roundcube/keep-php-headers 2024-12-06 13:33:42 +01:00
Pablo Zmdl
786488db93
Merge pull request #293 from roundcube/changes-from-update.sh 2024-12-03 19:28:11 +01:00
Pablo Zmdl
f1bba7fd15 Keep PHP header files
They might be required by other packages that people building derived
container images might want to install.
2024-12-03 12:38:15 +01:00
GitHub Workflow
ea25ca34a3 Update roundcube version (via update.sh) 2024-12-02 18:42:35 +00:00
Pablo Zmdl
7592a0599b Update packages in images
This should be done by the upstream images, but currently they don't.

And rather than getting into problems due to outdated packages, we take
matters in our own hands.
2024-11-20 15:53:35 +01:00
William Desportes
a1aab3c0e9
Improve the docker layers (#251)
* Improve build layers
* Switch latest commit of wait-for-it.sh to avoid a security bug
* Drop dirmngr ipv6 workaround
* Use the same build process on Alpine for php extensions
* Remove ldd check for Alpine
* Move COPY before source and indent using tabs
* Add a .editorconfig to make templates show up as Dockerfile
2024-11-07 22:53:20 +01:00
Marc
fbb90ec4bb
Add image source label to dockerfiles (#269) 2024-10-27 21:51:10 +01:00
GitHub Workflow
3deedba4c9 Update roundcube version (via update.sh) 2024-09-02 01:48:56 +00:00
GitHub Workflow
ede161772d Update roundcube version (via update.sh) 2024-08-04 19:38:51 +00:00
GitHub Workflow
d3d5c6842c Update roundcube version (via update.sh) 2024-05-19 20:20:37 +00:00
GitHub Workflow
04d597714f Update roundcube version (via update.sh) 2024-01-21 01:39:30 +00:00
GitHub Workflow
28069c0316 Update roundcube version (via update.sh) 2023-11-06 01:31:12 +00:00
GitHub Workflow
5aaa6f7270 Update roundcube version (via update.sh) 2023-10-17 11:04:54 +00:00
GitHub Workflow
ce1e192380 Runs update.sh 2023-09-18 21:08:56 +00:00
William Desportes
5ad2eaa339
Fix dynamic libraries loading (#226)
Fixes: #224

Ref: 87bbb8dd8f
Ref: da4b8f273a
2023-08-01 23:39:02 +02:00
Thomas Bruederli
d4113104aa Update roundcube version 1.6.2 2023-07-20 23:30:36 +02:00
Thomas B
c744ce9dc7
Add unzip binary + separate actions to test and publish (#209)
* Include unzip package to avoid composer warnings
* Separate actions to test and publish
* Exclude builds on changes to README.md and examples
2023-03-12 22:40:22 +01:00
Thomas Bruederli
323e25a285 Release version 1.6.1
Fixes #204
2023-02-03 21:34:04 +01:00
Thomas Bruederli
0296150d29 Release version 1.6.0 2022-07-28 22:53:34 +02:00
Thomas Bruederli
637ddcbd18 Update to version 1.5.3 2022-06-30 21:49:37 +02:00
Thomas Bruederli
9c31f3fc7e Remove volume declarations (#142)
... and document recommended mount mounts in README
2022-06-13 22:54:14 +02:00
Thomas Bruederli
23a3d1c1da Add --chmod option to apache and fpm-alpine variants 2022-04-24 22:57:22 +02:00
Thomas Bruederli
2672a50f1c improve DB init/update to avoid false error messages 2022-03-06 22:00:15 +01:00
Thomas Bruederli
6e8e816179 Update to version 1.5.2 2021-12-30 23:01:09 +01:00
Thomas Bruederli
b241aa21f4 Add libldap-common as it lacks in latest php base images (#160) 2021-12-23 21:58:36 +01:00
Thomas Bruederli
f5798d3cec Update to version 1.5.1 2021-11-28 20:55:10 +01:00
Brad Dutton
fe4d5fc2df add redis support to PHP 2021-11-12 21:48:34 +01:00
Thomas Bruederli
08fa041812 configure gd extension with freetype + jpeg (#137) 2021-11-01 22:03:51 +01:00
Thomas Bruederli
b3292221e8 Use local aspell/pspell as default spell check engine
Install additional aspell dicts specified with ROUNDCUBEMAIL_ASPELL_DICTS on container start.

Introduce ROUNDCUBEMAIL_SPELLCHECK_URI env var to use remote spell check API.
2021-10-27 22:33:01 +02:00
Thomas Bruederli
bd8131aab0 Update to version 1.5.0 2021-10-27 22:33:01 +02:00
William Desportes
c65e0fd09b
Install composer from composer image 2021-09-15 23:21:29 +02:00
William Desportes
b85710be9c Add some security layer on the GPG keyfetching 2021-08-06 22:16:05 +02:00
Brad Dutton
cf24a455ff enable opcache 2021-07-21 22:19:34 +02:00
Thomas Bruederli
cc3a6dbf6e Remove sks-keyservers.net; download pubkey from roundcube.net directly 2021-06-27 22:04:55 +02:00
Thomas Bruederli
d2dc000a54 Update to version 1.4.11 2021-02-08 20:57:06 +01:00
Thomas Bruederli
7294dfa8a4 Update to php:7.4 base images 2021-02-03 20:46:57 +01:00