Releases: nerasse/my-code-server
Version 1.0.3 - PUID/PGID and arm64
Version 1.0.3
New Features
- PUID/PGID support: Set custom UID/GID via environment variables for volume permissions
- Environment variables in docker-compose: All values now configurable via .env file
- arm64 architecture support (untested)
1.0.2 fix for debian 13
Removing software-properties-common as it's no more available in debian 13 Trixie
What's Changed
Full Changelog: 1.0.1...1.0.2
1.0.1
my-code-server 1.0.0
my-code-server pull from GitHub Packages
I'm excited to announce the first stable release of my-code-server, a customized environment for running VS Code in the browser. This implementation provides a containerized development setup that allows you to code from anywhere while maintaining consistent development environments. The project includes Docker configurations for easy deployment, supports multiple programming languages out of the box, and features persistent storage for your workspace. This release establishes a solid foundation for remote development workflows, making it easier to collaborate and work across different machines without compromising on the full-featured VS Code experience you're accustomed to.
my-code-server GitHub Packages
glhf