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
Hey @joshbrooks, thanks for opening the issue. We'll look into it.
Just to get the complete picture here, could you also provide your compose.yml file please?
What happened?
In my dev environment I use a multistage build, like this
I also have in my devcontainer.json a features clause to add node
When I try to start a workspace (debug on) it fails. this debug log indicates that an incorrect
dockerfile
is generated:Note line 3
FROM AS final
.What did you expect to happen instead?
Multistage builds work correctly with features. I tested
How can we reproduce the bug? (as minimally and precisely as possible)
devcontainer.json
referencing that dockerfileMy
devcontainer.json
:Local Environment:
DevPod Provider:
Anything else we need to know?
As workarounds, commenting out
features
or removing the multistage build requirement both work.The text was updated successfully, but these errors were encountered: