feat(docker): add OCI container startup configuration and migrate Docker release pipeline to tsdocker

This commit is contained in:
2026-03-18 16:22:02 +00:00
parent fbed56092f
commit 9479a07ddf
11 changed files with 165 additions and 45 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2026-03-18 - 11.3.0 - feat(docker)
add OCI container startup configuration and migrate Docker release pipeline to tsdocker
- adds OCI container mode startup that reads DcRouter options from environment variables and an optional JSON config file
- simplifies the Docker image to a two-stage build with production dependencies only and Alpine runtime compatibility packages
- updates Gitea workflows and npm scripts to use tsdocker for image build and release
## 2026-03-18 - 11.2.56 - fix(deps)
bump @serve.zone/remoteingress to ^4.9.0