Skip to content

Instantly share code, notes, and snippets.

@alunduil
Created June 11, 2023 11:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alunduil/94ecbee4eae6753455fee8faaee60834 to your computer and use it in GitHub Desktop.
Save alunduil/94ecbee4eae6753455fee8faaee60834 to your computer and use it in GitHub Desktop.
devcontainer up
[2023-06-11T11:29:25.923Z] @devcontainers/cli 0.42.0. Node.js v16.17.1. linux 5.15.103-17409-g07029265d738 x64.
[2023-06-11T11:29:31.111Z] Start: Run: docker buildx build --load --build-context dev_containers_feature_content_source=/tmp/devcontainercli-alunduil/container-features/0.42.0-1686482968216 --build-arg _DEV_CONTAINERS_BASE_IMAGE=mcr.microsoft.com/devcontainers/base:debian --build-arg _DEV_CONTAINERS_IMAGE_USER=root --build-arg _DEV_CONTAINERS_FEATURE_CONTENT_SOURCE=dev_container_feature_content_temp --target dev_containers_target_stage -t vsc-devcontainer-755a81158a18280d694bd5eaf49a4f6063d194b28e4234601df8b32a7bdbc90e-features -f /tmp/devcontainercli-alunduil/container-features/0.42.0-1686482968216/Dockerfile.extended /tmp/devcontainercli-alunduil/empty-folder
[2023-06-11T11:29:31.554Z] #1 [internal] load .dockerignore
#1 transferring context: 2B done
#1 DONE 0.1s
#2 [internal] load build definition from Dockerfile.extended
#2 transferring dockerfile: 4.55kB done
#2 DONE 0.1s
[2023-06-11T11:29:31.706Z]
#3 resolve image config for docker.io/docker/dockerfile:1.4
#3 DONE 0.0s
#4 docker-image://docker.io/docker/dockerfile:1.4
#4 CACHED
[2023-06-11T11:29:32.777Z] Dockerfile.extended:1
--------------------
1 | >>> # syntax=docker/dockerfile:1.4
2 | ARG _DEV_CONTAINERS_BASE_IMAGE=placeholder
3 |
--------------------
ERROR: failed to solve: exit code: 1
[2023-06-11T11:29:32.806Z] Exit code 1
Error: Command failed: docker buildx build --load --build-context dev_containers_feature_content_source=/tmp/devcontainercli-alunduil/container-features/0.42.0-1686482968216 --build-arg _DEV_CONTAINERS_BASE_IMAGE=mcr.microsoft.com/devcontainers/base:debian --build-arg _DEV_CONTAINERS_IMAGE_USER=root --build-arg _DEV_CONTAINERS_FEATURE_CONTENT_SOURCE=dev_container_feature_content_temp --target dev_containers_target_stage -t vsc-devcontainer-755a81158a18280d694bd5eaf49a4f6063d194b28e4234601df8b32a7bdbc90e-features -f /tmp/devcontainercli-alunduil/container-features/0.42.0-1686482968216/Dockerfile.extended /tmp/devcontainercli-alunduil/empty-folder
at mte (/home/alunduil/.vscode/extensions/ms-vscode-remote.remote-containers-0.295.0/dist/spec-node/devContainersSpecCLI.js:2003:3286)
at IN (/home/alunduil/.vscode/extensions/ms-vscode-remote.remote-containers-0.295.0/dist/spec-node/devContainersSpecCLI.js:2003:3222)
at process.processTicksAndRejections (node:internal/process/task_queues:96:5)
at async Ote (/home/alunduil/.vscode/extensions/ms-vscode-remote.remote-containers-0.295.0/dist/spec-node/devContainersSpecCLI.js:2020:3660)
at async Hf (/home/alunduil/.vscode/extensions/ms-vscode-remote.remote-containers-0.295.0/dist/spec-node/devContainersSpecCLI.js:2020:4775)
at async Qre (/home/alunduil/.vscode/extensions/ms-vscode-remote.remote-containers-0.295.0/dist/spec-node/devContainersSpecCLI.js:2151:10371)
at async Zre (/home/alunduil/.vscode/extensions/ms-vscode-remote.remote-containers-0.295.0/dist/spec-node/devContainersSpecCLI.js:2151:10112)
{"outcome":"error","message":"Command failed: docker buildx build --load --build-context dev_containers_feature_content_source=/tmp/devcontainercli-alunduil/container-features/0.42.0-1686482968216 --build-arg _DEV_CONTAINERS_BASE_IMAGE=mcr.microsoft.com/devcontainers/base:debian --build-arg _DEV_CONTAINERS_IMAGE_USER=root --build-arg _DEV_CONTAINERS_FEATURE_CONTENT_SOURCE=dev_container_feature_content_temp --target dev_containers_target_stage -t vsc-devcontainer-755a81158a18280d694bd5eaf49a4f6063d194b28e4234601df8b32a7bdbc90e-features -f /tmp/devcontainercli-alunduil/container-features/0.42.0-1686482968216/Dockerfile.extended /tmp/devcontainercli-alunduil/empty-folder","description":"An error occurred setting up the container."}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment