gitlab-ci-pipeline-php icon indicating copy to clipboard operation
gitlab-ci-pipeline-php copied to clipboard

Support for MSSQL?

Open Mxrck opened this issue 6 years ago • 3 comments

Is there a way to support mssql using this image?

currently we are using your docker image for unit testing on gitlab, but we have a project that use laravel with mssql and can't find a way to configure the driver and service.

Mxrck avatar Jul 11 '18 17:07 Mxrck

hi @Mxrck I believe gitlab ci does not support mssql as a service, but you can set up an external DB and connect to it in your pipeline with right credentials.

My images do not come with pdo_sqlsrv and sqlsrv extensions but I'll be happy to add them

edbizarro avatar Jul 11 '18 19:07 edbizarro

@edbizarro Thanks in advanced, that's would be great

Mxrck avatar Jul 11 '18 23:07 Mxrck

@edbizarro I noticed the extensions were added and then commented out. Any update on this?

jrseliga avatar Mar 18 '19 18:03 jrseliga