Skip to content

Commit

Permalink
ZFIN-9497: Fix for permissions issues with blast build.
Browse files Browse the repository at this point in the history
  • Loading branch information
zfinryanm committed Jan 27, 2025
1 parent ab9e94f commit 232dac8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/compile/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ RUN ln -s /mnt/research/vol/users /research/zusers
RUN groupmod -n zfin gradle
RUN groupadd -g 1076 fishadmin
RUN usermod -aG fishadmin gradle
RUN groupadd -g 1476 zfishweb
RUN usermod -aG zfishweb gradle
RUN groupadd -g 8983 solr
RUN adduser gradle root
RUN adduser gradle solr
Expand Down
2 changes: 2 additions & 0 deletions docker/jenkins/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ RUN ln -s /mnt/research/vol/users /research/zusers
RUN groupmod -n zfin gradle
RUN groupadd -g 1076 fishadmin
RUN usermod -aG fishadmin gradle
RUN groupadd -g 1476 zfishweb
RUN usermod -aG zfishweb gradle
RUN groupadd -g 8983 solr
RUN adduser gradle root
RUN adduser gradle solr
Expand Down

0 comments on commit 232dac8

Please sign in to comment.