mirror of
				https://github.com/mashirozx/docker-php-nginx.git
				synced 2025-05-29 01:49:24 +08:00 
			
		
		
		
	Upgraded Alpine Linux to 3.13
This commit is contained in:
		
							parent
							
								
									a866db2f37
								
							
						
					
					
						commit
						f67cc5755a
					
				@ -1,6 +1,6 @@
 | 
			
		||||
FROM alpine:3.12
 | 
			
		||||
FROM alpine:3.13
 | 
			
		||||
LABEL Maintainer="Tim de Pater <code@trafex.nl>" \
 | 
			
		||||
      Description="Lightweight container with Nginx 1.18 & PHP-FPM 7.3 based on Alpine Linux."
 | 
			
		||||
      Description="Lightweight container with Nginx 1.18 & PHP 7.4 based on Alpine Linux."
 | 
			
		||||
 | 
			
		||||
# Install packages and remove default server definition
 | 
			
		||||
RUN apk --no-cache add php7 php7-fpm php7-opcache php7-mysqli php7-json php7-openssl php7-curl \
 | 
			
		||||
 | 
			
		||||
@ -1,5 +1,5 @@
 | 
			
		||||
# Docker PHP-FPM 7.3 & Nginx 1.18 on Alpine Linux
 | 
			
		||||
Example PHP-FPM 7.3 & Nginx 1.18 setup for Docker, build on [Alpine Linux](https://www.alpinelinux.org/).
 | 
			
		||||
# Docker PHP-FPM 7.4 & Nginx 1.18 on Alpine Linux
 | 
			
		||||
Example PHP-FPM 7.4 & Nginx 1.18 setup for Docker, build on [Alpine Linux](https://www.alpinelinux.org/).
 | 
			
		||||
The image is only +/- 35MB large.
 | 
			
		||||
 | 
			
		||||
Repository: https://github.com/TrafeX/docker-php-nginx
 | 
			
		||||
@ -7,7 +7,7 @@ Repository: https://github.com/TrafeX/docker-php-nginx
 | 
			
		||||
 | 
			
		||||
* Built on the lightweight and secure Alpine Linux distribution
 | 
			
		||||
* Very small Docker image size (+/-35MB)
 | 
			
		||||
* Uses PHP 7.3 for better performance, lower CPU usage & memory footprint
 | 
			
		||||
* Uses PHP 7.4 for better performance, lower CPU usage & memory footprint
 | 
			
		||||
* Optimized for 100 concurrent users
 | 
			
		||||
* Optimized to only use resources when there's traffic (by using PHP-FPM's on-demand PM)
 | 
			
		||||
* The servers Nginx, PHP-FPM and supervisord run under a non-privileged user (nobody) to make it more secure
 | 
			
		||||
@ -18,7 +18,7 @@ Repository: https://github.com/TrafeX/docker-php-nginx
 | 
			
		||||
[](https://hub.docker.com/r/trafex/alpine-nginx-php7/)
 | 
			
		||||
[](https://microbadger.com/images/trafex/alpine-nginx-php7)
 | 
			
		||||

 | 
			
		||||

 | 
			
		||||

 | 
			
		||||

 | 
			
		||||
 | 
			
		||||
### Breaking changes (26/01/2019)
 | 
			
		||||
 | 
			
		||||
@ -1,3 +1,3 @@
 | 
			
		||||
#!/usr/bin/env sh
 | 
			
		||||
apk --no-cache add curl
 | 
			
		||||
curl --silent --fail http://app:8080 | grep 'PHP 7.3'
 | 
			
		||||
curl --silent --fail http://app:8080 | grep 'PHP 7.4'
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user