Skip to content

Commit b18a571

Browse files
Merge the shared sources of php-apache and php-nginx images
1 parent 5e75592 commit b18a571

File tree

122 files changed

+67
-703
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

122 files changed

+67
-703
lines changed

docker-compose.yml

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,8 @@ services:
276276

277277
php71_apache:
278278
build:
279-
context: ./php-apache/
279+
context: ./php/
280+
dockerfile: Dockerfile-apache
280281
args:
281282
PHP_VERSION: 7.1
282283
image: quay.io/continuouspipe/php7.1-apache:latest
@@ -285,7 +286,8 @@ services:
285286

286287
php70_apache:
287288
build:
288-
context: ./php-apache/
289+
context: ./php/
290+
dockerfile: Dockerfile-apache
289291
args:
290292
PHP_VERSION: 7.0
291293
image: quay.io/continuouspipe/php7-apache:latest
@@ -294,7 +296,8 @@ services:
294296

295297
php56_apache:
296298
build:
297-
context: ./php-apache/
299+
context: ./php/
300+
dockerfile: Dockerfile-apache
298301
args:
299302
PHP_VERSION: 5.6
300303
image: quay.io/continuouspipe/php5.6-apache:latest
@@ -303,7 +306,8 @@ services:
303306

304307
php71_nginx:
305308
build:
306-
context: ./php-nginx/
309+
context: ./php/
310+
dockerfile: Dockerfile-nginx
307311
args:
308312
PHP_VERSION: 7.1
309313
image: quay.io/continuouspipe/php7.1-nginx:latest
@@ -312,7 +316,8 @@ services:
312316

313317
php70_nginx:
314318
build:
315-
context: ./php-nginx/
319+
context: ./php/
320+
dockerfile: Dockerfile-nginx
316321
args:
317322
PHP_VERSION: 7.0
318323
image: quay.io/continuouspipe/php7-nginx:latest
@@ -321,7 +326,8 @@ services:
321326

322327
php56_nginx:
323328
build:
324-
context: ./php-nginx/
329+
context: ./php/
330+
dockerfile: Dockerfile-nginx
325331
args:
326332
PHP_VERSION: 5.6
327333
image: quay.io/continuouspipe/php5.6-nginx:latest

php-apache/usr/local/share/container/baseimage-20.sh

Lines changed: 0 additions & 36 deletions
This file was deleted.

php-apache/usr/local/share/php/apache_functions.sh

Lines changed: 0 additions & 43 deletions
This file was deleted.

php-nginx/etc/confd/conf.d/php_env_cli.ini.toml

Lines changed: 0 additions & 6 deletions
This file was deleted.

php-nginx/etc/confd/conf.d/postfix_main.cf.toml

Lines changed: 0 additions & 6 deletions
This file was deleted.

php-nginx/etc/confd/conf.d/postfix_sasl_passwd.toml

Lines changed: 0 additions & 6 deletions
This file was deleted.

php-nginx/etc/confd/conf.d/supervisor_postfix.conf.toml

Lines changed: 0 additions & 7 deletions
This file was deleted.

php-nginx/etc/confd/conf.d/tideways.ini.toml

Lines changed: 0 additions & 6 deletions
This file was deleted.

php-nginx/etc/confd/conf.d/xdebug.ini.toml

Lines changed: 0 additions & 6 deletions
This file was deleted.

php-nginx/etc/confd/templates/php/env.ini.tmpl

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)