No variant OS groups matched by update.sh
未关闭
适合新手
还没有人认领这个 Issue。
build process
- 主要语言
- Dockerfile
- 星标
- 8.6k
- 派生
- 2k
- 平均合并
- 10 小时 19 分钟
- 30 天内合并 PR
- 16
描述
Problem
The update.sh script requires an exact match of the VARIANT option when targeting specific variants. No grouping within operating system families is provided for.
Current matching
| VARIANT | matches | does not match |
|---|---|---|
| alpine | - | alpine3.23 alpine3.24 |
| bullseye | bullseye | bullseye-slim |
| bookworm | bookworm | bookworm-slim |
| trixie | trixie | trixie-slim |
Solution
Suggest to allow grouping by operating system when VARIANT specified with wildcard (*).
Suggested matching
| VARIANT | matches |
|---|---|
| alpine* | alpine3.23 alpine3.24 |
| bullseye* | bullseye bullseye-slim |
| bookworm* | bookworm bookworm-slim |
| trixie* | trixie trixie-slim |
| alpine | - |
| bullseye | bullseye |
| bookworm | bookworm |
| trixie | trixie |
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先阅读 update.sh,并确定 VARIANT 选项的匹配方式。将 issue 当前的匹配表和建议的匹配表作为验收标准,包括针对 OS 系列的通配符分组,同时保留不使用通配符时的精确匹配。根据列出的 Alpine、Bullseye、Bookworm 和 Trixie 示例验证行为。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- docker, shell
- 领域
- build-system, devops
- Issue 类型
- 功能
- 难度
- 2/5
- 预计耗时
- 1-3 小时
- 活跃度
- 冷清
- 描述清晰度
- 基本清楚
- 新手友好度
- 72/100