Hi
I followed the "
"
And its confirmed i have 0002 on the bamboo server.
Restarted bamboo and docker services and rebuilt the project and it was uploaded to the repo.
When i create the docker service on another docker server and the container starts it still dont have access to some files and the centos (container) inside/from the image have umask 0022.
But if i build it locally and upload it to the repo and create the service it works fine.
Do I have to change umask inside the catalina.sh aswell?
Running
Atlassian Bamboo version 6.10.4 build 61009 - 21 Nov 19
Update:
Since i start bamboo with
systemctl start bamboo i suspect that the umask for this "user" is incorrect.
Root still has umask 0022, so i will try to change it to 0002.