microsoft / microsoft/template-validation-action
Validation fail since no space in VM
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 24
- Forks
- 11
- Avg merge
- 17h 10m
- Merged PRs (30d)
- 1
Description
https://github.com/Azure/ai-app-templates/actions/runs/18835179254/job/53734459090
Error: Command failed: docker buildx build --load --build-arg BUILDKIT_INLINE_CACHE=1 -f /tmp/devcontainercli-runner/container-features/0.80.1-1761584033297/Dockerfile-with-features -t undefined:latest --target dev_containers_target_stage --build-context dev_containers_feature_content_source=/tmp/devcontainercli-runner/container-features/0.80.1-1761584033297 --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 /home/runner/work/_temp/template/.devcontainer
at F6 (/usr/local/lib/node_modules/@devcontainers/cli/dist/spec-node/devContainersSpecCLI.js:468:1988)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async pw (/usr/local/lib/node_modules/@devcontainers/cli/dist/spec-node/devContainersSpecCLI.js:467:1886)
at async k7 (/usr/local/lib/node_modules/@devcontainers/cli/dist/spec-node/devContainersSpecCLI.js:667:2203)
at async R7 (/usr/local/lib/node_modules/@devcontainers/cli/dist/spec-node/devContainersSpecCLI.js:666:4937)
at async /usr/local/lib/node_modules/@devcontainers/cli/dist/spec-node/devContainersSpecCLI.js:484:1188
Error: Dev container build failed: Command failed: docker buildx build --load --build-arg BUILDKIT_INLINE_CACHE=1 -f /tmp/devcontainercli-runner/container-features/0.80.1-1761584033297/Dockerfile-with-features -t undefined:latest --target dev_containers_target_stage --build-context dev_containers_feature_content_source=/tmp/devcontainercli-runner/container-features/0.80.1-1761584033297 --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 /home/runner/work/_temp/template/.devcontainer (exit code: undefined)
An error occurred building the image.
Error: Command failed: docker buildx build --load --build-arg BUILDKIT_INLINE_CACHE=1 -f /tmp/devcontainercli-runner/container-features/0.80.1-1761584033297/Dockerfile-with-features -t undefined:latest --target dev_containers_target_stage --build-context dev_containers_feature_content_source=/tmp/devcontainercli-runner/container-features/0.80.1-1761584033297 --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 /home/runner/work/_temp/template/.devcontainer
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked GitHub Actions run and the failing docker buildx command, then inspect the template's .devcontainer context used by validation. Reproduce the failure in the VM environment and identify why the dev container build fails; done means the validation action completes successfully for the template.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker
- Domain
- build-system, ci-cd, devops
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100