Well, time to live the dream I suppose.
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
d5fbef5786
commit
039595d00f
|
@ -29,9 +29,8 @@ spec:
|
||||||
- command:
|
- command:
|
||||||
- /bin/sh
|
- /bin/sh
|
||||||
- -c
|
- -c
|
||||||
- apt update && apt install -y openssh-server zsh && useradd -s /usr/bin/zsh
|
- sleep 99999999
|
||||||
martyn && mkdir /run/sshd && chmod 755 /run/sshd && /usr/sbin/sshd -D
|
image: git.martyn.berlin/martyn/fat-ssh:latest
|
||||||
image: debian:latest
|
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
name: debian
|
name: debian
|
||||||
terminationMessagePath: /dev/termination-log
|
terminationMessagePath: /dev/termination-log
|
||||||
|
|
Loading…
Reference in New Issue