Skip to content

Unable to build Oryx from source #2594

@Kaniska244

Description

@Kaniska244

Hello,

Ever since this PR has been merged on 26th May, 2025, Oryx build from source has been failing with the MSBUILD : error MSB1009: Project file does not exist. error. We are on ubuntu focal-scm platform.

Would you kindly look into this?

Complete Error log:

=> ERROR [dev_containers_target_stage 22/27] RUN --mount=type=bind,from=dev_containers_feature_content_source,source=oryx_18,target=/tmp/  85.4s
------
 > [dev_containers_target_stage 22/27] RUN --mount=type=bind,from=dev_containers_feature_content_source,source=oryx_18,target=/tmp/build-features-src/oryx_18     cp -ar /tmp/build-features-src/oryx_18 /tmp/dev-container-features  && chmod -R 0755 /tmp/dev-container-features/oryx_18  && cd /tmp/dev-container-features/oryx_18  && chmod +x ./devcontainer-features-install.sh  && ./devcontainer-features-install.sh  && rm -rf /tmp/dev-container-features/oryx_18:
0.153 ===========================================================================
0.153 Feature       : Oryx
0.153 Description   : Installs the oryx CLI
0.153 Id            : ghcr.io/devcontainers/features/oryx
0.153 Version       : 1.4.1
0.153 Documentation : https://github.com/devcontainers/features/tree/main/src/oryx
0.153 Options       :
0.153 
0.153 ===========================================================================
0.186 ./install.sh: line 126: oryx: command not found
0.187 Installing Oryx...
0.581 'dotnet 8' was not detected. Attempting to install .NET 8 to build oryx.
5.748 dotnet-install: Attempting to download using primary link https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.202/dotnet-sdk-8.0.202-linux-x64.tar.gz
7.554 dotnet-install: Remote file https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.202/dotnet-sdk-8.0.202-linux-x64.tar.gz size is 226275111 bytes.
7.555 dotnet-install: Extracting archive from https://builds.dotnet.microsoft.com/dotnet/Sdk/8.0.202/dotnet-sdk-8.0.202-linux-x64.tar.gz
14.17 dotnet-install: Downloaded file size is 226275111 bytes.
14.17 dotnet-install: The remote and local file sizes are equal.
14.50 dotnet-install: Installed version is 8.0.202
14.50 dotnet-install: Binaries of dotnet can be found in /usr/share/dotnet
14.50 dotnet-install: Note that the script does not resolve dependencies during installation.
14.50 dotnet-install: To check the list of dependencies, go to https://learn.microsoft.com/dotnet/core/install, select your operating system and check the "Dependencies" section.
14.50 dotnet-install: Installation finished successfully.
14.63 Cloning into '/opt/tmp/oryx-repo'...
17.92 
17.92 Welcome to .NET 8.0!
17.92 ---------------------
17.92 SDK Version: 8.0.410
17.92 
17.92 Telemetry
17.92 ---------
17.92 The .NET tools collect usage data in order to help us improve your experience. It is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.
17.92 
17.92 Read more about .NET CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry
18.14 
18.14 ----------------
18.14 Installed an ASP.NET Core HTTPS development certificate.
18.14 To trust the certificate, view the instructions: https://aka.ms/dotnet-https-linux
18.14 
18.14 ----------------
18.14 Write your first app: https://aka.ms/dotnet-hello-world
18.14 Find out what's new: https://aka.ms/dotnet-whats-new
18.14 Explore documentation: https://aka.ms/dotnet-docs
18.14 Report issues and find source on GitHub: https://github.com/dotnet/core
18.14 Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli
18.14 --------------------------------------------------------------------------------------
18.58 The template "global.json file" was created successfully.
18.58 
18.60 Building solution 'Oryx.sln'...
18.70 
18.70 Welcome to .NET 8.0!
18.70 ---------------------
18.70 SDK Version: 8.0.202
18.70 
18.70 Telemetry
18.70 ---------
18.70 The .NET tools collect usage data in order to help us improve your experience. It is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.
18.70 
18.70 Read more about .NET CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry
18.74 
18.74 ----------------
18.74 Installed an ASP.NET Core HTTPS development certificate.
18.74 To trust the certificate, view the instructions: https://aka.ms/dotnet-https-linux
18.74 
18.74 ----------------
18.74 Write your first app: https://aka.ms/dotnet-hello-world
18.74 Find out what's new: https://aka.ms/dotnet-whats-new
18.74 Explore documentation: https://aka.ms/dotnet-docs
18.74 Report issues and find source on GitHub: https://github.com/dotnet/core
18.74 Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli
18.74 --------------------------------------------------------------------------------------
18.81 MSBuild version 17.9.6+a4ecab324 for .NET
20.01   Determining projects to restore...
24.61   Restored /opt/tmp/oryx-repo/build/tools/SharedCodeGenerator/SharedCodeGenerator.csproj (in 3.79 sec).
24.61   Restored /opt/tmp/oryx-repo/build/tools/Automation/Automation.csproj (in 3.79 sec).
24.61   Restored /opt/tmp/oryx-repo/src/Oryx.Common/Common.csproj (in 3.79 sec).
24.61   Restored /opt/tmp/oryx-repo/src/BuildScriptGenerator.Common/BuildScriptGenerator.Common.csproj (in 3.79 sec).
28.79   Restored /opt/tmp/oryx-repo/tests/BuildScriptGeneratorCli.Tests/BuildScriptGeneratorCli.Tests.csproj (in 4.14 sec).
28.99   Restored /opt/tmp/oryx-repo/tests/Detector.Tests/Detector.Tests.csproj (in 8.29 sec).
29.00   Restored /opt/tmp/oryx-repo/src/Detector/Detector.csproj (in 8.29 sec).
29.01   Restored /opt/tmp/oryx-repo/tests/Oryx.Tests.Common/Oryx.Tests.Common.csproj (in 4.37 sec).
29.01   Restored /opt/tmp/oryx-repo/tests/Oryx.Integration.Tests/Oryx.Integration.Tests.csproj (in 8.31 sec).
29.01   Restored /opt/tmp/oryx-repo/tests/Oryx.Common.Tests/Common.Tests.csproj (in 8.31 sec).
29.01   Restored /opt/tmp/oryx-repo/tests/BuildScriptGenerator.Common.Tests/BuildScriptGenerator.Common.Tests.csproj (in 8.31 sec).
29.01   Restored /opt/tmp/oryx-repo/tests/BuildScriptGeneratorCli.Tests/BuildScriptGeneratorCli.Tests.csproj (in 8.31 sec).
29.01   Restored /opt/tmp/oryx-repo/tests/Oryx.RuntimeImage.Tests/Oryx.RuntimeImage.Tests.csproj (in 8.31 sec).
29.01   Restored /opt/tmp/oryx-repo/tests/BuildScriptGenerator.Tests/BuildScriptGenerator.Tests.csproj (in 8.31 sec).
29.01   Restored /opt/tmp/oryx-repo/tests/Oryx.BuildImage.Tests/Oryx.BuildImage.Tests.csproj (in 8.31 sec).
29.01   Restored /opt/tmp/oryx-repo/tests/AutomationTests/Automation.Tests.csproj (in 8.3 sec).
29.02   Restored /opt/tmp/oryx-repo/src/BuildScriptGenerator/BuildScriptGenerator.csproj (in 8.31 sec).
29.23   Restored /opt/tmp/oryx-repo/src/BuildScriptGeneratorCli/BuildScriptGeneratorCli.csproj (in 4.6 sec).
34.56   Common -> /opt/tmp/oryx-repo/src/Oryx.Common/bin/Debug/net8.0/Microsoft.Oryx.Common.dll
35.33   BuildScriptGenerator.Common -> /opt/tmp/oryx-repo/src/BuildScriptGenerator.Common/bin/Debug/net8.0/Microsoft.Oryx.BuildScriptGenerator.Common.dll
35.71   Detector -> /opt/tmp/oryx-repo/src/Detector/bin/Debug/Microsoft.Oryx.Detector.dll
36.07   The package Microsoft.Oryx.Detector.1.0.0-pre- is missing a readme. Go to https://aka.ms/nuget/authoring-best-practices/readme to learn why package readmes are important.
36.07   Successfully created package '/opt/tmp/oryx-repo/src/Detector/bin/Debug/Microsoft.Oryx.Detector.1.0.0-pre-.nupkg'.
36.27   SharedCodeGenerator -> /opt/tmp/oryx-repo/build/tools/SharedCodeGenerator/bin/Debug/net8.0/SharedCodeGenerator.dll
36.29   Automation -> /opt/tmp/oryx-repo/build/tools/Automation/bin/Debug/net8.0/Automation.dll
38.56 CSC : warning CS8002: Referenced assembly 'Tomlyn, Version=0.16.0.0, Culture=neutral, PublicKeyToken=null' does not have a strong name. [/opt/tmp/oryx-repo/tests/Detector.Tests/Detector.Tests.csproj]
38.60   Automation.Tests -> /opt/tmp/oryx-repo/tests/AutomationTests/bin/Debug/net8.0/Automation.Tests.dll
38.65   BuildScriptGenerator -> /opt/tmp/oryx-repo/src/BuildScriptGenerator/bin/Debug/Microsoft.Oryx.BuildScriptGenerator.dll
38.66   Detector.Tests -> /opt/tmp/oryx-repo/tests/Detector.Tests/bin/Debug/net8.0/Microsoft.Oryx.Detector.Tests.dll
39.34   Oryx.Tests.Common -> /opt/tmp/oryx-repo/tests/Oryx.Tests.Common/bin/Debug/net8.0/Microsoft.Oryx.Tests.Common.dll
39.37 /opt/tmp/oryx-repo/src/BuildScriptGeneratorCli/Commands/BuildCommand.cs(128,53): warning CS0618: 'OptionArgumentTemplates.Language' is obsolete: 'Previous name for --platform' [/opt/tmp/oryx-repo/src/BuildScriptGeneratorCli/BuildScriptGeneratorCli.csproj]
39.37 /opt/tmp/oryx-repo/src/BuildScriptGeneratorCli/Commands/BuildCommand.cs(132,56): warning CS0618: 'OptionArgumentTemplates.LanguageVersion' is obsolete: 'Previous name for --platform-version' [/opt/tmp/oryx-repo/src/BuildScriptGeneratorCli/BuildScriptGeneratorCli.csproj]
39.37 /opt/tmp/oryx-repo/src/BuildScriptGeneratorCli/Commands/BuildpackBuildCommand.cs(82,53): warning CS0618: 'OptionArgumentTemplates.Language' is obsolete: 'Previous name for --platform' [/opt/tmp/oryx-repo/src/BuildScriptGeneratorCli/BuildScriptGeneratorCli.csproj]
39.37 /opt/tmp/oryx-repo/src/BuildScriptGeneratorCli/Commands/BuildpackBuildCommand.cs(86,56): warning CS0618: 'OptionArgumentTemplates.LanguageVersion' is obsolete: 'Previous name for --platform-version' [/opt/tmp/oryx-repo/src/BuildScriptGeneratorCli/BuildScriptGeneratorCli.csproj]
39.79   Common.Tests -> /opt/tmp/oryx-repo/tests/Oryx.Common.Tests/bin/Debug/net8.0/Common.Tests.dll
39.96   BuildScriptGenerator.Common.Tests -> /opt/tmp/oryx-repo/tests/BuildScriptGenerator.Common.Tests/bin/Debug/net8.0/BuildScriptGenerator.Common.Tests.dll
40.77   Oryx.RuntimeImage.Tests -> /opt/tmp/oryx-repo/tests/Oryx.RuntimeImage.Tests/bin/Debug/Oryx.RuntimeImage.Tests.dll
40.85   BuildScriptGenerator.Tests -> /opt/tmp/oryx-repo/tests/BuildScriptGenerator.Tests/bin/Debug/net8.0/Microsoft.Oryx.BuildScriptGenerator.Tests.dll
66.47   BuildScriptGeneratorCli -> /opt/tmp/oryx-repo/src/BuildScriptGeneratorCli/bin/Debug/GenerateBuildScript.dll
67.10   BuildScriptGeneratorCli.Tests -> /opt/tmp/oryx-repo/tests/BuildScriptGeneratorCli.Tests/bin/Debug/net8.0/BuildScriptGeneratorCli.Tests.dll
67.98 /opt/tmp/oryx-repo/tests/Oryx.Integration.Tests/Php/PhpWordPressFpmTest.cs(66,40): warning SYSLIB0014: 'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014) [/opt/tmp/oryx-repo/tests/Oryx.Integration.Tests/Oryx.Integration.Tests.csproj]
67.98 /opt/tmp/oryx-repo/tests/Oryx.Integration.Tests/Php/PhpWordPressTest.cs(72,40): warning SYSLIB0014: 'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014) [/opt/tmp/oryx-repo/tests/Oryx.Integration.Tests/Oryx.Integration.Tests.csproj]
68.48 /opt/tmp/oryx-repo/tests/Oryx.BuildImage.Tests/Python/PythonSampleAppsBuildsShapelyTest.cs(23,90): warning xUnit1026: Theory method 'GeneratesScript_AndBuilds_Shapely_With_Python' on test class 'PythonSampleAppsBuildsShapely' does not use parameter 'osType'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026) [/opt/tmp/oryx-repo/tests/Oryx.BuildImage.Tests/Oryx.BuildImage.Tests.csproj]
68.55   Oryx.Integration.Tests -> /opt/tmp/oryx-repo/tests/Oryx.Integration.Tests/bin/Debug/Oryx.Integration.Tests.dll
69.00   Oryx.BuildImage.Tests -> /opt/tmp/oryx-repo/tests/Oryx.BuildImage.Tests/bin/Debug/Oryx.BuildImage.Tests.dll
69.08 
69.08 Build succeeded.
69.08 
69.08 CSC : warning CS8002: Referenced assembly 'Tomlyn, Version=0.16.0.0, Culture=neutral, PublicKeyToken=null' does not have a strong name. [/opt/tmp/oryx-repo/tests/Detector.Tests/Detector.Tests.csproj]
69.08 /opt/tmp/oryx-repo/src/BuildScriptGeneratorCli/Commands/BuildCommand.cs(128,53): warning CS0618: 'OptionArgumentTemplates.Language' is obsolete: 'Previous name for --platform' [/opt/tmp/oryx-repo/src/BuildScriptGeneratorCli/BuildScriptGeneratorCli.csproj]
69.08 /opt/tmp/oryx-repo/src/BuildScriptGeneratorCli/Commands/BuildCommand.cs(132,56): warning CS0618: 'OptionArgumentTemplates.LanguageVersion' is obsolete: 'Previous name for --platform-version' [/opt/tmp/oryx-repo/src/BuildScriptGeneratorCli/BuildScriptGeneratorCli.csproj]
69.08 /opt/tmp/oryx-repo/src/BuildScriptGeneratorCli/Commands/BuildpackBuildCommand.cs(82,53): warning CS0618: 'OptionArgumentTemplates.Language' is obsolete: 'Previous name for --platform' [/opt/tmp/oryx-repo/src/BuildScriptGeneratorCli/BuildScriptGeneratorCli.csproj]
69.08 /opt/tmp/oryx-repo/src/BuildScriptGeneratorCli/Commands/BuildpackBuildCommand.cs(86,56): warning CS0618: 'OptionArgumentTemplates.LanguageVersion' is obsolete: 'Previous name for --platform-version' [/opt/tmp/oryx-repo/src/BuildScriptGeneratorCli/BuildScriptGeneratorCli.csproj]
69.08 /opt/tmp/oryx-repo/tests/Oryx.Integration.Tests/Php/PhpWordPressFpmTest.cs(66,40): warning SYSLIB0014: 'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014) [/opt/tmp/oryx-repo/tests/Oryx.Integration.Tests/Oryx.Integration.Tests.csproj]
69.08 /opt/tmp/oryx-repo/tests/Oryx.Integration.Tests/Php/PhpWordPressTest.cs(72,40): warning SYSLIB0014: 'WebClient.WebClient()' is obsolete: 'WebRequest, HttpWebRequest, ServicePoint, and WebClient are obsolete. Use HttpClient instead.' (https://aka.ms/dotnet-warnings/SYSLIB0014) [/opt/tmp/oryx-repo/tests/Oryx.Integration.Tests/Oryx.Integration.Tests.csproj]
69.08 /opt/tmp/oryx-repo/tests/Oryx.BuildImage.Tests/Python/PythonSampleAppsBuildsShapelyTest.cs(23,90): warning xUnit1026: Theory method 'GeneratesScript_AndBuilds_Shapely_With_Python' on test class 'PythonSampleAppsBuildsShapely' does not use parameter 'osType'. Use the parameter, or remove the parameter and associated data. (https://xunit.net/xunit.analyzers/rules/xUnit1026) [/opt/tmp/oryx-repo/tests/Oryx.BuildImage.Tests/Oryx.BuildImage.Tests.csproj]
69.08     8 Warning(s)
69.08     0 Error(s)
69.08 
69.08 Time Elapsed 00:00:50.21
69.26 MSBuild version 17.9.6+a4ecab324 for .NET
69.67   Determining projects to restore...
71.94   Restored /opt/tmp/oryx-repo/src/Oryx.Common/Common.csproj (in 1.72 sec).
71.94   Restored /opt/tmp/oryx-repo/src/BuildScriptGenerator.Common/BuildScriptGenerator.Common.csproj (in 1.72 sec).
72.58   Restored /opt/tmp/oryx-repo/src/Detector/Detector.csproj (in 2.37 sec).
72.60   Restored /opt/tmp/oryx-repo/src/BuildScriptGeneratorCli/BuildScriptGeneratorCli.csproj (in 2.39 sec).
72.61   Restored /opt/tmp/oryx-repo/src/BuildScriptGenerator/BuildScriptGenerator.csproj (in 2.4 sec).
73.14   Common -> /opt/tmp/oryx-repo/src/Oryx.Common/bin/Release/net8.0/Microsoft.Oryx.Common.dll
73.50   Detector -> /opt/tmp/oryx-repo/src/Detector/bin/Release/Microsoft.Oryx.Detector.dll
73.54   BuildScriptGenerator.Common -> /opt/tmp/oryx-repo/src/BuildScriptGenerator.Common/bin/Release/net8.0/Microsoft.Oryx.BuildScriptGenerator.Common.dll
73.76   The package Microsoft.Oryx.Detector.1.0.0-pre- is missing a readme. Go to https://aka.ms/nuget/authoring-best-practices/readme to learn why package readmes are important.
73.76   Successfully created package '/opt/tmp/oryx-repo/src/Detector/bin/Release/Microsoft.Oryx.Detector.1.0.0-pre-.nupkg'.
74.58   BuildScriptGenerator -> /opt/tmp/oryx-repo/src/BuildScriptGenerator/bin/Release/Microsoft.Oryx.BuildScriptGenerator.dll
75.18 /opt/tmp/oryx-repo/src/BuildScriptGeneratorCli/Commands/BuildCommand.cs(128,53): warning CS0618: 'OptionArgumentTemplates.Language' is obsolete: 'Previous name for --platform' [/opt/tmp/oryx-repo/src/BuildScriptGeneratorCli/BuildScriptGeneratorCli.csproj]
75.18 /opt/tmp/oryx-repo/src/BuildScriptGeneratorCli/Commands/BuildCommand.cs(132,56): warning CS0618: 'OptionArgumentTemplates.LanguageVersion' is obsolete: 'Previous name for --platform-version' [/opt/tmp/oryx-repo/src/BuildScriptGeneratorCli/BuildScriptGeneratorCli.csproj]
75.18 /opt/tmp/oryx-repo/src/BuildScriptGeneratorCli/Commands/BuildpackBuildCommand.cs(82,53): warning CS0618: 'OptionArgumentTemplates.Language' is obsolete: 'Previous name for --platform' [/opt/tmp/oryx-repo/src/BuildScriptGeneratorCli/BuildScriptGeneratorCli.csproj]
75.18 /opt/tmp/oryx-repo/src/BuildScriptGeneratorCli/Commands/BuildpackBuildCommand.cs(86,56): warning CS0618: 'OptionArgumentTemplates.LanguageVersion' is obsolete: 'Previous name for --platform-version' [/opt/tmp/oryx-repo/src/BuildScriptGeneratorCli/BuildScriptGeneratorCli.csproj]
78.95   BuildScriptGeneratorCli -> /opt/tmp/oryx-repo/src/BuildScriptGeneratorCli/bin/Release/linux-x64/GenerateBuildScript.dll
79.27   BuildScriptGeneratorCli -> /usr/local/buildscriptgen/
79.44 MSBuild version 17.9.6+a4ecab324 for .NET
79.44 MSBUILD : error MSB1009: Project file does not exist.
79.44 Switch: /opt/tmp/oryx-repo/src/BuildServer/BuildServer.csproj
79.48 ERROR: Feature "Oryx" (ghcr.io/devcontainers/features/oryx) failed to install! Look at the documentation at https://github.com/devcontainers/features/tree/main/src/oryx for help troubleshooting this error.
------
ERROR: failed to solve: process "/bin/sh -c cp -ar /tmp/build-features-src/oryx_18 /tmp/dev-container-features  && chmod -R 0755 /tmp/dev-container-features/oryx_18  && cd /tmp/dev-container-features/oryx_18  && chmod +x ./devcontainer-features-install.sh  && ./devcontainer-features-install.sh  && rm -rf /tmp/dev-container-features/oryx_18" did not complete successfully: exit code: 1
Error: Command failed: docker buildx build --load --build-arg BUILDKIT_INLINE_CACHE=1 -f /tmp/devcontainercli-node/container-features/0.76.0-1748415277045/Dockerfile-with-features -t vsc-universal-7cd8e52ee45db3e70cc2e93b9fb48e6ec2e7fbb49adec9c994d0e250197ce37c --target dev_containers_target_stage --build-context dev_containers_feature_content_source=/tmp/devcontainercli-node/container-features/0.76.0-1748415277045 --build-arg _DEV_CONTAINERS_BASE_IMAGE=dev_container_auto_added_stage_label --build-arg _DEV_CONTAINERS_IMAGE_USER=root --build-arg _DEV_CONTAINERS_FEATURE_CONTENT_SOURCE=dev_container_feature_content_temp /workspaces/images/src/universal/.devcontainer
    at y6 (/usr/local/share/npm-global/lib/node_modules/@devcontainers/cli/dist/spec-node/devContainersSpecCLI.js:468:1933)
    at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
    at async dw (/usr/local/share/npm-global/lib/node_modules/@devcontainers/cli/dist/spec-node/devContainersSpecCLI.js:467:1886)
    at async Ix (/usr/local/share/npm-global/lib/node_modules/@devcontainers/cli/dist/spec-node/devContainersSpecCLI.js:467:608)
    at async Y6 (/usr/local/share/npm-global/lib/node_modules/@devcontainers/cli/dist/spec-node/devContainersSpecCLI.js:484:3842)
    at async BC (/usr/local/share/npm-global/lib/node_modules/@devcontainers/cli/dist/spec-node/devContainersSpecCLI.js:484:4957)
    at async p7 (/usr/local/share/npm-global/lib/node_modules/@devcontainers/cli/dist/spec-node/devContainersSpecCLI.js:665:202)
    at async d7 (/usr/local/share/npm-global/lib/node_modules/@devcontainers/cli/dist/spec-node/devContainersSpecCLI.js:664:14804)
    at async /usr/local/share/npm-global/lib/node_modules/@devcontainers/cli/dist/spec-node/devContainersSpecCLI.js:484:1188
{"outcome":"error","message":"Command failed: docker buildx build --load --build-arg BUILDKIT_INLINE_CACHE=1 -f /tmp/devcontainercli-node/container-features/0.76.0-1748415277045/Dockerfile-with-features -t vsc-universal-7cd8e52ee45db3e70cc2e93b9fb48e6ec2e7fbb49adec9c994d0e250197ce37c --target dev_containers_target_stage --build-context dev_containers_feature_content_source=/tmp/devcontainercli-node/container-features/0.76.0-1748415277045 --build-arg _DEV_CONTAINERS_BASE_IMAGE=dev_container_auto_added_stage_label --build-arg _DEV_CONTAINERS_IMAGE_USER=root --build-arg _DEV_CONTAINERS_FEATURE_CONTENT_SOURCE=dev_container_feature_content_temp /workspaces/images/src/universal/.devcontainer","description":"An error occurred building the image."}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions