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.
2 parents f0576f3 + ebebd7e commit 53c3d4cCopy full SHA for 53c3d4c
Dockerfile
@@ -20,4 +20,9 @@ RUN ssh-keyscan bitbucket.org >> /root/.ssh/known_hosts
20
COPY ./start.sh /run/start.sh
21
RUN chmod +x /run/start.sh
22
23
+#add non-root user
24
+RUN addgroup -g 1000 nodegroup \
25
+ && adduser -u 1000 -G nodegroup -s /bin/sh -D nodeuser
26
+USER nodeuser
27
+
28
CMD ["/run/start.sh"]
service.yaml
@@ -1 +1 @@
1
-version: 10.1.10
+version: 10.1.11
0 commit comments