-
-
Notifications
You must be signed in to change notification settings - Fork 3
Description
Hi again!
I thought I'd have a go at building the builder image to see if I could slim it down a bit from the 5.5ish GB to make github CI builds a tiny bit faster, and ran into some problems with the image building.
I'm assuming the develop branch is the appropriate place to use, since master doesn't have the v3.4 scripts, and appears to be in a little disrepair.
Develop gets a lot further, but I think it's running into this issue from openssl where their test certs have expired in 2022 😢
version 1.1.1p was the first release that worked for me, was still failing with 1.1.1o. Haven't gotten much further, so can't be certain it won't break further down the line, but I'd hope they're not making massive changes.
(I also noted that the plan is to potentially retire the current approach and do something with installing xpacks directly instead, so maybe this isn't even worth fixing, and I'll just use hte current docker hub image as-is)
Cheers!