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:
|
||||
- /bin/sh
|
||||
- -c
|
||||
- apt update && apt install -y openssh-server zsh && useradd -s /usr/bin/zsh
|
||||
martyn && mkdir /run/sshd && chmod 755 /run/sshd && /usr/sbin/sshd -D
|
||||
image: debian:latest
|
||||
- sleep 99999999
|
||||
image: git.martyn.berlin/martyn/fat-ssh:latest
|
||||
imagePullPolicy: Always
|
||||
name: debian
|
||||
terminationMessagePath: /dev/termination-log
|
||||
|
|
Loading…
Reference in New Issue