Skip to content

Releases: serversideup/docker-ssh

v2.0.0

21 Apr 14:29
Compare
Choose a tag to compare

✨ New Features

  • Everything has been refactored to make this image a lot easier to maintain
  • Upgraded to Ubuntu 22.04
  • Upgraded to S6 Overlay 3.x
  • Multi-platform support (linux/amd64, linux/arm/v7, linux/arm64/v8)
  • Customize your SSH user by setting SSH_USER (default: tunnel) or SSH_GROUP (default: tunnelgroup)
  • Added the ability to set an authorized_keys file via Docker Config or Volume Mount
  • Added DEBUG_MODE for helping users diagnose those pesky issues

🧼 Clean up

  • Optimized CI process for stable releases
  • Added ability to choose a stable release by a version number of the repository
  • Created a beta release process by branch (beta image is: serversideup/ssh:main)
  • Improved SSH Key generation process

🔥Bug Fixes

  • You can now customize PUID and PGID again (#3)

🚨 Breaking Changes

  • Zero known breaking changes 😅

v1.0.0

19 Apr 14:13
Compare
Choose a tag to compare

Initial release 🥳