jonnyzzz / TeamCity.Virtual

Docker and Vagrant build runners plugin for TeamCity
http://blog.jonnyzzz.name
Apache License 2.0
84 stars 26 forks source link

Fixing chown takes a lot of time #53

Open oryagel opened 7 years ago

oryagel commented 7 years ago

Hi, Sometimes theFixing chown step can take way too long. In our builds it sometime takes more than ten minutes. Is there something we can do about it?

Thanks

jonnyzzz commented 7 years ago

The goal is to make build agent user be able to remove files that were created from container. I see no better way so far. Do you see how to fix permissions in docker directly?

On Mar 5, 2017 08:06, "oryagel" notifications@github.com wrote:

Hi, Sometimes theFixing chown step can take way too long. In our builds it sometime takes more than ten minutes. Is there something we can do about it?

Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jonnyzzz/TeamCity.Virtual/issues/53, or mute the thread https://github.com/notifications/unsubscribe-auth/AAPpr6NEJ_Mss37Y38Sy6MDmjrAj4Heoks5ril8PgaJpZM4MTViT .

oryagel commented 7 years ago

Hi. Sorry for the late response and thank you for this great plugin. I read about that issue with docker and mounts. Now I understand the issue. I don't have a better solution and it doesn't seem that there is a bast practice around it.

Thanks