Created
June 22, 2022 04:33
-
-
Save PeteTheHeat/e5aa8d95c244075bd158cb68e56f3341 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#0 10.64 OK | |
#0 10.96 Hit:1 http://deb.debian.org/debian bullseye InRelease | |
#0 10.96 Hit:2 http://security.debian.org/debian-security bullseye-security InRelease | |
#0 10.98 Hit:3 http://deb.debian.org/debian bullseye-updates InRelease | |
#0 11.01 Hit:4 https://dl.yarnpkg.com/debian stable InRelease | |
#0 11.16 Get:5 https://download.docker.com/linux/debian bullseye InRelease [43.3 kB | |
[2022-06-22T04:30:02.475Z] ] | |
#0 11.33 Get:6 https://download.docker.com/linux/debian bullseye/stable amd64 Packages [11.5 kB] | |
#0 11.35 Fetched 54.8 kB in 0s (126 kB/s) | |
#0 11.35 Reading package lists... | |
#0 11.63 Reading package lists... | |
#0 11.90 Building dependency tree... | |
#0 11.97 Reading state information... | |
#0 11.98 Package docker-ce-cli is not available, but is referred to by another package. | |
#0 11.98 This may mean that the package is missing, has been obsoleted, or | |
#0 11.98 is only available from another source | |
#0 11.98 | |
#0 12.03 E: Package 'docker-ce-cli' has no installation candidate | |
------ | |
error: failed to solve: executor failed running [/bin/sh -c apt-get update && export DEBIAN_FRONTEND=noninteractive && apt-get -y install --no-install-recommends && apt-get install -y apt-transport-https ca-certificates curl gnupg-agent software-properties-common lsb-release && curl -fsSL https://download.docker.com/linux/$(lsb_release -is | tr '[:upper:]' '[:lower:]')/gpg | apt-key add - 2>/dev/null && add-apt-repo | |
[2022-06-22T04:30:02.475Z] sitory "deb [arch=amd64] https://download.docker.com/linux/$(lsb_release -is | tr '[:upper:]' '[:lower:]') $(lsb_release -cs) stable" && apt-get update && apt-get install -y docker-ce-cli && groupadd docker && usermod -aG docker $USERNAME && apt-get install -y sudo && echo $USERNAME ALL=\(root\) NOPASSWD:ALL > /etc/sudoers.d/$USERNAME && chmod 0440 /etc/sudoers.d/$USERNAME && apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/*]: exit code: 100 | |
[2022-06-22T04:30:02.481Z] Stop (13211 ms): Run: docker buildx build --load --build-arg BUILDKIT_INLINE_CACHE=1 -f /Users/peterargany/workspace/crypto-dollar-cost-averaging/.devcontainer/Dockerfile -t vsc-crypto-dollar-cost-averaging-4074e89f36a144e1c1c36a257f9d7903 --build-arg VARIANT=3.7 /Users/peterargany/workspace/crypto-dollar-cost-averaging | |
[2022-06-22T04:30:02.482Z] Error: Command failed: docker buildx build --load --build-arg BUILDKIT_INLINE_CACHE=1 -f /Users/peterargany/workspace/crypto-dollar-cost-averaging/.devcontainer/Dockerfile -t vsc-crypto-dollar-cost-averaging-4074e89f36a144e1c1c36a257f9d7903 --build-arg VARIANT=3.7 /Users/peterargany/workspace/crypto-dollar-cost-averaging | |
[2022-06-22T04:30:02.482Z] at jR (/Users/peterargany/.vscode/extensions/ms-vscode-remote.remote-containers-0.238.2/dist/spec-node/devContainersSpecCLI.js:240:1143) | |
[2022-06-22T04:30:02.482Z] at processTicksAndRejections (node:internal/process/task_queues:96:5) | |
[2022-06-22T04:30:02.482Z] at async Uu (/Users/peterargany/.vscode/extensions/ms-vscode-remote.remote-containers-0.238.2/dist/spec-node/devContainersSpecCLI.js:239:2142) | |
[2022-06-22T04:30:02.482Z] at async Jy (/Users/peterargany/.vscode/extensions/ms-vscode-remote.remote-containers-0.238.2/dist/spec-node/devContainersSpecCLI.js:239:1168) | |
[2022-06-22T04:30:02.482Z] at async zR (/Users/peterargany/.vscode/extensions/ms-vscode-remote.remote-containers-0.238.2/dist/spec-node/devContainersSpecCLI.js:245:2006) | |
[2022-06-22T04:30:02.482Z] at async nb (/Users/peterargany/.vscode/extensions/ms-vscode-remote.remote-containers-0.238.2/dist/spec-node/devContainersSpecCLI.js:245:3110) | |
[2022-06-22T04:30:02.482Z] at async JR (/Users/peterargany/.vscode/extensions/ms-vscode-remote.remote-containers-0.238.2/dist/spec-node/devContainersSpecCLI.js:245:13046) | |
[2022-06-22T04:30:02.482Z] at async KR (/Users/peterargany/.vscode/extensions/ms-vscode-remote.remote-containers-0.238.2/dist/spec-node/devContainersSpecCLI.js:245:12802) | |
[2022-06-22T04:30:02.483Z] Stop (13485 ms): Run: /Applications/Visual Studio Code.app/Contents/Frameworks/Code Helper.app/Contents/MacOS/Code Helper /Users/peterargany/.vscode/extensions/ms-vscode-remote.remote-containers-0.238.2/dist/spec-node/devContainersSpecCLI.js up --user-data-folder /Users/peterargany/Library/Application Support/Code/User/globalStorage/ms-vscode-remote.remote-containers/data --workspace-folder /Users/peterargany/workspace/crypto-dollar-cost-averaging --workspace-mount-consistency cached --id-label devcontainer.local_folder=/Users/peterargany/workspace/crypto-dollar-cost-averaging --log-level debug --log-format json --config /Users/peterargany/workspace/crypto-dollar-cost-averaging/.devcontainer/devcontainer.json --default-user-env-probe loginInteractiveShell --mount type=volume,source=vscode,target=/vscode,external=true --skip-post-create --update-remote-user-uid-default on --mount-workspace-git-root true | |
[2022-06-22T04:30:02.484Z] Exit code 1 | |
[2022-06-22T04:30:02.485Z] Command failed: /Applications/Visual Studio Code.app/Contents/Frameworks/Code Helper.app/Contents/MacOS/Code Helper /Users/peterargany/.vscode/extensions/ms-vscode-remote.remote-containers-0.238.2/dist/spec-node/devContainersSpecCLI.js up --user-data-folder /Users/peterargany/Library/Application Support/Code/User/globalStorage/ms-vscode-remote.remote-containers/data --workspace-folder /Users/peterargany/workspace/crypto-dollar-cost-averaging --workspace-mount-consistency cached --id-label devcontainer.local_folder=/Users/peterargany/workspace/crypto-dollar-cost-averaging --log-level debug --log-format json --config /Users/peterargany/workspace/crypto-dollar-cost-averaging/.devcontainer/devcontainer.json --default-user-env-probe loginInteractiveShell --mount type=volume,source=vscode,target=/vscode,external=true --skip-post-create --update-remote-user-uid-default on --mount-workspace-git-root true | |
[2022-06-22T04:30:02.485Z] Exit code 1 |
nrakover
commented
Jun 22, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment