We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb70ebf commit f917165Copy full SHA for f917165
Dockerfile
@@ -19,7 +19,7 @@ RUN chmod +x /run/start.sh
19
20
# USER nodeuser
21
RUN addgroup --gid 3000 nodegroup && \
22
- adduser --uid 3000 --ingroup nodegroup --shell /bin/sh --disabled-password nodeuser
+ adduser --uid 3000 --ingroup nodegroup --shell /bin/sh --gecos "" --disabled-password nodeuser
23
USER nodeuser
24
25
CMD ["/run/start.sh"]
service.yaml
@@ -1 +1 @@
1
-version: 10.1.13
+version: 10.1.14
0 commit comments