Willow Barraco
unread,7:27 AM (3 hours ago) 7:27 AMSign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Repo and Gerrit Discussion
Hey,
I'm trying to setup a container of Gerrit, and struggle with the
config file. First I tried to use Docker configs, but Gerrit tries to
write it. Then I've bind mounted the file, but Gerrit use jgit to
perform atomic write, which fails with EBUSY with mount points.
So remains the only way of mounting the whole etc folder, which does not
works great with named volumes.
Is there alternatives I have not considered yet? Is there existing
issues reporting those difficulties?
Thanks,