blablacar / dgr

Container build and runtime tool
Apache License 2.0
248 stars 21 forks source link

use curl only - replace any wget #222

Closed mark-kubacki closed 7 years ago

mark-kubacki commented 7 years ago

Avoids requiring both tools.

Please note that no changes have been made to examples or travis*, because those are not our actual build environment.

mark-kubacki commented 7 years ago

I highly recommend you switch off Travis. They use horribly outdated build environments. Please consider utilizing Semaphore CI, for example.

https://travis-ci.org/blablacar/dgr/builds/179736520#L424

https://github.com/curl/curl/blob/b8c35f40f99cd1965d6e3152fc01071b73c3d2f1/docs/cmdline-opts/next.d#L5

n0rad commented 7 years ago

it's merged but github don't see it

mark-kubacki commented 7 years ago

Nice! By the way, curl works very well with a single file /etc/ssl/certs/ca-certificates.crt (path may vary). The per-CA ones and hashes in /etc/ssl/certs need not be shipped anymore. Removing them makes comparing builder images more of a pleasure.