run as uid 1000
dustin/hudctrl/pipeline/head This commit looks good
Details
dustin/hudctrl/pipeline/head This commit looks good
Details
parent
1f46cd795b
commit
a3c97f6923
|
@ -7,6 +7,9 @@ spec:
|
||||||
command:
|
command:
|
||||||
- sleep
|
- sleep
|
||||||
- infinity
|
- infinity
|
||||||
|
securityContext:
|
||||||
|
readOnlyRootFilesystem: true
|
||||||
|
runAsUser: 1000
|
||||||
- name: node
|
- name: node
|
||||||
image: docker.io/node:16-bullseye-slim
|
image: docker.io/node:16-bullseye-slim
|
||||||
command:
|
command:
|
||||||
|
@ -23,3 +26,4 @@ spec:
|
||||||
cpu: 1.0
|
cpu: 1.0
|
||||||
securityContext:
|
securityContext:
|
||||||
readOnlyRootFilesystem: true
|
readOnlyRootFilesystem: true
|
||||||
|
runAsUser: 1000
|
||||||
|
|
Loading…
Reference in New Issue