Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
AngryMaciek committed Aug 16, 2024
1 parent 7a0a7a9 commit 8d8995e
Showing 1 changed file with 0 additions and 98 deletions.
98 changes: 0 additions & 98 deletions .devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,104 +3,6 @@
"dockerfile": "./Dockerfile",
"context": "."
},
"features": {
"ghcr.io/devcontainers/features/common-utils:2": {
"username": "codespace",
"userUid": "1000",
"userGid": "1000"
},
"ghcr.io/devcontainers/features/dotnet:2": {
"version": "8.0",
"dotnetRuntimeVersions": "7.0",
"aspNetCoreRuntimeVersions": "7.0"
},
"ghcr.io/devcontainers/features/hugo:1": {
"version": "latest"
},
"ghcr.io/devcontainers/features/node:1": {
"version": "20",
"additionalVersions": "18"
},
"./local-features/nvs": "latest",
"ghcr.io/devcontainers/features/python:1": {
"version": "3.12.1",
"additionalVersions": "3.11.9",
"installJupyterlab": "true",
"configureJupyterlabAllowOrigin": "*",
"useOryxIfAvailable": "false"
},
"./local-features/machine-learning-packages": "latest",
"ghcr.io/devcontainers/features/php:1": {
"version": "8.3.0",
"additionalVersions": "8.2.13",
"installComposer": "true"
},
"ghcr.io/devcontainers/features/conda:1": {
"version": "latest"
},
"ghcr.io/devcontainers/features/ruby:1": {
"version": "3.3.4",
"additionalVersions": "3.3.2"
},
"ghcr.io/devcontainers/features/java:1": {
"version": "21",
"additionalVersions": "17",
"installGradle": "true",
"installMaven": "true"
},
"ghcr.io/devcontainers/features/sshd:1": {
"version": "latest"
},
"ghcr.io/devcontainers/features/git:1": {
"version": "latest",
"ppa": "false"
},
"ghcr.io/devcontainers/features/git-lfs:1": {
"version": "latest"
},
"ghcr.io/devcontainers/features/github-cli:1": {
"version": "latest"
},
"ghcr.io/devcontainers/features/docker-in-docker:2": {
"version": "latest"
},
"ghcr.io/devcontainers/features/kubectl-helm-minikube:1": {
"version": "latest"
},
"ghcr.io/devcontainers/features/go:1": {
"version": "latest"
},
"./local-features/jekyll": "latest",
"ghcr.io/devcontainers/features/oryx:1": "latest",
"./local-features/setup-user": "latest",
"./local-features/patch-python": {},
"./local-features/patch-conda": {}
},
"overrideFeatureInstallOrder": [
"ghcr.io/devcontainers/features/common-utils",
"ghcr.io/devcontainers/features/git",
"ghcr.io/devcontainers/features/dotnet",
"ghcr.io/devcontainers/features/hugo",
"ghcr.io/devcontainers/features/node",
"./local-features/nvs",
"ghcr.io/devcontainers/features/conda",
"./local-features/patch-conda",
"ghcr.io/devcontainers/features/python",
"./local-features/patch-python",
"./local-features/machine-learning-packages",
"ghcr.io/devcontainers/features/php",
"ghcr.io/devcontainers/features/ruby",
"ghcr.io/devcontainers/features/java",
"ghcr.io/devcontainers/features/sshd",
"ghcr.io/devcontainers/features/git-lfs",
"ghcr.io/devcontainers/features/github-cli",
"ghcr.io/devcontainers/features/docker-in-docker",
"ghcr.io/devcontainers/features/kubectl-helm-minikube",
"ghcr.io/devcontainers/features/go",
"./local-features/jekyll",
"ghcr.io/devcontainers/features/oryx",
"./local-features/setup-user"
],
"remoteUser": "codespace",
"containerUser": "codespace",

Expand Down

0 comments on commit 8d8995e

Please sign in to comment.