Skip to content

Commit 72023e4

Browse files
committed
Update drupal and drupal/php images to 4.2.2
1 parent 3ca20a5 commit 72023e4

Some content is hidden

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

50 files changed

+25
-888
lines changed

.env

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -34,24 +34,24 @@ MARIADB_TAG=10.2-3.1.2
3434
### --- VANILLA DRUPAL ----
3535
### [DRUPAL_VERSION]-[PHP_VERSION]-[STABILITY_TAG]
3636

37-
DRUPAL_TAG=8-7.1-4.2.0
38-
#DRUPAL_TAG=8-7.0-4.2.0
39-
#DRUPAL_TAG=7-7.1-4.2.0
40-
#DRUPAL_TAG=7-7.0-4.2.0
41-
#DRUPAL_TAG=7-5.6-4.2.0
42-
#DRUPAL_TAG=6-5.6-4.2.0
43-
#DRUPAL_TAG=6-5.3-4.2.0
37+
DRUPAL_TAG=8-7.1-4.2.2
38+
#DRUPAL_TAG=8-7.0-4.2.2
39+
#DRUPAL_TAG=7-7.1-4.2.2
40+
#DRUPAL_TAG=7-7.0-4.2.2
41+
#DRUPAL_TAG=7-5.6-4.2.2
42+
#DRUPAL_TAG=6-5.6-4.2.2
43+
#DRUPAL_TAG=6-5.3-4.2.2
4444

4545
### --- PHP ----
4646

47-
PHP_TAG=7.1-dev-4.2.1
48-
#PHP_TAG=7.0-dev-4.2.1
49-
#PHP_TAG=5.6-dev-4.2.1
50-
#PHP_TAG=5.3-dev-4.2.1
51-
#PHP_TAG=7.1-dev-macos-4.2.1
52-
#PHP_TAG=7.0-dev-macos-4.2.1
53-
#PHP_TAG=5.6-dev-macos-4.2.1
54-
#PHP_TAG=5.3-dev-macos-4.2.1
47+
PHP_TAG=7.1-dev-4.2.2
48+
#PHP_TAG=7.0-dev-4.2.2
49+
#PHP_TAG=5.6-dev-4.2.2
50+
#PHP_TAG=5.3-dev-4.2.2
51+
#PHP_TAG=7.1-dev-macos-4.2.2
52+
#PHP_TAG=7.0-dev-macos-4.2.2
53+
#PHP_TAG=5.6-dev-macos-4.2.2
54+
#PHP_TAG=5.3-dev-macos-4.2.2
5555

5656
### --- NGINX ----
5757
### [DRUPAL_VERSION]-[NGINX_VERSION]-[STABILITY_TAG]

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ DRUPAL_VER ?= 8
66
PHP_VER ?= 7.1
77

88
test:
9-
cd ./test/$(DRUPAL_VER)/$(PHP_VER) && ./run
9+
cd ./test/$(DRUPAL_VER) && PHP_VER=$(PHP_VER) ./run

test/6/5.3/.env renamed to test/6/.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ DB_DRIVER=mysql
77

88
MARIADB_TAG=10.2-3.1.2
99
MEMCACHED_TAG=1.4-2.0.0
10-
1110
NGINX_TAG=6-1.13-4.0.2
12-
DRUPAL_TAG=6-5.3-4.2.0
11+
12+
DRUPAL_STABILITY_TAG=4.2.2

test/6/5.6/.env

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

test/6/5.6/docker-compose.yml

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

test/6/5.6/run

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

test/6/5.6/test.settings.php

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

test/6/5.6/tests

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

test/6/5.3/docker-compose.yml renamed to test/6/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ services:
1010
MYSQL_PASSWORD: $DB_PASSWORD
1111

1212
php:
13-
image: wodby/drupal:$DRUPAL_TAG
13+
image: wodby/drupal:6-$PHP_VER-$DRUPAL_STABILITY_TAG
1414
environment:
1515
# To skip auto init.
1616
WODBY_APP_NAME: drupal
File renamed without changes.
File renamed without changes.
File renamed without changes.

test/7/7.1/.env renamed to test/7/.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ DB_DRIVER=mysql
88
MARIADB_TAG=10.2-3.1.2
99
REDIS_TAG=4.0-2.1.5
1010
VARNISH_TAG=4.1-2.3.0
11-
1211
NGINX_TAG=7-1.13-4.0.2
1312
SOLR_TAG=7-5.4-2.3.0
14-
DRUPAL_TAG=7-7.1-4.2.0
13+
14+
DRUPAL_STABILITY_TAG=4.2.2

test/7/5.6/.env

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

test/7/7.0/.env

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

test/7/7.0/docker-compose.yml

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

test/7/7.0/feature_search_api_solr/feature_search_api_solr.features.inc

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

test/7/7.0/feature_search_api_solr/feature_search_api_solr.info

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

test/7/7.0/feature_search_api_solr/feature_search_api_solr.module

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

test/7/7.0/test.settings.php

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

0 commit comments

Comments
 (0)