cirruslabs / cirrus-ci-agent

Agent to execute Cirrus CI tasks
Mozilla Public License 2.0
13 stars 6 forks source link

Use x509.SetFallbackRoots and switch away from gocertifi #298

Closed edigaryev closed 1 year ago

edigaryev commented 1 year ago

Specific cases like https://github.com/cirruslabs/cirrus-ci-docs/issues/1150 should still work because even through the ubuntu:18.04 is EOL, it ships without CA certificates (can be easily verified by running the container and accessing these paths).

Similarly to https://github.com/cirruslabs/cirrus-cli/pull/628.