chilio / laravel-dusk-ci

Docker Test suite for Laravel Dusk in gitlab CI
MIT License
159 stars 51 forks source link

Can you please rebuild all images to get latest ca-certificates #67

Closed alekseyp closed 2 years ago

alekseyp commented 2 years ago

LE root ca cart has expired and older, php7.4 for example, images are using older version of ca-certificates package.

Since you already have apt upgrade in your docker file - simple rebuild will fix LE issues and update ca-certificates to latest version.

Thanks.

jcalonso commented 2 years ago

Agree, this is generating the following error when running on CI:

Failed to execute git clone --mirror -- 'https://xxxxx/xxxxx/xxxxx' '/usr/local/share/composer/cache/vcs/https---xxxxx.xxxxx.xxxxx-xxxxx-xxxxx-xxxxx/'  

  Cloning into bare repository '/usr/local/share/composer/cache/vcs/https---xxxxx.xxxxx.xxxxx-xxxxx-xxxxx-xxxxx'...                                                                
  fatal: unable to access 'https://xxxxx.xxxxx.xxxxx/xxxxx/xxxxx/': server certificate verification failed. CAfile: none CRLfile: none  
chilio commented 2 years ago

All images have been rebuilt for now. Let me know if there are any problems.

jcalonso commented 2 years ago

Thanks, it's now working on my side. :smiley: