summaryrefslogtreecommitdiffstats
path: root/Dockerfile-alpine.template
AgeCommit message (Collapse)Author
2024-03-04Add FTP module back (#2152) (#2169)J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-06-22Added entrypoint hooks for your own custom scripts (#1964)Dennis Værum
* Added entrypoint hooks for your own custom scripts Signed-off-by: Dennis Vestergaard Værum <github@varum.dk> * Small changes: - Only execute shell-scripts (mening files ending with .sh) - Sort the files before executing them, had forgotten 😅 - Added a message when a hook script finish - Added prefix arror to message to show the are related Signed-off-by: Dennis Vestergaard Værum <github@varum.dk> * Show in the search msg that it only searches for '*.sh' files Signed-off-by: Dennis Vestergaard Værum <github@varum.dk> * Fixed spelling mistake Co-authored-by: J0WI <J0WI@users.noreply.github.com> Signed-off-by: Dennis Værum <6872940+dvaerum@users.noreply.github.com> * Updated the `README.md` file Signed-off-by: Dennis Vestergaard Værum <github@varum.dk> * change from using find to using a for-loop to located the `.sh` files Signed-off-by: Dennis Vestergaard Værum <github@varum.dk> * Fix bug - that would make docker-entrypoint.sh failed, hook folders was empty Signed-off-by: Dennis Vestergaard Værum <github@varum.dk> --------- Signed-off-by: Dennis Vestergaard Værum <github@varum.dk> Signed-off-by: Dennis Værum <6872940+dvaerum@users.noreply.github.com> Co-authored-by: J0WI <J0WI@users.noreply.github.com>
2023-05-31Use no-network option (#2000)J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-05-31Add versions.json (#1995)Daniel Rudolf
* Add %%DEBIAN_VERSION%% placeholder Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de> * Replace %%BASE_DOWNLOAD_URL%% placeholder by %%DOWNLOAD_URL{_ASC}%% Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de> * Add version.json 'versions.json' contains information about the latest branches and variants. It is managed by `./update.sh`, there's no need to edit this file manually, just run `./update.sh`. Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de> * Run update.sh Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de> --------- Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2023-03-21Alpine 3.17 (#1953)J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-03-21Add sysvsem (#1952)J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-03-21Remove EOL 23 (#1951)J0WI
* Remove EOL 23 Signed-off-by: J0WI <J0WI@users.noreply.github.com> * Clenaup GMP extension installation Signed-off-by: J0WI <J0WI@users.noreply.github.com> --------- Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2023-03-01Fix for Nextcloud opcache-complainssimonmicro
2023-02-08Enable JIT (#1829)Varun Patil
Signed-off-by: Varun Patil <radialapps@gmail.com>
2022-11-15Fixes warning about svg support missing (#1789)Justin Lamp
* Include imagick in all flavours Signed-off-by: Justin Lamp <justin.lamp@netways.de> * Fix alpine imagick version Signed-off-by: Justin Lamp <justin.lamp@netways.de> * Changed alpine package to imagemagick php extension is already present, so only install imagemagick Signed-off-by: modzilla99 <justin.lamp96@gmail.com> Signed-off-by: Justin Lamp <justin.lamp@netways.de> Signed-off-by: modzilla99 <justin.lamp96@gmail.com>
2022-07-18Use $PHP_INI_DIR var (#1790)J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2022-06-30Alpine 3.16 (#1779)J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2022-04-14Revert "Add healthcheck"John Molakvoæ
2022-04-14Merge pull request #1684 from TheLastProject/feature/healthcheckJohn Molakvoæ
Add healthcheck
2022-04-13Add healthcheckSylvia van Os
This checks if status.php returns succesfully to determine if the Nextcloud instance is health. Signed-off-by: Sylvia van Os <sylvia@hackerchick.me>
2022-03-23Set recommend opcache.revalidate_freq (#1718)J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2022-03-23Increase (double) opcache string buffer size (#1702)rugk
* Increase (double) opcache string buffer size (debian) This fixes https://github.com/nextcloud/docker/issues/1692 * Increase (double) opcache string buffer size (alpine) This fixes #1692
2022-02-20doc: fix link to OpCache server doc (#1703)rugk
* doc: fix link to OpCache server doc * doc: fix link to OpCache server doc
2021-11-30Alpine 3.15 (#1643)J0WI
* Alpine 3.15 Signed-off-by: J0WI <J0WI@users.noreply.github.com> * Remove reference to 20 Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2021-06-27Alpine 3.14 (#1521)J0WI
* Update keyserver https://github.com/docker-library/faq/pull/23 * Alpine 3.14
2021-03-24Cleanup pear cache (#1458)J0WI
2021-02-19Implement essential php.ini configuration via ENV (#1379)J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com> Co-Authored-By: Alexander Sosna <alexander.sosna@credativ.de> Co-Authored-By: =?UTF-8?q?Alexander=20Gr=C3=BC=C3=9Fung?= <alexander@gruessung-online.de> Co-authored-by: Alexander Sosna <alexander.sosna@credativ.de> Co-authored-by: =?UTF-8?q?Alexander=20Gr=C3=BC=C3=9Fung?= <alexander@gruessung-online.de>
2021-02-01Alpine 3.13 (#1378)J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2020-06-30Merge pull request #1161 from J0WI/alpine-3.12Tilo Spannagel
Upgrade Alpine to 3.12
2020-06-29Fix removing of GNUPGHOME dir (#1169)Tilo Spannagel
* Fix removing of GNUPGHOME dir Signed-off-by: Tilo Spannagel <development@tilosp.de> * Run update.sh Signed-off-by: Tilo Spannagel <development@tilosp.de>
2020-06-21Upgrade Alpine to 3.12J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2020-06-04Run update.sh (#1132)tilosp-bot
* Run update.sh Signed-off-by: tilosp-bot <git-bot@tilosp.de> * Run update.sh Signed-off-by: tilosp-bot <git-bot@tilosp.de> * Run update.sh Signed-off-by: tilosp-bot <git-bot@tilosp.de> * Add bmath for 19.0 (fix ##1122 and #1137) Signed-off-by: J0WI <J0WI@users.noreply.github.com> Co-authored-by: J0WI <J0WI@users.noreply.github.com>
2020-05-23Upgrade PHP to 7.4 for 19.0 (#1108)J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2020-01-02Upgrade Alpine to 3.1118.0.0beta4-fpm-alpine18.0.0-beta-fpm-alpine18.0-beta-fpm-alpine18-beta-fpm-alpineJ0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-10-26Add gmp php extensionMarcel Klehr
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2019-10-01Extended templates to make crontab interval dependent on the versionmscheiff
Signed-off-by: Michael Scheiffler <michael@scheiffler.at>
2019-06-30Update Alpine to 3.10 (#789)16.0.1-fpm-alpine15.0.8-fpm-alpine14.0.12-fpm-alpineJ0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-06-27Use all available cores to build PHP extensions16.0.1-fpm16.0.1-apache16.0.115.0.8-fpm15.0.8-apache15.0.814.0.12-fpm14.0.12-apache14.0.12J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-06-27Enable WEBP support in PHP's gd in debian and alpine containers (#785)Flow86
Signed-off-by: Flow86 <656249+Flow86@users.noreply.github.com>
2019-06-26Drop opcache from cli actionsJ0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-04-29Update link to current docsJ0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-02-07Update to Alpine 3.9J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-01-11Update php-memcached to 3.1.2 and APCu to 5.1.16J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2019-01-11Use PHP 7.3 for NC 15J0WI
Signed-off-by: J0WI <J0WI@users.noreply.github.com>
2018-12-12Add imagick php extensionRobert Dailey
There is a warning issued in Nextcloud 15 about 'imagick' php extension not being present. They highly recommend that it be installed. Fixes #574, fixes #263 Signed-off-by: Robert Dailey <rcdailey@gmail.com>
2018-11-15Update "gpg" invocations to use "--batch"Tilo Spannagel
See https://bugs.debian.org/913614 Signed-off-by: Tilo Spannagel <development@tilosp.de>
2018-10-01Use exclude file for the updaterTilo Spannagel
Signed-off-by: Tilo Spannagel <development@tilosp.de>
2018-09-12Add custom memory limit for PHP CLI (fix #447)14.0.0-fpm-alpine14.0.0-fpm14.0.0-apache14.0.0J0WI
2018-08-27Upgrade to alpine 3.8Tilo Spannagel
Signed-off-by: Tilo Spannagel <development@tilosp.de>
2018-08-08Merge pull request #416 from nextcloud/php-7.214.0.0beta2-fpm-alpine14.0.0beta2-fpm14.0.0beta2-apache14.0.0beta2Tilo Spannagel
Switch to php 7.2 for nextcloud 13.0 and greater
2018-08-07Remove the php module mcryptTilo Spannagel
Signed-off-by: Tilo Spannagel <development@tilosp.de>
2018-08-06Enable apcu for cli callsTilo Spannagel
Signed-off-by: Tilo Spannagel <development@tilosp.de>
2018-06-05Revert "Kill the gpg-agent"Tilo Spannagel
This reverts commit edada57b6ef380471a2ef81fdc1b487bd56c9c27.
2018-06-05Adjust gpg code to kill daemons, cutting down on race conditionsJ0WI
2018-06-04Kill the gpg-agentTilo Spannagel
Signed-off-by: Tilo Spannagel <development@tilosp.de>