From 5043e8e0cc118c44f247169e635d933f67f80db6 Mon Sep 17 00:00:00 2001 From: Frank Peng <88225527+frankpengau@users.noreply.github.com> Date: Thu, 21 Nov 2024 22:38:25 +1100 Subject: [PATCH 1/2] Add devcontainers-extra versions from the official index --- src/localstack-cli/devcontainer-feature.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/localstack-cli/devcontainer-feature.json b/src/localstack-cli/devcontainer-feature.json index c235686..aa933d1 100644 --- a/src/localstack-cli/devcontainer-feature.json +++ b/src/localstack-cli/devcontainer-feature.json @@ -61,8 +61,10 @@ "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" ] } 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 2/2] 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" ]