{"id":18636677,"url":"https://github.com/localstack/devcontainer-feature","last_synced_at":"2025-07-28T15:14:52.487Z","repository":{"id":245439555,"uuid":"817216705","full_name":"localstack/devcontainer-feature","owner":"localstack","description":"LocalStack DevContainer Feature(s)","archived":false,"fork":false,"pushed_at":"2025-01-10T04:09:06.000Z","size":29,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":17,"default_branch":"main","last_synced_at":"2025-05-07T22:06:59.915Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/localstack.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2024-06-19T08:54:08.000Z","updated_at":"2025-04-04T04:22:07.000Z","dependencies_parsed_at":"2024-06-22T05:23:20.236Z","dependency_job_id":"bd45fc9b-f4fd-4faa-a1a3-1b8c94e6550a","html_url":"https://github.com/localstack/devcontainer-feature","commit_stats":null,"previous_names":["localstack/devcontainer-feature"],"tags_count":4,"template":false,"template_full_name":"devcontainers/feature-starter","purl":"pkg:github/localstack/devcontainer-feature","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/localstack%2Fdevcontainer-feature","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/localstack%2Fdevcontainer-feature/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/localstack%2Fdevcontainer-feature/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/localstack%2Fdevcontainer-feature/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/localstack","download_url":"https://codeload.github.com/localstack/devcontainer-feature/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/localstack%2Fdevcontainer-feature/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267536775,"owners_count":24103507,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T05:31:07.159Z","updated_at":"2025-07-28T15:14:52.450Z","avatar_url":"https://github.com/localstack.png","language":"Shell","readme":"# DevContainer Feature(s)\nA collection of LocalStack related and managed Devcontainer Feature(s).\n\n\u003e**Features** are self-contained units of installation code and development container configuration.\nFeatures are designed to install atop a wide-range of base container images (this repo focuses on debian based images).\n\n\u003e [!NOTE]\n\u003e This repo follows the [**proposed** DevContainer Feature distribution specification](https://containers.dev/implementors/features-distribution/).\n\n\u003e [!WARNING]\n\u003e This repo currently a work in progress which might introduce breaking changes without notification.\n\n## List of features\n- [LocalStack](https://docs.localstack.cloud/getting-started/): install the LocalStack CLI tool and any of the related _Local™_ tools for:\n    - AWS CLI\n    - AWS CDK\n    - AWS SAM CLI\n    - Terraform\n    - Pulumi\n\n## Usage\nTo reference a feature from this repository, add the desired features to a `devcontainer.json`.\nEach feature has a `README.md` that shows how to reference the feature and which options are available for that feature.\n\nThe example below installs the LocalStack CLI declared in the `./src` directory of this repository.\n\nSee the relevant feature's README for supported options.\n\n```json\n{\n    \"image\": \"mcr.microsoft.com/devcontainers/base:ubuntu\",\n    \"features\": {\n        \"ghcr.io/localstack/devcontainer-feature/localstack-cli\": {}\n    }\n}\n```\n## Repo and Feature Structure\nSimilar to the [`devcontainers/features`](https://github.com/devcontainers/features) repo, this repository has a `src` folder.\nEach feature has its own sub-folder, containing at least a `devcontainer-feature.json` and an entrypoint script `install.sh`.\n\n```\n├── src\n│   ├── hello\n│   │   ├── devcontainer-feature.json\n│   │   └── install.sh\n│   ├── color\n│   │   ├── devcontainer-feature.json\n│   │   └── install.sh\n|   ├── ...\n│   │   ├── devcontainer-feature.json\n│   │   └── install.sh\n...\n```\nAn [implementing tool](https://containers.dev/supporting#tools) will composite [the documented dev container properties](https://containers.dev/implementors/features/#devcontainer-feature-json-properties) from the feature's `devcontainer-feature.json` file, and execute in the `install.sh` entrypoint script in the container during build time.\nImplementing tools are also free to process attributes under the `customizations` property as desired.","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flocalstack%2Fdevcontainer-feature","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flocalstack%2Fdevcontainer-feature","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flocalstack%2Fdevcontainer-feature/lists"}