Skip to content

Commit

Permalink
CR-15390-add-gecos (#43)
Browse files Browse the repository at this point in the history
* adding gecos

* adding gecos
  • Loading branch information
victor-khazanov authored Dec 20, 2022
1 parent fb70ebf commit f917165
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN chmod +x /run/start.sh

# USER nodeuser
RUN addgroup --gid 3000 nodegroup && \
adduser --uid 3000 --ingroup nodegroup --shell /bin/sh --disabled-password nodeuser
adduser --uid 3000 --ingroup nodegroup --shell /bin/sh --gecos "" --disabled-password nodeuser
USER nodeuser

CMD ["/run/start.sh"]
2 changes: 1 addition & 1 deletion service.yaml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version: 10.1.13
version: 10.1.14

0 comments on commit f917165

Please sign in to comment.