File tree Expand file tree Collapse file tree 15 files changed +22
-20
lines changed Expand file tree Collapse file tree 15 files changed +22
-20
lines changed Original file line number Diff line number Diff line change 1
- # from https://www.drupal.org/requirements/php#drupalversions
1
+ # from https://www.drupal.org/docs/8/system- requirements/drupal-8- php-requirements
2
2
FROM php:7.0-apache
3
3
4
4
# install the PHP extensions we need
Original file line number Diff line number Diff line change 1
- # from https://www.drupal.org/requirements/php#drupalversions
1
+ # from https://www.drupal.org/docs/8/system- requirements/drupal-8- php-requirements
2
2
FROM php:7.0-fpm-alpine
3
3
4
4
# install the PHP extensions we need
Original file line number Diff line number Diff line change 1
- # from https://www.drupal.org/requirements/php#drupalversions
1
+ # from https://www.drupal.org/docs/8/system- requirements/drupal-8- php-requirements
2
2
FROM php:7.0-fpm
3
3
4
4
# install the PHP extensions we need
Original file line number Diff line number Diff line change 1
- # from https://www.drupal.org/requirements/php#drupalversions
2
- FROM php:7.2 -apache
1
+ # from https://www.drupal.org/docs/8/system- requirements/drupal-8- php-requirements
2
+ FROM php:7.1 -apache
3
3
4
4
# install the PHP extensions we need
5
5
RUN set -ex; \
Original file line number Diff line number Diff line change 1
- # from https://www.drupal.org/requirements/php#drupalversions
2
- FROM php:7.2 -fpm-alpine
1
+ # from https://www.drupal.org/docs/8/system- requirements/drupal-8- php-requirements
2
+ FROM php:7.1 -fpm-alpine
3
3
4
4
# install the PHP extensions we need
5
5
# postgresql-dev is needed for https://bugs.alpinelinux.org/issues/3642
Original file line number Diff line number Diff line change 1
- # from https://www.drupal.org/requirements/php#drupalversions
2
- FROM php:7.2 -fpm
1
+ # from https://www.drupal.org/docs/8/system- requirements/drupal-8- php-requirements
2
+ FROM php:7.1 -fpm
3
3
4
4
# install the PHP extensions we need
5
5
RUN set -ex; \
Original file line number Diff line number Diff line change 1
- # from https://www.drupal.org/requirements/php#drupalversions
2
- FROM php:7.2 -apache
1
+ # from https://www.drupal.org/docs/8/system- requirements/drupal-8- php-requirements
2
+ FROM php:7.1 -apache
3
3
4
4
# install the PHP extensions we need
5
5
RUN set -ex; \
Original file line number Diff line number Diff line change 1
- # from https://www.drupal.org/requirements/php#drupalversions
2
- FROM php:7.2 -fpm-alpine
1
+ # from https://www.drupal.org/docs/8/system- requirements/drupal-8- php-requirements
2
+ FROM php:7.1 -fpm-alpine
3
3
4
4
# install the PHP extensions we need
5
5
# postgresql-dev is needed for https://bugs.alpinelinux.org/issues/3642
Original file line number Diff line number Diff line change 1
- # from https://www.drupal.org/requirements/php#drupalversions
2
- FROM php:7.2 -fpm
1
+ # from https://www.drupal.org/docs/8/system- requirements/drupal-8- php-requirements
2
+ FROM php:7.1 -fpm
3
3
4
4
# install the PHP extensions we need
5
5
RUN set -ex; \
Original file line number Diff line number Diff line change 1
- # from https://www.drupal.org/requirements/php#drupalversions
1
+ # from https://www.drupal.org/docs/8/system- requirements/drupal-8- php-requirements
2
2
FROM php:7.2-apache
3
3
4
4
# install the PHP extensions we need
Original file line number Diff line number Diff line change 1
- # from https://www.drupal.org/requirements/php#drupalversions
1
+ # from https://www.drupal.org/docs/8/system- requirements/drupal-8- php-requirements
2
2
FROM php:7.2-fpm-alpine
3
3
4
4
# install the PHP extensions we need
Original file line number Diff line number Diff line change 1
- # from https://www.drupal.org/requirements/php#drupalversions
1
+ # from https://www.drupal.org/docs/8/system- requirements/drupal-8- php-requirements
2
2
FROM php:7.2-fpm
3
3
4
4
# install the PHP extensions we need
Original file line number Diff line number Diff line change 1
- # from https://www.drupal.org/requirements/php#drupalversions
1
+ # from https://www.drupal.org/docs/8/system- requirements/drupal-8- php-requirements
2
2
FROM php:%%PHP_VERSION%%-%%VARIANT%%
3
3
4
4
# install the PHP extensions we need
Original file line number Diff line number Diff line change 1
- # from https://www.drupal.org/requirements/php#drupalversions
1
+ # from https://www.drupal.org/docs/8/system- requirements/drupal-8- php-requirements
2
2
FROM php:%%PHP_VERSION%%-%%VARIANT%%
3
3
4
4
# install the PHP extensions we need
Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ versions=( "${versions[@]%/}" )
12
12
defaultPhpVersion=' 7.2'
13
13
declare -A phpVersions=(
14
14
[7]=' 7.0'
15
+ [8.3]=' 7.1'
16
+ [8.4]=' 7.1'
15
17
)
16
18
17
19
curl -fsSL ' https://www.drupal.org/node/3060/release' -o release
You can’t perform that action at this time.
0 commit comments