Hi there
I am using the official jenkins image available here
https://hub.docker.com/_/jenkins/ and everything is fine so far.
But in order to run my builds I need to install some self-signed certificates to access some internal servers, and I would rather keep using the default image and not create a custom one.
What would be the proper clean way to tell the jenkins image to install my certificates ?
Thanks