diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 096a3d095..78a3b2f57 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -3,7 +3,7 @@ "features": { "ghcr.io/devcontainers/features/docker-in-docker:2": {} }, - "postCreateCommand": "npm install -g @devcontainers/cli", + "postCreateCommand": "npm install -g devcontainers-cli-0.73.0.tgz", "hostRequirements": { "cpus": 4 }, diff --git a/devcontainers-cli-0.73.0.tgz b/devcontainers-cli-0.73.0.tgz new file mode 100644 index 000000000..f48164ffd Binary files /dev/null and b/devcontainers-cli-0.73.0.tgz differ diff --git a/src/anaconda/README.md b/src/anaconda/README.md index 3346823b4..c13a9db94 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/garymacindoe/features/anaconda:1": {} } ``` @@ -41,4 +41,4 @@ This Feature should work on recent versions of Debian/Ubuntu-based distributions --- -_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/garymacindoe/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 e45cb3f4c..de9b45743 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/garymacindoe/features/aws-cli:1": {} } ``` @@ -34,4 +34,4 @@ This Feature should work on recent versions of Debian/Ubuntu-based distributions --- -_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/garymacindoe/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 2e7b6d39b..2b90216c8 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/garymacindoe/features/azure-cli:1": {} } ``` @@ -18,6 +18,7 @@ Installs the Azure CLI along with needed dependencies. Useful for base Dockerfil | version | Select or enter an Azure CLI version. (Available versions may vary by Linux distribution.) | string | latest | | extensions | Optional comma separated list of Azure CLI extensions to install in profile. | string | - | | installBicep | Optionally install Azure Bicep | boolean | false | +| bicepVersion | Select or enter a Bicep version. ('latest' or a specic version such as 'v0.31.92') | string | latest | | installUsingPython | Install Azure CLI using Python instead of pipx | boolean | false | ## Customizations @@ -37,4 +38,4 @@ This Feature should work on recent versions of Debian/Ubuntu-based distributions --- -_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/garymacindoe/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 b8e37a8c8..218cd5b48 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:2": {} + "ghcr.io/garymacindoe/features/common-utils:2": {} } ``` @@ -55,4 +55,4 @@ For `zsh`, the default theme is a [standard Oh My Zsh! theme](https://ohmyz.sh/) --- -_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/garymacindoe/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 2e123f2c7..aae77f0db 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/garymacindoe/features/conda:1": {} } ``` @@ -42,4 +42,4 @@ This Feature should work on recent versions of Debian/Ubuntu-based distributions --- -_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/garymacindoe/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 a70997405..6d0d1ed92 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/garymacindoe/features/desktop-lite:1": {} } ``` @@ -106,4 +106,4 @@ This Feature should work on recent versions of Debian/Ubuntu-based distributions --- -_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/garymacindoe/features/blob/main/src/desktop-lite/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 336e458e4..364a23475 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:2": {} + "ghcr.io/garymacindoe/features/docker-in-docker:2": {} } ``` @@ -51,4 +51,4 @@ This Feature should work on recent versions of Debian/Ubuntu-based distributions --- -_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/garymacindoe/features/blob/main/src/docker-in-docker/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ diff --git a/src/docker-outside-of-docker/README.md b/src/docker-outside-of-docker/README.md index 04e7260f6..a184ee6f2 100644 --- a/src/docker-outside-of-docker/README.md +++ b/src/docker-outside-of-docker/README.md @@ -9,7 +9,7 @@ Re-use the host docker socket, adding the Docker CLI to a container. Feature inv ```json "features": { - "ghcr.io/devcontainers/features/docker-outside-of-docker:1": {} + "ghcr.io/garymacindoe/features/docker-outside-of-docker:1": {} } ``` @@ -95,4 +95,4 @@ This Feature should work on recent versions of Debian/Ubuntu-based distributions --- -_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/docker-outside-of-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/garymacindoe/features/blob/main/src/docker-outside-of-docker/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ diff --git a/src/dotnet/README.md b/src/dotnet/README.md index fecaeb3f3..5026e5975 100644 --- a/src/dotnet/README.md +++ b/src/dotnet/README.md @@ -7,7 +7,7 @@ This Feature installs the latest .NET SDK, which includes the .NET CLI and the s ```json "features": { - "ghcr.io/devcontainers/features/dotnet:2": {} + "ghcr.io/garymacindoe/features/dotnet:2": {} } ``` @@ -109,4 +109,4 @@ This Feature should work on recent versions of Debian/Ubuntu-based distributions --- -_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/garymacindoe/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 07f671755..107469e1b 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/garymacindoe/features/git-lfs:1": {} } ``` @@ -30,4 +30,4 @@ This Feature should work on recent versions of Debian/Ubuntu-based distributions --- -_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/garymacindoe/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 e750bbed2..6994f8994 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/garymacindoe/features/git:1": {} } ``` @@ -29,4 +29,4 @@ This Feature should work on recent versions of Alpine, Debian/Ubuntu, RedHat Ent --- -_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/garymacindoe/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 07945081a..af6deecef 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/garymacindoe/features/github-cli:1": {} } ``` @@ -29,4 +29,4 @@ This Feature should work on recent versions of Debian/Ubuntu-based distributions --- -_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/garymacindoe/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 5f35da948..2a986db77 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/garymacindoe/features/go:1": {} } ``` @@ -35,4 +35,4 @@ This Feature should work on recent versions of Debian/Ubuntu, RedHat Enterprise --- -_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/garymacindoe/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 3d346c39b..9eb4e3a63 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/garymacindoe/features/hugo:1": {} } ``` @@ -29,4 +29,4 @@ This Feature should work on recent versions of Debian/Ubuntu-based distributions --- -_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/garymacindoe/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 1a2d91851..e13d39d9a 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/garymacindoe/features/java:1": {} } ``` @@ -47,4 +47,4 @@ Debian/Ubuntu, RedHat Enterprise Linux, Fedora, Alma, and RockyLinux distributio --- -_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/garymacindoe/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 81ce8c574..520eef54e 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/garymacindoe/features/kubectl-helm-minikube:1": {} } ``` @@ -42,4 +42,4 @@ This Feature should work on recent versions of Debian/Ubuntu-based distributions --- -_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/garymacindoe/features/blob/main/src/kubectl-helm-minikube/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ diff --git a/src/nix/README.md b/src/nix/README.md index 4fd9700f3..4618b6764 100644 --- a/src/nix/README.md +++ b/src/nix/README.md @@ -7,7 +7,7 @@ Installs the Nix package manager and optionally a set of packages. ```json "features": { - "ghcr.io/devcontainers/features/nix:1": {} + "ghcr.io/garymacindoe/features/nix:1": {} } ``` @@ -61,4 +61,4 @@ This Feature should work on recent versions of Debian/Ubuntu-based distributions --- -_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/nix/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ +_Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/garymacindoe/features/blob/main/src/nix/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ diff --git a/src/node/README.md b/src/node/README.md index 328af529f..34906df9d 100644 --- a/src/node/README.md +++ b/src/node/README.md @@ -7,7 +7,7 @@ Installs Node.js, nvm, yarn, pnpm, and needed dependencies. ```json "features": { - "ghcr.io/devcontainers/features/node:1": {} + "ghcr.io/garymacindoe/features/node:1": {} } ``` @@ -59,4 +59,4 @@ Debian/Ubuntu, RedHat Enterprise Linux, Fedora, Alma, and Rocky Linux distributi --- -_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/garymacindoe/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 e5b9d4012..8a80b59cb 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/garymacindoe/features/nvidia-cuda:1": {} } ``` @@ -20,7 +20,7 @@ Installs shared libraries for NVIDIA CUDA. | installNvtx | Additionally install NVIDIA Tools Extension (NVTX) | boolean | false | | installToolkit | Additionally install NVIDIA CUDA Toolkit | boolean | false | | cudaVersion | Version of CUDA to install | string | 11.8 | -| cudnnVersion | Version of cuDNN to install | string | 8.6.0.163 | +| cudnnVersion | Version of cuDNN to install | string | automatic | ## Compatibility @@ -57,4 +57,4 @@ This Feature should work on recent versions of Debian/Ubuntu-based distributions --- -_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/garymacindoe/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 7f9e62269..8a85eb06e 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/garymacindoe/features/oryx:1": {} } ``` @@ -24,4 +24,4 @@ See [supportedPlatformVersions.md](https://github.com/microsoft/Oryx/blob/main/d --- -_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/garymacindoe/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 14f4a1797..e8d710a9e 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/garymacindoe/features/php:1": {} } ``` @@ -38,4 +38,4 @@ This Feature should work on recent versions of Debian/Ubuntu-based distributions --- -_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/garymacindoe/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 31199a4e1..e2d9894a5 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/garymacindoe/features/powershell:1": {} } ``` @@ -36,4 +36,4 @@ This Feature should work on recent versions of Debian/Ubuntu-based distributions --- -_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/garymacindoe/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 90d79aee8..9753f36c1 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/garymacindoe/features/python:1": {} } ``` @@ -44,4 +44,4 @@ This Feature should work on recent versions of Debian/Ubuntu, RedHat Enterprise --- -_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/garymacindoe/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 7df6965c7..40f881c48 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/garymacindoe/features/ruby:1": {} } ``` @@ -34,4 +34,4 @@ This Feature should work on recent versions of Debian/Ubuntu-based distributions --- -_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/garymacindoe/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 c19855aac..3dc8d8de3 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/garymacindoe/features/rust:1": {} } ``` @@ -38,4 +38,4 @@ This Feature should work on recent versions of Debian/Ubuntu-based distributions --- -_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/garymacindoe/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 7314e16af..9c41a553b 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/garymacindoe/features/sshd:1": {} } ``` @@ -90,4 +90,4 @@ This Feature should work on recent versions of Debian/Ubuntu-based distributions --- -_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/garymacindoe/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 199c566d6..0043285f7 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/garymacindoe/features/terraform:1": {} } ``` @@ -45,4 +45,4 @@ This Feature should work on recent versions of Debian/Ubuntu-based distributions --- -_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/garymacindoe/features/blob/main/src/terraform/devcontainer-feature.json). Add additional notes to a `NOTES.md`._