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
The needs
Currently,
exegol buildbuilds a local image using the Exegol-images default branch (main). In some cases, recent bug fixes or new features are only available on thedevbranch 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 buildsupported selecting the Exegol-images git branch to use for the build and automatically updated it before building.For example:
exegol build myimage full --branch devThis would build the image using the latest commits from the Exegol-images
devbranch instead of the default branch.Alternatives
No response
Additional context
No response