Commit Graph

101 Commits (master)
 

Author SHA1 Message Date
mashirozx e6302859f4 add arm image 2022-05-13 01:57:30 +08:00
mashirozx f05153fc65 Add php 7 image build workflow 2021-11-10 14:25:18 +08:00
Tim de Pater df1a00c979
Replace old PHP7 example with PHP8 2021-10-07 21:37:35 +02:00
Tim de Pater 6a440c890f
Fix incorrect repository 2021-10-07 21:24:03 +02:00
Tim de Pater 1c140e8245
Update nginx version in badge 2021-10-07 21:09:30 +02:00
Tim de Pater a41ad3100f
Automatically update the description on Docker Hub 2021-10-07 21:06:54 +02:00
Tim de Pater 68d8df88dc
Improving multi-platform support 2021-10-07 20:59:08 +02:00
Tim de Pater 61f31882ce
Merge pull request #75 from TrafeX/multi-arch-builds
Add multi-arch Docker builds
2021-10-07 20:54:09 +02:00
Tim de Pater 1bf1f811ff
Introduce multi-arch builds with Docker buildx 2021-10-07 20:51:33 +02:00
Tim de Pater 70b353a097
Add security documentation 2021-09-25 07:41:45 +02:00
Tim de Pater 23d5674a3a
Add contributing documentation 2021-09-25 07:41:30 +02:00
Tim de Pater 9365423d74
Added goal of this project 2021-09-25 07:41:10 +02:00
Tim de Pater 3a38277dc8
Fix build on tag creation 2021-09-25 07:09:52 +02:00
Tim de Pater da76cd5f6b
Merge pull request #68 from TrafeX/migrate-github-actions
Migrate builds to GitHub Actions
2021-07-25 17:16:41 +02:00
Tim de Pater 16df3f80fc
Migrate builds to GitHub Actions 2021-07-25 09:45:28 +02:00
Tim de Pater a58dccfd64
Upgraded to Alpine Linux 3.14 2021-07-04 20:47:14 +02:00
Tim de Pater 2102c58220
Merge pull request #60 from maggie0002/patch-1
Format Dockerfile using Docker's conventions
2021-05-22 08:14:45 +02:00
Tim de Pater 4689e12a6a
Create symlink to php 2021-05-17 13:03:59 +02:00
maggie0002 9c6624e118
Format Dockerfile using Docker's conventions
Sort multi-line arguments:
https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#sort-multi-line-arguments

LABEL:
https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#label
2021-05-14 10:51:52 -07:00
Tim de Pater dab1e6766f
Switch to trafex/php-nginx repository 2021-04-21 00:01:29 +02:00
Tim de Pater 8f3920f3f9
Upgrade to PHP8.0 2021-04-13 22:43:03 +02:00
Tim de Pater f67cc5755a
Upgraded Alpine Linux to 3.13 2021-01-18 17:23:07 +01:00
Tim de Pater a866db2f37
Let nginx determine the amount of worker processes based on the number of CPU's 2020-12-15 10:25:52 +01:00
Tim de Pater 27c9f325b0
Merge pull request #49 from Jakobu5/https-patch-1
Update Link to https
2020-10-07 22:45:27 +02:00
Jakobu5 62e6509ab0
Update Link to https 2020-08-18 08:32:40 +02:00
Tim de Pater 58eddb0f7f
Merge pull request #42 from erseco/upstream-upgrade-alpine
Upgraded Alpine to 3.12
2020-06-18 17:34:46 +02:00
Ernesto Serrano 785b15f393 Fixed Label in Dockerfile 2020-06-18 17:16:07 +02:00
Ernesto Serrano 9f3f63d0a9 Upgraded alpine to 3.12 2020-06-16 18:17:37 +02:00
Tim de Pater a9b19696cd
Merge pull request #40 from fagiani/master
Move defaults removal to upper layer
2020-06-12 16:19:03 +02:00
Paulo Fagiani d972e69341 Move defaults removal to upper layer 2020-06-10 22:24:55 -03:00
Tim de Pater be1b70deb6
Merge pull request #38 from sochi/composer-hints
Add a better example for usage with Composer
2020-06-03 15:55:14 +02:00
sochi 42af959fa1 Add better example for usage with Composer 2020-06-02 13:01:37 +02:00
Tim de Pater 918f3905dd
Merge pull request #32 from erseco/patch-2
Enable gzip compression on nginx
2020-04-26 08:19:06 +02:00
Tim de Pater 77660648cb
Merge pull request #31 from erseco/patch-1
Add the php7-opcache package
2020-04-26 08:02:11 +02:00
Ernesto Serrano 365f521c93
Enable gzip compression on nginx
Enable the gzip compression on nginx to improve performance
2020-04-22 08:51:52 +02:00
Ernesto Serrano 19f4bf4772
Add the php7-opcache package
Added the OPcache extension to improve PHP performance.
2020-04-22 08:47:13 +02:00
Tim de Pater 772d7aeaad
Removed volume instruction 2020-04-20 21:47:16 +02:00
Tim de Pater 1780ba14fa
Upgraded to Alpine 3.11 2020-03-15 07:57:02 +01:00
Tim de Pater 61a7284615
Describe how to easily add composer. Closes #21 2020-02-09 08:32:07 +01:00
Tim de Pater 531442435d
Made the /var/www/html folder owned by nobody 2020-02-02 20:36:51 +01:00
Tim de Pater 341cc9c6b4
Describe the way to customize the configuration of Nginx and PHP 2019-11-06 08:49:51 +01:00
Tim de Pater 5fa9be019b
Don't force the PHP customizations to be the last file to load 2019-11-06 08:48:30 +01:00
Tim de Pater 775a6295aa
Added automated smoketest 2019-11-05 15:21:21 +01:00
Tim de Pater 6084df92ac
Updated README 2019-11-05 14:27:30 +01:00
Tim de Pater 9d6c40aa5a
Remove the default server config now this folder is included from nginx.conf 2019-11-05 14:27:04 +01:00
Tim de Pater 348b050138
Include other files in nginx/conf.d to allow for customization 2019-11-05 14:26:39 +01:00
Tim de Pater 373c03da2f
Write temporary files from nginx to /tmp which is writable as unprivileged user 2019-11-05 14:24:16 +01:00
Tim de Pater 95ed923068
Reformat file to remove tabs and to make it consistent 2019-11-05 13:36:53 +01:00
Tim de Pater 6a3b2f4abc
Cleanup the output of PHP-FPM when PHP throws an error 2019-08-03 14:39:52 +02:00
Tim de Pater eb6f75c47d
Added PHP session extension 2019-08-03 14:39:20 +02:00