SuiteCRM in kubernetes

Hello,

Is there any guide on how to create your own Docker image? I looked at the Bitnami version, but then it’s difficult to configure anything. Ideally, I would like to have the option to have some settings and translations prepared for my image, and then simply create the image and configure it preferably through env properties.

Thank you

It is part 1:

You can extend the Bitnami one. How? You make your own dockerfile and in it you add your settings, language packs etc.

Could you kindly provide me with an example of a script that installs any language pack, please?

would a bash script work for you?