You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The goal is to add a new coder_parameter called target branch to workspace templates.
It will let the user select a branch from which to build a devcontainer.
Unlike the devcontainer cli, the git clone happen in the enbuilder container.
So I think it is the responsibility of envbuilder to checkout to the target branch before building the container.
ggjulio
changed the title
feat: allow user to select a branch from which to select
feat: allow user to select a given branch
Jul 8, 2024
ggjulio
changed the title
feat: allow user to select a given branch
feat: Add a way to select a given branch
Jul 8, 2024
ggjulio
changed the title
feat: Add a way to select a given branch
feat: Add a way to select a specific branch before building the devcontainer
Jul 8, 2024
Description
Improve feature parity with
github codespaces
.The goal is to add a new
coder_parameter
calledtarget branch
to workspace templates.It will let the user select a branch from which to build a devcontainer.
Unlike the devcontainer cli, the
git clone
happen in theenbuilder
container.So I think it is the responsibility of
envbuilder
to checkout to the target branch before building the container.PS: The workaround in readme.md does not work on all platforms.
The text was updated successfully, but these errors were encountered: