| I am new to kubernetes plugin on jenkins, and unfortunately I am using a customized docker image, and I install something under my user(ubuntu), for example the rvm. But when the pod is running, jenkins always try to install rvm because of it cannot find rvm related things under the home path of ubuntu user. It takes me quite lot time to figure out this fact that the home path of login user is mount by another emptyDir, thus the customization like rvm is always not there. I agree this one is quite a huge drawback for user |