Skip to content

Commit

Permalink
fix: change somalier container user to defaultuser (#1080)
Browse files Browse the repository at this point in the history
### Fixed
 
- Fixed somalier container user to non-root user
  • Loading branch information
fevac authored Jan 31, 2023
1 parent 4dfe4d4 commit 6376d73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions BALSAMIC/containers/somalier/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,8 @@ RUN cd /somalier && \
rm -rf /somalier && somalier --help

ENV somalier_ancestry_labels /ancestry_labels-1kg.tsv

RUN adduser -D defaultuser

USER defaultuser

2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Fixed:
* `test_write_json` failing locally https://github.com/Clinical-Genomics/BALSAMIC/pull/1063
* Container build and push via github actions by setting buildx `provenance` flag to false https://github.com/Clinical-Genomics/BALSAMIC/pull/1071
* Added buildx to the submodule workflow https://github.com/Clinical-Genomics/BALSAMIC/pull/1072

* Change user in somalier container to defaultuser https://github.com/Clinical-Genomics/BALSAMIC/pull/1080

[11.0.2]

Expand Down

0 comments on commit 6376d73

Please sign in to comment.