Skip to content

v0.9.0

Choose a tag to compare

@belal-i belal-i released this 18 May 23:26
· 108 commits to develop since this release
2b23495

This release improves the SSH proxy service. That service is now only set up if the new optional flag --ssh-proxy is passed, though this behavior may change in the future. Also, the way this is done is now improved. Before, it was needlessly cloned from GitHub and built on the server, but now it is pulled directly from Docker Hub. Finally, that particular service - a project from a few years ago - is improved as well. Now, instead of Ubuntu, it's built on top of Alpine Linux, so it is much more lightweight. See that container on Docker Hub here.

Installing/upgrading

pip install --upgrade docksible

PyPI package: https://pypi.org/project/docksible/0.9.0/

Full Changelog: v0.8.2...v0.9.0