Skip to content

Commit

Permalink
Update base image ssh-proxy to version 0.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
raethlein committed Nov 22, 2019
1 parent fd5e780 commit 381d085
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mltooling/ssh-proxy:0.1.8
FROM mltooling/ssh-proxy:0.1.10

WORKDIR /

Expand Down
4 changes: 4 additions & 0 deletions resources/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ fi
$_RESOURCES_PATH/scripts/setup_certs.sh

function start_ssh {
"""See the documentation of the ssh-proxy image
- the image this hub image is based on - for more information"""

echo "Start SSH Daemon service"
export SSH_TARGET_LABELS="mlhub.origin=$HUB_NAME"
# Run ssh-bastion image entrypoint
nohup python $_RESOURCES_PATH/start_ssh.py &
}
Expand Down

0 comments on commit 381d085

Please sign in to comment.