Skip to content

Commit

Permalink
EWPP-516: Update docker php image.
Browse files Browse the repository at this point in the history
  • Loading branch information
22Alexandra committed Nov 16, 2020
1 parent 2fb594a commit aebdada
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ workspace:

services:
web:
image: fpfis/httpd-php-ci:${PHP_VERSION}
image: registry.fpfis.eu/fpfis/httpd-php:${PHP_VERSION}
environment:
- DOCUMENT_ROOT=/test/task-runner

pipeline:
composer-install-lowest:
group: prepare
image: fpfis/httpd-php-ci:${PHP_VERSION}
image: registry.fpfis.eu/fpfis/httpd-php:${PHP_VERSION}
volumes:
- /cache:/cache
commands:
Expand All @@ -25,7 +25,7 @@ pipeline:

composer-install-highest:
group: prepare
image: fpfis/httpd-php-ci:${PHP_VERSION}
image: registry.fpfis.eu/fpfis/httpd-php:${PHP_VERSION}
volumes:
- /cache:/cache
commands:
Expand All @@ -36,20 +36,20 @@ pipeline:

grumphp:
group: test
image: fpfis/httpd-php-ci:${PHP_VERSION}
image: registry.fpfis.eu/fpfis/httpd-php:${PHP_VERSION}
commands:
- ./vendor/bin/grumphp run

phpunit:
group: test
image: fpfis/httpd-php-ci:${PHP_VERSION}
image: registry.fpfis.eu/fpfis/httpd-php:${PHP_VERSION}
commands:
- ./vendor/bin/phpunit

matrix:
PHP_VERSION:
- 7.2
- 7.3
- 7.2-ci
- 7.3-ci
COMPOSER_BOUNDARY:
- lowest
- highest
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '2'
services:
web:
image: fpfis/httpd-php-dev:7.3
image: registry.fpfis.eu/fpfis/httpd-php:7.3-dev
working_dir: /var/www/html
ports:
- 8080:8080
Expand Down

0 comments on commit aebdada

Please sign in to comment.