Giter Site home page Giter Site logo

jbang-devcontainer-template's Introduction

JBang devcontainer Template

Clone this repo and open it in gitpod.io or github codespaces.

Can be open directly using this: Open in Gitpod

jbang-devcontainer-template's People

Contributors

maxandersen avatar

Watchers

Tako Schotanus avatar  avatar

jbang-devcontainer-template's Issues

Container fails to initialize because Java 17 can't be installed

Tested a new repo in codespaces:

2022-11-07 10:46:11.483Z: #6 ERROR: executor failed running [/bin/sh -c bash -c ". /home/gitpod/.sdkman/bin/sdkman-init.sh              && sdk install jbang && jbang jdk install 17"]: exit code: 3
2022-11-07 10:46:11.651Z: ------
2022-11-07 10:46:11.651Z:  > [dev_container_auto_added_stage_label 3/3] RUN bash -c ". /home/gitpod/.sdkman/bin/sdkman-init.sh              && sdk install jbang && jbang jdk install 17":
2022-11-07 10:46:11.651Z: #6 9.028 Installing: jbang 0.99.1
2022-11-07 10:46:11.651Z: #6 9.092 Done installing!
2022-11-07 10:46:11.651Z: #6 9.092 
2022-11-07 10:46:11.651Z: #6 9.092 
2022-11-07 10:46:11.651Z: #6 9.092 Setting jbang 0.99.1 as default.
2022-11-07 10:46:11.651Z: #6 11.24 [jbang] Downloading JDK 17. Be patient, this can take several minutes...
2022-11-07 10:46:11.651Z: #6 58.90 [jbang] Installing JDK 17...
2022-11-07 10:46:11.651Z: #6 59.69 [jbang] [ERROR] Required Java version not possible to download or install. You can run with '--java 11' to force using the default installed Java.
2022-11-07 10:46:11.651Z: #6 59.69 [jbang] [ERROR] Unable to download or install JDK version 17
2022-11-07 10:46:11.651Z: #6 59.69 [jbang] Run with --verbose for more details
2022-11-07 10:46:11.651Z: ------
2022-11-07 10:46:11.651Z: ERROR: failed to solve: executor failed running [/bin/sh -c bash -c ". /home/gitpod/.sdkman/bin/sdkman-init.sh              && sdk install jbang && jbang jdk install 17"]: exit code: 3
2022-11-07 10:46:11.651Z: Stop (75718 ms): Run: docker buildx build --load --build-arg BUILDKIT_INLINE_CACHE=1 -f /tmp/devcontainercli-root/container-features/0.23.2-1667817895886/Dockerfile-with-features -t vsc-jbangdemo-e5367a0f93c7f8772653e6d8ccb08638 --target dev_containers_target_stage --build-arg _DEV_CONTAINERS_BASE_IMAGE=dev_container_auto_added_stage_label /var/lib/docker/codespacemount/workspace/jbangdemo/.devcontainer
2022-11-07 10:46:11.651Z: Error: Command failed: docker buildx build --load --build-arg BUILDKIT_INLINE_CACHE=1 -f /tmp/devcontainercli-root/container-features/0.23.2-1667817895886/Dockerfile-with-features -t vsc-jbangdemo-e5367a0f93c7f8772653e6d8ccb08638 --target dev_containers_target_stage --build-arg _DEV_CONTAINERS_BASE_IMAGE=dev_container_auto_added_stage_label /var/lib/docker/codespacemount/workspace/jbangdemo/.devcontainer
2022-11-07 10:46:11.651Z:     at doe (/usr/lib/node_modules/@microsoft/vscode-dev-containers-cli/dist/spec-node/devContainersSpecCLI.js:1888:1635)
2022-11-07 10:46:11.651Z:     at runMicrotasks (<anonymous>)
2022-11-07 10:46:11.651Z:     at processTicksAndRejections (internal/process/task_queues.js:95:5)
2022-11-07 10:46:11.651Z:     at async pF (/usr/lib/node_modules/@microsoft/vscode-dev-containers-cli/dist/spec-node/devContainersSpecCLI.js:1887:1973)
2022-11-07 10:46:11.651Z:     at async eT (/usr/lib/node_modules/@microsoft/vscode-dev-containers-cli/dist/spec-node/devContainersSpecCLI.js:1887:901)
2022-11-07 10:46:11.651Z:     at async voe (/usr/lib/node_modules/@microsoft/vscode-dev-containers-cli/dist/spec-node/devContainersSpecCLI.js:1893:2049)
2022-11-07 10:46:11.651Z:     at async Xf (/usr/lib/node_modules/@microsoft/vscode-dev-containers-cli/dist/spec-node/devContainersSpecCLI.js:1893:3212)
2022-11-07 10:46:11.652Z:     at async Jae (/usr/lib/node_modules/@microsoft/vscode-dev-containers-cli/dist/spec-node/devContainersSpecCLI.js:2013:15058)
2022-11-07 10:46:11.652Z:     at async Wae (/usr/lib/node_modules/@microsoft/vscode-dev-containers-cli/dist/spec-node/devContainersSpecCLI.js:2013:14812)
2022-11-07 10:46:11.652Z: Stop (225557 ms): Run: /usr/bin/node /usr/lib/node_modules/@microsoft/vscode-dev-containers-cli/dist/spec-node/devContainersSpecCLI.js up --user-data-folder /var/lib/docker/codespacemount/.persistedshare --container-data-folder .vscode-remote/data/Machine --container-system-data-folder /var/vscode-remote --workspace-folder /var/lib/docker/codespacemount/workspace/jbangdemo --id-label Type=codespaces --log-level info --log-format json --config /var/lib/docker/codespacemount/workspace/jbangdemo/.devcontainer/devcontainer.json --override-config /root/.codespaces/shared/merged_devcontainer.json --default-user-env-probe loginInteractiveShell --mount type=bind,source=/.codespaces/agent/mount/cache,target=/vscode --skip-post-create --update-remote-user-uid-default never --mount-workspace-git-root false
2022-11-07 10:46:11.652Z: Exit code 1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.