From ef9921244cba321b2b9a329f22e303c16168defe Mon Sep 17 00:00:00 2001 From: Frank Peng <88225527+frankpengau@users.noreply.github.com> Date: Wed, 8 Jan 2025 15:01:56 +1100 Subject: [PATCH] remove references to devcontainers-contrib features --- src/localstack-cli/devcontainer-feature.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/localstack-cli/devcontainer-feature.json b/src/localstack-cli/devcontainer-feature.json index aa933d1..5f3d4a5 100644 --- a/src/localstack-cli/devcontainer-feature.json +++ b/src/localstack-cli/devcontainer-feature.json @@ -1,6 +1,6 @@ { "id": "localstack-cli", - "version": "0.1.2", + "version": "0.1.3", "name": "LocalStack CLI", "documentationURL": "https://github.com/localstack/devcontainer-feature/tree/main/src/localstack-cli", "description": "Installs the Localstack CLI along with needed dependencies and popular \"local\" tools.", @@ -60,10 +60,8 @@ "ghcr.io/devcontainers/features/python", "ghcr.io/devcontainers/features/node", "ghcr.io/devcontainers/features/aws-cli", - "ghcr.io/devcontainers-contrib/features/aws-cdk", "ghcr.io/devcontainers-extra/features/aws-cdk", "ghcr.io/customink/codespaces-features/sam-cli", - "ghcr.io/devcontainers-contrib/features/pulumi", "ghcr.io/devcontainers-extra/features/pulumi", "ghcr.io/devcontainers/features/terraform" ]