#Issues mounting trust store with 11.4 into dagger engine
1 messages · Page 1 of 1 (latest)
hey @elfin pagoda is this using dagger functions or the standard SDK? If you're using the SDK, AFAIK this should still work. cc @civic wasp
Sdk
When you say "mounting" do you mean into your containers or into the engine image (i.e. registry.dagger.io/engine:v0.11.4)?
docker mount of the certs into the engine
Oh okay, there were some changes recently though I'm somewhat surprised what you're doing causes any issues. Try mounting them into /usr/local/share/ca-certificates instead now and let me know if that fixes it
Will try that. Also it corrupted the host directory ssl just FYI. Will try the different directory tomorrow
Thanks for the help.
Ahh okay, the difference is that the engine runs update-ca-certificates now when it starts (to pick up custom CAs from /usr/local/share/ca-certificates). I'm guessing if your system disagrees with the implementation of update-ca-certificates in the engine container that could cause problems with direct bind mounts to the host.
Thanks for letting me know! I'll look into whether there's anything we can do to be more resilient in the bind-mount-from-host case