Releases: serversideup/docker-ssh
Releases · serversideup/docker-ssh
v3.0.1
v3.0.0
✨ New Features
- Everything has been refactored to make this image a lot easier to maintain
- Reduced image size by 50%
- Removed S6 Overlay
- Converted from Ubuntu 22.04 to Debian Bookworm
- Added support for GitHub Container Repository
🚨 Breaking Changes
- Renamed
DEBUG_MODE
toDEBUG
Full Changelog: v2.0.0...v3.0.0
v3.0.0-beta3
🐛 Bug fix
- Fixed issue where the tunnel account was locked
Full Changelog: v3.0.0-beta2...v3.0.0-beta3
v3.0.0-beta2
Fixes
- Fixed tagging issue
v3.0.0-beta1
✨ New Features
- Everything has been refactored to make this image a lot easier to maintain
- Reduced image size by 50%
- Removed S6 Overlay
- Converted from Ubuntu 22.04 to Debian Bookworm
- Added support for GitHub Container Repository
🚨 Breaking Changes
- Renamed
DEBUG_MODE
toDEBUG
Full Changelog: v2.0.0...v3.0.0-beta1
v2.0.0
✨ 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
) orSSH_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
andPGID
again (#3)
🚨 Breaking Changes
- Zero known breaking changes 😅
v1.0.0
Initial release 🥳