commit
a657dce572
|
@ -16,7 +16,7 @@ DATA_SAVE_PATH=../data
|
||||||
# Applies to the Workspace and PHP-FPM containers (Does not apply to HHVM)
|
# Applies to the Workspace and PHP-FPM containers (Does not apply to HHVM)
|
||||||
# Accepted values: 71 - 70 - 56
|
# Accepted values: 71 - 70 - 56
|
||||||
|
|
||||||
PHP_VERSION=70
|
PHP_VERSION=71
|
||||||
|
|
||||||
### PHP interpreter
|
### PHP interpreter
|
||||||
# Accepted values: hhvm - php-fpm
|
# Accepted values: hhvm - php-fpm
|
||||||
|
|
|
@ -9,8 +9,10 @@
|
||||||
# To change its version, see the available Tags on the Docker Hub:
|
# To change its version, see the available Tags on the Docker Hub:
|
||||||
# https://hub.docker.com/r/laradock/php-fpm/tags/
|
# https://hub.docker.com/r/laradock/php-fpm/tags/
|
||||||
#
|
#
|
||||||
|
# Note: Base Image name format {image-tag}-{php-version}
|
||||||
|
#
|
||||||
|
|
||||||
FROM laradock/php-fpm:1.4-v5.6
|
FROM laradock/php-fpm:1.4-56
|
||||||
|
|
||||||
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
|
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
|
||||||
|
|
||||||
|
|
|
@ -9,8 +9,10 @@
|
||||||
# To change its version, see the available Tags on the Docker Hub:
|
# To change its version, see the available Tags on the Docker Hub:
|
||||||
# https://hub.docker.com/r/laradock/php-fpm/tags/
|
# https://hub.docker.com/r/laradock/php-fpm/tags/
|
||||||
#
|
#
|
||||||
|
# Note: Base Image name format {image-tag}-{php-version}
|
||||||
|
#
|
||||||
|
|
||||||
FROM laradock/php-fpm:1.4-v7.0
|
FROM laradock/php-fpm:1.4-70
|
||||||
|
|
||||||
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
|
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
|
||||||
|
|
||||||
|
|
|
@ -9,8 +9,10 @@
|
||||||
# To change its version, see the available Tags on the Docker Hub:
|
# To change its version, see the available Tags on the Docker Hub:
|
||||||
# https://hub.docker.com/r/laradock/php-fpm/tags/
|
# https://hub.docker.com/r/laradock/php-fpm/tags/
|
||||||
#
|
#
|
||||||
|
# Note: Base Image name format {image-tag}-{php-version}
|
||||||
|
#
|
||||||
|
|
||||||
FROM laradock/php-fpm:1.4-v7.1
|
FROM laradock/php-fpm:1.4-71
|
||||||
|
|
||||||
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
|
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
|
||||||
|
|
||||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -9,8 +9,10 @@
|
||||||
# To change its version, see the available Tags on the Docker Hub:
|
# To change its version, see the available Tags on the Docker Hub:
|
||||||
# https://hub.docker.com/r/laradock/workspace/tags/
|
# https://hub.docker.com/r/laradock/workspace/tags/
|
||||||
#
|
#
|
||||||
|
# Note: Base Image name format {image-tag}-{php-version}
|
||||||
|
#
|
||||||
|
|
||||||
FROM laradock/workspace:1.6
|
FROM laradock/workspace:1.7-56
|
||||||
|
|
||||||
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
|
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
|
||||||
|
|
||||||
|
|
|
@ -9,8 +9,10 @@
|
||||||
# To change its version, see the available Tags on the Docker Hub:
|
# To change its version, see the available Tags on the Docker Hub:
|
||||||
# https://hub.docker.com/r/laradock/workspace/tags/
|
# https://hub.docker.com/r/laradock/workspace/tags/
|
||||||
#
|
#
|
||||||
|
# Note: Base Image name format {image-tag}-{php-version}
|
||||||
|
#
|
||||||
|
|
||||||
FROM laradock/workspace:1.6
|
FROM laradock/workspace:1.7-70
|
||||||
|
|
||||||
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
|
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
|
||||||
|
|
||||||
|
|
|
@ -9,9 +9,10 @@
|
||||||
# To change its version, see the available Tags on the Docker Hub:
|
# To change its version, see the available Tags on the Docker Hub:
|
||||||
# https://hub.docker.com/r/laradock/workspace/tags/
|
# https://hub.docker.com/r/laradock/workspace/tags/
|
||||||
#
|
#
|
||||||
|
# Note: Base Image name format {image-tag}-{php-version}
|
||||||
|
#
|
||||||
|
|
||||||
# placeholder. Need change after new image would be built.
|
FROM laradock/workspace:1.7-71
|
||||||
FROM laradock/workspace:1.6
|
|
||||||
|
|
||||||
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
|
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue