Releases: requix/opencode-docker
Releases · requix/opencode-docker
v1.0.0 - Initial Public Release
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
1.0.0 - 2025-12-04
Added
- Initial public release of opencode-docker
- Dedicated Docker container for OpenCode AI development
- Multi-language support (Python, Node.js, Bun)
- Pre-installed development tools (git, gh, glab)
- SSH agent forwarding for private repositories
- OpenCode configuration inheritance from host
- Secure container with minimal capabilities
- Automatic image rebuilding on Dockerfile changes
- Support for mounting additional directories
- Comprehensive documentation and examples
Fixed
- GitLab CLI (glab) installation with proper architecture mapping
- GitHub Actions workflow for automated testing
- SSH configuration for secure Git operations
Security
- Container runs as non-root user (opencode)
- Minimal Linux capabilities (CHOWN, FOWNER, SETGID, SETUID)
- No new privileges security option enabled
- Isolated workspace with proper permission management