perf(ci): Worker镜像瘦身 - 多阶段构建+ffmpeg静态替换+Python依赖瘦身 #340
Reference in New Issue
Block a user
Delete Branch "feat/worker-image-slimming"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Worker 镜像瘦身优化
目标:从 1.59GB 降到 < 1GB(降幅 ~37%),缩短构建时间和部署时间。
优化项
多阶段构建(预计节省 ~50MB)
ffmpeg 静态编译替换(预计节省 ~380MB)
apt-get install ffmpeg libsm6 libxext6 libgl1(约457MB)Python 依赖瘦身(预计节省 ~120MB)
风险与验证
验证计划
Review 通过 ✅
多阶段构建:
ffmpeg 静态编译替换:
Python 依赖瘦身:
其他:
CI 全绿,可以合并。合并后建议验证实际镜像大小是否达标(<1GB)。