philips-software / docker-ci-scripts

Docker CI scripts
MIT License
12 stars 9 forks source link

Libcurl gives error on building container. #172

Closed JeroenKnoops closed 1 year ago

JeroenKnoops commented 1 year ago

See last build: https://github.com/philips-software/docker-ci-scripts/actions/runs/3850735884

Libcurl seems to get a wrong argument.

curl: (48) An unknown option was passed in to libcurl

https://github.com/philips-software/docker-ci-scripts/blob/main/bin/install_slsa_provenance.sh#L18

JeroenKnoops commented 1 year ago

This error was caused by a chicken-egg problem for using docker-ci-scripts to generate a new docker-ci-script container. Is resolved now, since we've disabled pre-build images.

We only use the container image to check for vulnerabilities.