Docker Image
docker pull ghcr.io/tryweb/ai-engkit:v1.19.0
Quick Start
cp .env.example .env
docker compose up -d
Changes (since v1.18.13)
Added
- Bump Docker 29.8.0 → 29.8.1, glab 1.117.0 → 1.118.0, gh 2.100.0 → 2.101.0
- Wire overlay host paths
- Preserve domain compose overlays
- Expose overlay status
- Make upgrades overlay aware
- Preserve overlay across lifecycle restarts
- Add compose overlay resolver
Fixed
- Ship compose overlay fixtures in image so admin tests pass
Documentation
- Sync overlay requirements
- Archive overlay specification
- Archive overlay design tasks
- Archive overlay proposal metadata
- Add compose overlay ownership guide
- Document compose overlay configuration
Changed
- Verify overlay runtime after recreation
- Add compose overlay fixtures
- Enforce dev compose isolation
- Cover lifecycle overlay restarts
Changed
- Upgrade Docker Engine from 29.8.0 to 29.8.1.
- Upgrade GitHub CLI from 2.100.0 to 2.101.0.
- Upgrade GitLab CLI from 1.117.0 to 1.118.0.
Test Results
| Job |
Status |
| Integration Tests |
✅ Passed |
| Vulnerability Scan |
✅ No new Critical/High findings |
Vulnerability findings by severity
| Severity |
Findings |
| Critical |
1 |
| High |
20 |
| Medium |
524 |
| Low |
119 |
Generated by GitHub Actions