Skip to content

Commit

Permalink
Update drupal and drupal/php images to 4.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
csandanov committed Mar 8, 2018
1 parent 3ca20a5 commit 72023e4
Show file tree
Hide file tree
Showing 50 changed files with 25 additions and 888 deletions.
30 changes: 15 additions & 15 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -34,24 +34,24 @@ MARIADB_TAG=10.2-3.1.2
### --- VANILLA DRUPAL ----
### [DRUPAL_VERSION]-[PHP_VERSION]-[STABILITY_TAG]

DRUPAL_TAG=8-7.1-4.2.0
#DRUPAL_TAG=8-7.0-4.2.0
#DRUPAL_TAG=7-7.1-4.2.0
#DRUPAL_TAG=7-7.0-4.2.0
#DRUPAL_TAG=7-5.6-4.2.0
#DRUPAL_TAG=6-5.6-4.2.0
#DRUPAL_TAG=6-5.3-4.2.0
DRUPAL_TAG=8-7.1-4.2.2
#DRUPAL_TAG=8-7.0-4.2.2
#DRUPAL_TAG=7-7.1-4.2.2
#DRUPAL_TAG=7-7.0-4.2.2
#DRUPAL_TAG=7-5.6-4.2.2
#DRUPAL_TAG=6-5.6-4.2.2
#DRUPAL_TAG=6-5.3-4.2.2

### --- PHP ----

PHP_TAG=7.1-dev-4.2.1
#PHP_TAG=7.0-dev-4.2.1
#PHP_TAG=5.6-dev-4.2.1
#PHP_TAG=5.3-dev-4.2.1
#PHP_TAG=7.1-dev-macos-4.2.1
#PHP_TAG=7.0-dev-macos-4.2.1
#PHP_TAG=5.6-dev-macos-4.2.1
#PHP_TAG=5.3-dev-macos-4.2.1
PHP_TAG=7.1-dev-4.2.2
#PHP_TAG=7.0-dev-4.2.2
#PHP_TAG=5.6-dev-4.2.2
#PHP_TAG=5.3-dev-4.2.2
#PHP_TAG=7.1-dev-macos-4.2.2
#PHP_TAG=7.0-dev-macos-4.2.2
#PHP_TAG=5.6-dev-macos-4.2.2
#PHP_TAG=5.3-dev-macos-4.2.2

### --- NGINX ----
### [DRUPAL_VERSION]-[NGINX_VERSION]-[STABILITY_TAG]
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ DRUPAL_VER ?= 8
PHP_VER ?= 7.1

test:
cd ./test/$(DRUPAL_VER)/$(PHP_VER) && ./run
cd ./test/$(DRUPAL_VER) && PHP_VER=$(PHP_VER) ./run
4 changes: 2 additions & 2 deletions test/6/5.3/.env → test/6/.env
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ DB_DRIVER=mysql

MARIADB_TAG=10.2-3.1.2
MEMCACHED_TAG=1.4-2.0.0

NGINX_TAG=6-1.13-4.0.2
DRUPAL_TAG=6-5.3-4.2.0

DRUPAL_STABILITY_TAG=4.2.2
12 changes: 0 additions & 12 deletions test/6/5.6/.env

This file was deleted.

46 changes: 0 additions & 46 deletions test/6/5.6/docker-compose.yml

This file was deleted.

13 changes: 0 additions & 13 deletions test/6/5.6/run

This file was deleted.

17 changes: 0 additions & 17 deletions test/6/5.6/test.settings.php

This file was deleted.

21 changes: 0 additions & 21 deletions test/6/5.6/tests

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
MYSQL_PASSWORD: $DB_PASSWORD

php:
image: wodby/drupal:$DRUPAL_TAG
image: wodby/drupal:6-$PHP_VER-$DRUPAL_STABILITY_TAG
environment:
# To skip auto init.
WODBY_APP_NAME: drupal
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions test/7/7.1/.env → test/7/.env
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ DB_DRIVER=mysql
MARIADB_TAG=10.2-3.1.2
REDIS_TAG=4.0-2.1.5
VARNISH_TAG=4.1-2.3.0

NGINX_TAG=7-1.13-4.0.2
SOLR_TAG=7-5.4-2.3.0
DRUPAL_TAG=7-7.1-4.2.0

DRUPAL_STABILITY_TAG=4.2.2
14 changes: 0 additions & 14 deletions test/7/5.6/.env

This file was deleted.

14 changes: 0 additions & 14 deletions test/7/7.0/.env

This file was deleted.

61 changes: 0 additions & 61 deletions test/7/7.0/docker-compose.yml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

30 changes: 0 additions & 30 deletions test/7/7.0/test.settings.php

This file was deleted.

Loading

0 comments on commit 72023e4

Please sign in to comment.