ship ssh-cli in docker container
All checks were successful
Build Container / Build Container (push) Successful in 4m30s
All checks were successful
Build Container / Build Container (push) Successful in 4m30s
This commit is contained in:
parent
f5c69ae5e9
commit
a6949ed066
5 changed files with 30 additions and 2 deletions
8
oci/entrypoint.sh
Executable file
8
oci/entrypoint.sh
Executable file
|
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh
|
||||
|
||||
echo "Copying ssh-cli into state directory"
|
||||
cp -v /usr/local/bin/ssh-cli /srv/state/ssh-cli
|
||||
|
||||
echo "Running user script"
|
||||
exec $@
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue