Skip to content

Commit

Permalink
Upgrade to php 8, tag 4 of dcycle/browsertesting, and workaround for d…
Browse files Browse the repository at this point in the history
  • Loading branch information
alberto56 committed Apr 28, 2022
1 parent ffafb35 commit 4111425
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-drupal9
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM dcycle/drupal:9
FROM dcycle/drupal:9php8

# Make sure opcache is disabled during development so that our changes
# to PHP are reflected immediately.
Expand Down
2 changes: 1 addition & 1 deletion scripts/end-to-end-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ docker run -e DRUPALUSER=admin -e DRUPALPASS="$PASS" --rm -v "$(pwd)"/tests/brow
--network entity_inherit_default \
-v "$(pwd)"/do-not-commit/screenshots:/artifacts/screenshots \
-v "$(pwd)"/do-not-commit/dom-captures:/artifacts/dom-captures \
dcycle/browsertesting:3
dcycle/browsertesting:4
2 changes: 1 addition & 1 deletion scripts/lib/docker-resources/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ do
fi
done

drush si -y --db-url "mysqli://root:drupal@mysql/drupal" standard
drush si -y --db-url "mysql://root:drupal@mysql/drupal" standard
cat /var/www/html/modules/custom/entity_inherit/scripts/lib/docker-resources/dev-settings.txt >> /var/www/html/sites/default/settings.php

drush en -y \
Expand Down
2 changes: 1 addition & 1 deletion scripts/uuid.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
#
set -e

docker run --rm dcycle/drupal:9 /bin/bash -c 'cat /proc/sys/kernel/random/uuid'
docker run --rm dcycle/drupal:9php8 /bin/bash -c 'cat /proc/sys/kernel/random/uuid'

0 comments on commit 4111425

Please sign in to comment.