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 f992ecb commit d6108faCopy full SHA for d6108fa
Dockerfile
@@ -24,13 +24,17 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
24
dnsutils \
25
mc \
26
tmux \
27
+ tree \
28
dmidecode \
29
30
lshw \
31
openssh-server \
32
sshpass \
33
+ less \
34
jq \
35
+ yq \
36
xorriso \
37
+ tcpdump \
38
openssl \
39
ca-certificates \
40
&& apt-get clean && rm -rf /var/lib/apt/lists/*
chart/values.yaml
@@ -23,6 +23,7 @@ ssh:
23
authorizedKeys: |
# Place auth keys here ...
# ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQCu...
+
securityContext:
runAsNonRoot: true
runAsUser: 1001
0 commit comments