豆豆友情提示:这是一个非官方 GitHub 代理镜像,主要用于网络测试或访问加速。请勿在此进行登录、注册或处理任何敏感信息。进行这些操作请务必访问官方网站 github.com。 Raw 内容也通过此代理提供。
Skip to content

No variant OS groups matched by update.sh #2437

@MikeMcC399

Description

@MikeMcC399

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.22 alpine3.23
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.22 alpine3.23
bullseye* bullseye bullseye-slim
bookworm* bookworm bookworm-slim
trixie* trixie trixie-slim
alpine -
bullseye bullseye
bookworm bookworm
trixie trixie

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions