The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

setting permissions inside the docker container

borsna
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 26, 2015

This question is in reference to Atlassian Documentation: Configuring the Docker task in Bamboo

I tried to set the permissions in the docker container by setting $HOST_UID and $HOST_GID and then run

chown -R $HOST_UID:$HOST_GID /<path_to_mounted_volume>

inside the container. this does not work, there is not values in $UID and $GID

This was suggested on https://confluence.atlassian.com/bamboo/configuring-the-docker-task-in-bamboo-720411254.html

setting the enviroment variables:
bamboo_docker.png

The echo does not contain the values only the strings (from the buld log):

27-Nov-2015 10:04:08uid $UID
27-Nov-2015 10:04:08gid $GID

 

Is there somehting i have missed regarding the way to set the values in HOST_UID and HOST_GID?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
rverschoor
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
November 27, 2015

Bamboo doesn't seem to expand any variable configured in the Docker Task.

I've created bug report BAM-16989 for this.
I also added a comment to the bug report that describes a workaround.

TAGS
AUG Leaders

Atlassian Community Events