From a3ff7a5d6cb2ca2b5a87abfa9db9587931c199d7 Mon Sep 17 00:00:00 2001 From: Caleb Brose Date: Mon, 31 Oct 2022 10:00:34 -0500 Subject: [PATCH 1/3] Update update-documentation.yml --- .github/workflows/update-documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-documentation.yml b/.github/workflows/update-documentation.yml index 711c49256..1e2dd3078 100644 --- a/.github/workflows/update-documentation.yml +++ b/.github/workflows/update-documentation.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v2 - name: Generate Documentation - uses: devcontainers/action@v1 + uses: cmbrose/action@v0-cmbrose with: generate-docs: "true" base-path-to-features: "./src" From 23f031ccad843a14149795e5aff3dfa971e1716e Mon Sep 17 00:00:00 2001 From: Caleb Brose Date: Mon, 31 Oct 2022 10:07:45 -0500 Subject: [PATCH 2/3] Update update-documentation.yml --- .github/workflows/update-documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-documentation.yml b/.github/workflows/update-documentation.yml index 1e2dd3078..dab6e2370 100644 --- a/.github/workflows/update-documentation.yml +++ b/.github/workflows/update-documentation.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v2 - name: Generate Documentation - uses: cmbrose/action@v0-cmbrose + uses: cmbrose/action@v0.1-cmbrose with: generate-docs: "true" base-path-to-features: "./src" From 26e5a1f72d6c3b61e14414da693401f2f81de4d7 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 31 Oct 2022 15:11:55 +0000 Subject: [PATCH 3/3] Automated documentation update [skip ci] --- src/anaconda/README.md | 4 ++-- src/aws-cli/README.md | 4 ++-- src/azure-cli/README.md | 4 ++-- src/common-utils/README.md | 6 +++--- src/conda/README.md | 6 +++--- src/desktop-lite/README.md | 4 ++-- src/docker-from-docker/README.md | 4 ++-- src/docker-in-docker/README.md | 6 +++--- src/dotnet/README.md | 6 +++--- src/git-lfs/README.md | 4 ++-- src/git/README.md | 4 ++-- src/github-cli/README.md | 4 ++-- src/go/README.md | 4 ++-- src/hugo/README.md | 4 ++-- src/java/README.md | 8 ++++---- src/kubectl-helm-minikube/README.md | 4 ++-- src/node/README.md | 4 ++-- src/nvidia-cuda/README.md | 8 ++++---- src/oryx/README.md | 4 ++-- src/php/README.md | 4 ++-- src/powershell/README.md | 4 ++-- src/python/README.md | 10 +++++----- src/ruby/README.md | 4 ++-- src/rust/README.md | 4 ++-- src/sshd/README.md | 4 ++-- src/terraform/README.md | 4 ++-- 26 files changed, 63 insertions(+), 63 deletions(-) diff --git a/src/anaconda/README.md b/src/anaconda/README.md index 8f1130279..3b9b5a9ac 100644 --- a/src/anaconda/README.md +++ b/src/anaconda/README.md @@ -7,7 +7,7 @@ ```json "features": { - "ghcr.io/devcontainers/features/anaconda:1": { + "ghcr.io/cmbrose/devcontainer-features/anaconda:1": { "version": "latest" } } @@ -36,4 +36,4 @@ conda install python=3.7 --- -_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/anaconda/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cmbrose/devcontainer-features/blob/main/src/anaconda/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ diff --git a/src/aws-cli/README.md b/src/aws-cli/README.md index 3fb4688f8..c3f75d188 100644 --- a/src/aws-cli/README.md +++ b/src/aws-cli/README.md @@ -7,7 +7,7 @@ Installs the AWS CLI along with needed dependencies. Useful for base Dockerfiles ```json "features": { - "ghcr.io/devcontainers/features/aws-cli:1": { + "ghcr.io/cmbrose/devcontainer-features/aws-cli:1": { "version": "latest" } } @@ -23,4 +23,4 @@ Available versions of the AWS CLI can be found here: https://github.com/aws/aws- --- -_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/aws-cli/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cmbrose/devcontainer-features/blob/main/src/aws-cli/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ diff --git a/src/azure-cli/README.md b/src/azure-cli/README.md index 8b6193ea7..0e84e359d 100644 --- a/src/azure-cli/README.md +++ b/src/azure-cli/README.md @@ -7,7 +7,7 @@ Installs the Azure CLI along with needed dependencies. Useful for base Dockerfil ```json "features": { - "ghcr.io/devcontainers/features/azure-cli:1": { + "ghcr.io/cmbrose/devcontainer-features/azure-cli:1": { "version": "latest" } } @@ -23,4 +23,4 @@ Installs the Azure CLI along with needed dependencies. Useful for base Dockerfil --- -_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/azure-cli/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cmbrose/devcontainer-features/blob/main/src/azure-cli/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ diff --git a/src/common-utils/README.md b/src/common-utils/README.md index 1b1342c64..5ac1d51a0 100644 --- a/src/common-utils/README.md +++ b/src/common-utils/README.md @@ -7,7 +7,7 @@ Installs a set of common command line utilities, Oh My Zsh!, and sets up a non-r ```json "features": { - "ghcr.io/devcontainers/features/common-utils:1": { + "ghcr.io/cmbrose/devcontainer-features/common-utils:1": { "version": "latest" } } @@ -23,7 +23,7 @@ Installs a set of common command line utilities, Oh My Zsh!, and sets up a non-r | username | Enter name of non-root user to configure or none to skip | string | automatic | | uid | Enter uid for non-root user | string | automatic | | gid | Enter gid for non-root user | string | automatic | -| nonFreePackages | Add packages from non-free Debian repository? | boolean | - | +| nonFreePackages | Add packages from non-free Debian repository? | boolean | false | ## Speeding up the command prompt in large repositories @@ -41,4 +41,4 @@ This setting will survive a rebuild since it is applied to the repository rather --- -_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/common-utils/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cmbrose/devcontainer-features/blob/main/src/common-utils/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ diff --git a/src/conda/README.md b/src/conda/README.md index b4c949cee..c50349629 100644 --- a/src/conda/README.md +++ b/src/conda/README.md @@ -7,7 +7,7 @@ A cross-platform, language-agnostic binary package manager ```json "features": { - "ghcr.io/devcontainers/features/conda:1": { + "ghcr.io/cmbrose/devcontainer-features/conda:1": { "version": "latest" } } @@ -18,7 +18,7 @@ A cross-platform, language-agnostic binary package manager | Options Id | Description | Type | Default Value | |-----|-----|-----|-----| | version | Select or enter a conda version. | string | latest | -| addCondaForge | Add conda-forge channel to the config? | boolean | - | +| addCondaForge | Add conda-forge channel to the config? | boolean | false | ## Using Conda @@ -37,4 +37,4 @@ conda install python=3.7 --- -_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/conda/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cmbrose/devcontainer-features/blob/main/src/conda/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ diff --git a/src/desktop-lite/README.md b/src/desktop-lite/README.md index 36d8693a1..04206602c 100644 --- a/src/desktop-lite/README.md +++ b/src/desktop-lite/README.md @@ -7,7 +7,7 @@ Adds a lightweight Fluxbox based desktop to the container that can be accessed u ```json "features": { - "ghcr.io/devcontainers/features/desktop-lite:1": { + "ghcr.io/cmbrose/devcontainer-features/desktop-lite:1": { "version": "latest" } } @@ -91,4 +91,4 @@ That's it! --- -_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/desktop-lite/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cmbrose/devcontainer-features/blob/main/src/desktop-lite/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ diff --git a/src/docker-from-docker/README.md b/src/docker-from-docker/README.md index 18b2f7fd5..218e64f2c 100644 --- a/src/docker-from-docker/README.md +++ b/src/docker-from-docker/README.md @@ -7,7 +7,7 @@ ```json "features": { - "ghcr.io/devcontainers/features/docker-from-docker:1": { + "ghcr.io/cmbrose/devcontainer-features/docker-from-docker:1": { "version": "latest" } } @@ -51,4 +51,4 @@ docker run -it --rm -v ${LOCAL_WORKSPACE_FOLDER}:/workspace debian bash --- -_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/docker-from-docker/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cmbrose/devcontainer-features/blob/main/src/docker-from-docker/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ diff --git a/src/docker-in-docker/README.md b/src/docker-in-docker/README.md index 83a0bb972..358cab52d 100644 --- a/src/docker-in-docker/README.md +++ b/src/docker-in-docker/README.md @@ -7,7 +7,7 @@ Create child containers *inside* a container, independent from the host's docker ```json "features": { - "ghcr.io/devcontainers/features/docker-in-docker:1": { + "ghcr.io/cmbrose/devcontainer-features/docker-in-docker:1": { "version": "latest" } } @@ -21,10 +21,10 @@ Create child containers *inside* a container, independent from the host's docker | moby | Install OSS Moby build instead of Docker CE | boolean | true | | dockerDashComposeVersion | Default version of Docker Compose (v1 or v2) | string | v1 | | azureDnsAutoDetection | Allow automatically setting the dockerd DNS server when the installation script detects it is running in Azure | boolean | true | -| dockerDefaultAddressPool | Define default address pools for Docker networks. e.g. base=192.168.0.0/16,size=24 | string | - | +| dockerDefaultAddressPool | Define default address pools for Docker networks. e.g. base=192.168.0.0/16,size=24 | string | | --- -_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/docker-in-docker/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cmbrose/devcontainer-features/blob/main/src/docker-in-docker/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ diff --git a/src/dotnet/README.md b/src/dotnet/README.md index c74e6790c..340c2bd09 100644 --- a/src/dotnet/README.md +++ b/src/dotnet/README.md @@ -7,7 +7,7 @@ Installs the .NET CLI. Provides option of installing sdk or runtime, and option ```json "features": { - "ghcr.io/devcontainers/features/dotnet:1": { + "ghcr.io/cmbrose/devcontainer-features/dotnet:1": { "version": "latest" } } @@ -18,11 +18,11 @@ Installs the .NET CLI. Provides option of installing sdk or runtime, and option | Options Id | Description | Type | Default Value | |-----|-----|-----|-----| | version | Select or enter a dotnet CLI version. (Available versions may vary by Linux distribution.) | string | latest | -| runtimeOnly | Install just the dotnet runtime if true, and sdk if false. | boolean | - | +| runtimeOnly | Install just the dotnet runtime if true, and sdk if false. | boolean | false | | installUsingApt | If true, it installs using apt instead of the release URL | boolean | true | --- -_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/dotnet/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cmbrose/devcontainer-features/blob/main/src/dotnet/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ diff --git a/src/git-lfs/README.md b/src/git-lfs/README.md index 1f7e6c3a2..26ea09716 100644 --- a/src/git-lfs/README.md +++ b/src/git-lfs/README.md @@ -7,7 +7,7 @@ Installs Git Large File Support (Git LFS) along with needed dependencies. Useful ```json "features": { - "ghcr.io/devcontainers/features/git-lfs:1": { + "ghcr.io/cmbrose/devcontainer-features/git-lfs:1": { "version": "latest" } } @@ -23,4 +23,4 @@ Installs Git Large File Support (Git LFS) along with needed dependencies. Useful --- -_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/git-lfs/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cmbrose/devcontainer-features/blob/main/src/git-lfs/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ diff --git a/src/git/README.md b/src/git/README.md index 54e1fa608..14817c452 100644 --- a/src/git/README.md +++ b/src/git/README.md @@ -7,7 +7,7 @@ Install an up-to-date version of Git, built from source as needed. Useful for wh ```json "features": { - "ghcr.io/devcontainers/features/git:1": { + "ghcr.io/cmbrose/devcontainer-features/git:1": { "version": "latest" } } @@ -24,4 +24,4 @@ Install an up-to-date version of Git, built from source as needed. Useful for wh --- -_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/git/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cmbrose/devcontainer-features/blob/main/src/git/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ diff --git a/src/github-cli/README.md b/src/github-cli/README.md index 5e95dec13..77579e6c3 100644 --- a/src/github-cli/README.md +++ b/src/github-cli/README.md @@ -7,7 +7,7 @@ Installs the GitHub CLI. Auto-detects latest version and installs needed depende ```json "features": { - "ghcr.io/devcontainers/features/github-cli:1": { + "ghcr.io/cmbrose/devcontainer-features/github-cli:1": { "version": "latest" } } @@ -24,4 +24,4 @@ Installs the GitHub CLI. Auto-detects latest version and installs needed depende --- -_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/github-cli/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cmbrose/devcontainer-features/blob/main/src/github-cli/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ diff --git a/src/go/README.md b/src/go/README.md index 3282b245b..8caa6337d 100644 --- a/src/go/README.md +++ b/src/go/README.md @@ -7,7 +7,7 @@ Installs Go and common Go utilities. Auto-detects latest version and installs ne ```json "features": { - "ghcr.io/devcontainers/features/go:1": { + "ghcr.io/cmbrose/devcontainer-features/go:1": { "version": "latest" } } @@ -24,4 +24,4 @@ Installs Go and common Go utilities. Auto-detects latest version and installs ne --- -_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/go/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cmbrose/devcontainer-features/blob/main/src/go/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ diff --git a/src/hugo/README.md b/src/hugo/README.md index afd7aee86..733a92163 100644 --- a/src/hugo/README.md +++ b/src/hugo/README.md @@ -7,7 +7,7 @@ ```json "features": { - "ghcr.io/devcontainers/features/hugo:1": { + "ghcr.io/cmbrose/devcontainer-features/hugo:1": { "version": "latest" } } @@ -23,4 +23,4 @@ --- -_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/hugo/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cmbrose/devcontainer-features/blob/main/src/hugo/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ diff --git a/src/java/README.md b/src/java/README.md index 388aa07c8..d96540ba8 100644 --- a/src/java/README.md +++ b/src/java/README.md @@ -7,7 +7,7 @@ Installs Java, SDKMAN! (if not installed), and needed dependencies. ```json "features": { - "ghcr.io/devcontainers/features/java:1": { + "ghcr.io/cmbrose/devcontainer-features/java:1": { "version": "latest" } } @@ -19,8 +19,8 @@ Installs Java, SDKMAN! (if not installed), and needed dependencies. |-----|-----|-----|-----| | version | Select or enter a Java version to install | string | latest | | jdkDistro | Select or enter a JDK distribution | string | ms | -| installGradle | Install Gradle, a build automation tool for multi-language software development | boolean | - | -| installMaven | Install Maven, a management tool for Java | boolean | - | +| installGradle | Install Gradle, a build automation tool for multi-language software development | boolean | false | +| installMaven | Install Maven, a management tool for Java | boolean | false | ## License @@ -29,4 +29,4 @@ For the Java Feature from this repository, see [NOTICE.txt](https://github.com/d --- -_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/java/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cmbrose/devcontainer-features/blob/main/src/java/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ diff --git a/src/kubectl-helm-minikube/README.md b/src/kubectl-helm-minikube/README.md index 11a139de2..5bb952381 100644 --- a/src/kubectl-helm-minikube/README.md +++ b/src/kubectl-helm-minikube/README.md @@ -7,7 +7,7 @@ Installs latest version of kubectl, Helm, and optionally minikube. Auto-detects ```json "features": { - "ghcr.io/devcontainers/features/kubectl-helm-minikube:1": { + "ghcr.io/cmbrose/devcontainer-features/kubectl-helm-minikube:1": { "version": "latest" } } @@ -37,4 +37,4 @@ nohup kubectl port-forward --pod-running-timeout=24h -n ingress-nginx service/in --- -_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/kubectl-helm-minikube/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cmbrose/devcontainer-features/blob/main/src/kubectl-helm-minikube/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ diff --git a/src/node/README.md b/src/node/README.md index cb66356dc..aa89da540 100644 --- a/src/node/README.md +++ b/src/node/README.md @@ -7,7 +7,7 @@ Installs Node.js, nvm, yarn, and needed dependencies. ```json "features": { - "ghcr.io/devcontainers/features/node:1": { + "ghcr.io/cmbrose/devcontainer-features/node:1": { "version": "latest" } } @@ -26,4 +26,4 @@ Installs Node.js, nvm, yarn, and needed dependencies. --- -_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/node/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cmbrose/devcontainer-features/blob/main/src/node/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ diff --git a/src/nvidia-cuda/README.md b/src/nvidia-cuda/README.md index 710bcf5b5..e1393e2bb 100644 --- a/src/nvidia-cuda/README.md +++ b/src/nvidia-cuda/README.md @@ -7,7 +7,7 @@ Installs shared libraries for NVIDIA CUDA. ```json "features": { - "ghcr.io/devcontainers/features/nvidia-cuda:1": { + "ghcr.io/cmbrose/devcontainer-features/nvidia-cuda:1": { "version": "latest" } } @@ -17,8 +17,8 @@ Installs shared libraries for NVIDIA CUDA. | Options Id | Description | Type | Default Value | |-----|-----|-----|-----| -| installCudnn | Additionally install CUDA Deep Neural Network (cuDNN) shared library | boolean | - | -| installNvtx | Additionally install NVIDIA Tools Extension (NVTX) | boolean | - | +| installCudnn | Additionally install CUDA Deep Neural Network (cuDNN) shared library | boolean | false | +| installNvtx | Additionally install NVIDIA Tools Extension (NVTX) | boolean | false | | cudaVersion | Version of CUDA to install | string | 11.7 | | cudnnVersion | Version of cuDNN to install | string | 8.5.0.96 | @@ -45,4 +45,4 @@ Enable GPU passthrough to your devcontainer by adding `["--gpus", "all"]` to you --- -_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/nvidia-cuda/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cmbrose/devcontainer-features/blob/main/src/nvidia-cuda/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ diff --git a/src/oryx/README.md b/src/oryx/README.md index 67fd70a88..73682b3ab 100644 --- a/src/oryx/README.md +++ b/src/oryx/README.md @@ -7,7 +7,7 @@ Installs the oryx CLI ```json "features": { - "ghcr.io/devcontainers/features/oryx:1": { + "ghcr.io/cmbrose/devcontainer-features/oryx:1": { "version": "latest" } } @@ -19,4 +19,4 @@ Installs the oryx CLI --- -_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/oryx/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cmbrose/devcontainer-features/blob/main/src/oryx/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ diff --git a/src/php/README.md b/src/php/README.md index f0c605cce..8ae5806db 100644 --- a/src/php/README.md +++ b/src/php/README.md @@ -7,7 +7,7 @@ ```json "features": { - "ghcr.io/devcontainers/features/php:1": { + "ghcr.io/cmbrose/devcontainer-features/php:1": { "version": "latest" } } @@ -24,4 +24,4 @@ --- -_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/php/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cmbrose/devcontainer-features/blob/main/src/php/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ diff --git a/src/powershell/README.md b/src/powershell/README.md index 24bdb0cb3..54f3d8c17 100644 --- a/src/powershell/README.md +++ b/src/powershell/README.md @@ -7,7 +7,7 @@ Installs PowerShell along with needed dependencies. Useful for base Dockerfiles ```json "features": { - "ghcr.io/devcontainers/features/powershell:1": { + "ghcr.io/cmbrose/devcontainer-features/powershell:1": { "version": "latest" } } @@ -23,4 +23,4 @@ Installs PowerShell along with needed dependencies. Useful for base Dockerfiles --- -_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/powershell/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cmbrose/devcontainer-features/blob/main/src/powershell/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ diff --git a/src/python/README.md b/src/python/README.md index 2f1434dad..965cdcaa5 100644 --- a/src/python/README.md +++ b/src/python/README.md @@ -7,7 +7,7 @@ Installs the provided version of Python, as well as PIPX, and other common Pytho ```json "features": { - "ghcr.io/devcontainers/features/python:1": { + "ghcr.io/cmbrose/devcontainer-features/python:1": { "version": "latest" } } @@ -19,13 +19,13 @@ Installs the provided version of Python, as well as PIPX, and other common Pytho |-----|-----|-----|-----| | version | Select a Python version to install. | string | os-provided | | installTools | Install common Python tools like pylint | boolean | true | -| optimize | Optimize Python for performance when compiled (slow) | boolean | - | +| optimize | Optimize Python for performance when compiled (slow) | boolean | false | | installPath | The path where python will be installed. | string | /usr/local/python | -| installJupyterlab | Install JupyterLab, a web-based interactive development environment for notebooks | boolean | - | -| configureJupyterlabAllowOrigin | Configure JupyterLab to accept HTTP requests from the specified origin | string | - | +| installJupyterlab | Install JupyterLab, a web-based interactive development environment for notebooks | boolean | false | +| configureJupyterlabAllowOrigin | Configure JupyterLab to accept HTTP requests from the specified origin | string | | --- -_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/python/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cmbrose/devcontainer-features/blob/main/src/python/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ diff --git a/src/ruby/README.md b/src/ruby/README.md index d8ca8555f..7c4972d83 100644 --- a/src/ruby/README.md +++ b/src/ruby/README.md @@ -7,7 +7,7 @@ Installs Ruby, rvm, rbenv, common Ruby utilities, and needed dependencies. ```json "features": { - "ghcr.io/devcontainers/features/ruby:1": { + "ghcr.io/cmbrose/devcontainer-features/ruby:1": { "version": "latest" } } @@ -23,4 +23,4 @@ Installs Ruby, rvm, rbenv, common Ruby utilities, and needed dependencies. --- -_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/ruby/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cmbrose/devcontainer-features/blob/main/src/ruby/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ diff --git a/src/rust/README.md b/src/rust/README.md index 4756cb711..bb92fa6fd 100644 --- a/src/rust/README.md +++ b/src/rust/README.md @@ -7,7 +7,7 @@ Installs Rust, common Rust utilities, and their required dependencies ```json "features": { - "ghcr.io/devcontainers/features/rust:1": { + "ghcr.io/cmbrose/devcontainer-features/rust:1": { "version": "latest" } } @@ -24,4 +24,4 @@ Installs Rust, common Rust utilities, and their required dependencies --- -_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/rust/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cmbrose/devcontainer-features/blob/main/src/rust/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ diff --git a/src/sshd/README.md b/src/sshd/README.md index 511659e39..bf4d842e5 100644 --- a/src/sshd/README.md +++ b/src/sshd/README.md @@ -7,7 +7,7 @@ Adds a SSH server into a container so that you can use an external terminal, sft ```json "features": { - "ghcr.io/devcontainers/features/sshd:1": { + "ghcr.io/cmbrose/devcontainer-features/sshd:1": { "version": "latest" } } @@ -85,4 +85,4 @@ While the some services automates SSH setup (e.g., when using the GitHub CLI for --- -_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/sshd/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cmbrose/devcontainer-features/blob/main/src/sshd/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ diff --git a/src/terraform/README.md b/src/terraform/README.md index 36c5d7786..3b272b29b 100644 --- a/src/terraform/README.md +++ b/src/terraform/README.md @@ -7,7 +7,7 @@ Installs the Terraform CLI and optionally TFLint and Terragrunt. Auto-detects la ```json "features": { - "ghcr.io/devcontainers/features/terraform:1": { + "ghcr.io/cmbrose/devcontainer-features/terraform:1": { "version": "latest" } } @@ -25,4 +25,4 @@ Installs the Terraform CLI and optionally TFLint and Terragrunt. Auto-detects la --- -_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/terraform/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/cmbrose/devcontainer-features/blob/main/src/terraform/devcontainer-feature.json). Add additional notes to a `NOTES.md`._