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
divanshu-go
changed the title
devcontainers with compose.yml doesn't build in Daytona
devcontainers with multiple compose.yml doesn't build in Daytona
Nov 16, 2024
Title
Devcontainers with Array of
dockerComposeFile
Fail to Build in DaytonaDescribe the Bug
Devcontainers that use an array for the
dockerComposeFile
property fail to build in Daytona.Error Message:
To Reproduce
Steps to reproduce the issue:
Clone and try building the following projects in Daytona:
Observe the build process failing with the above error.
Expected Behavior
The projects should build successfully without errors, regardless of whether the
dockerComposeFile
property is defined as a string or an array.Suggested Fixes
In Daytona:
Modify Daytona's handling of the
dockerComposeFile
property to support both string and array formats.Temporary Workaround:
Update the
devcontainer.json
in affected projects to use a string for thedockerComposeFile
property. For example:From:
To:
Screenshots
Desktop
main
The text was updated successfully, but these errors were encountered: