Add the base docker image to w3c context validation tests (#673)
Use the base docker image in the docker-compose file of the W3C context validation tests to speed up the test set up
This commit is contained in:
parent
25cfcfb6e9
commit
85282b5af4
|
|
@ -1,10 +1,12 @@
|
|||
version: '3.7'
|
||||
services:
|
||||
php:
|
||||
user: root
|
||||
build:
|
||||
context: .
|
||||
dockerfile: docker/Dockerfile
|
||||
image: ghcr.io/open-telemetry/opentelemetry-php/opentelemetry-php-base:${PHP_VERSION:-7.4}
|
||||
volumes:
|
||||
- ./:/usr/src/myapp
|
||||
- ./:/usr/src/open-telemetry/
|
||||
user: "${PHP_USER}:root"
|
||||
environment:
|
||||
XDEBUG_MODE: ${XDEBUG_MODE:-off}
|
||||
XDEBUG_CONFIG: ${XDEBUG_CONFIG:-''}
|
||||
|
||||
Loading…
Reference in New Issue