Skip to content

Add --branch option to exegol build #314

Description

@stellarix

The needs

Currently, exegol build builds a local image using the Exegol-images default branch (main). In some cases, recent bug fixes or new features are only available on the dev branch for some time before being merged into main.

To build from dev, I currently have to either manually switch the local exegol-images repository to the dev branch or clone a separate repo and use the --build-path option.

Description

It would be useful if exegol build supported selecting the Exegol-images git branch to use for the build and automatically updated it before building.

For example:
exegol build myimage full --branch dev

This would build the image using the latest commits from the Exegol-images dev branch instead of the default branch.

Alternatives

No response

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions