Skip to content

Commit f917165

Browse files
CR-15390-add-gecos (#43)
* adding gecos * adding gecos
1 parent fb70ebf commit f917165

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN chmod +x /run/start.sh
1919

2020
# USER nodeuser
2121
RUN addgroup --gid 3000 nodegroup && \
22-
adduser --uid 3000 --ingroup nodegroup --shell /bin/sh --disabled-password nodeuser
22+
adduser --uid 3000 --ingroup nodegroup --shell /bin/sh --gecos "" --disabled-password nodeuser
2323
USER nodeuser
2424

2525
CMD ["/run/start.sh"]

service.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version: 10.1.13
1+
version: 10.1.14

0 commit comments

Comments
 (0)