docker-alpine icon indicating copy to clipboard operation
docker-alpine copied to clipboard

CA certs broken in images

Open classabbyamp opened this issue 5 years ago • 3 comments

Versions: 3.10 and 3.12 for sure, probably others too

because of the recent AddTrust External CA Root expiration, some of the certificates in the alpine docker images do not work.

This can be solved by adding/upgrading the ca-certificates package when building images based on alpine, but that can require changing dockerfiles.

Can the images on docker hub be updated to include the latest version of ca-certificates?

classabbyamp avatar Jun 12 '20 15:06 classabbyamp

How do you add/upgrade ca-certificates package (since apk does not work in this case) ? Download and install from local file ?

nicobo avatar Jan 26 '22 21:01 nicobo

I solved this by moving to https://github.com/void-linux/void-docker/pkgs/container/void-linux

classabbyamp avatar Jan 26 '22 22:01 classabbyamp

@classabbyamp interesting. However I found out my problem was caused by this in the end (libseccomp on arm 32)

nicobo avatar Jan 26 '22 22:01 nicobo