Open mfaure opened 3 years ago
More information:
I created a different docker image for LinkCheck based on Ubuntu:18.04
instead of google/dart
. I had the same issue.
See full log at Job #1557902363
The docker image sets an entypoint, which is required to be empty for gitlab CI. overwrite like this:
image:
name: filiph/linkcheck
entrypoint: ['']
/close
I built a docker image with the Dockerfile, uploaded it on Gitlab.com to use it in a CI.
When called, the container crashes with the following error:
(Locally, the docker image works fine.)
As I was invited to create an issue, I did it :)