{"id":22531394,"url":"https://github.com/adamlm/devcontainer-features","last_synced_at":"2025-10-25T18:35:35.610Z","repository":{"id":193896478,"uuid":"671674699","full_name":"adamlm/devcontainer-features","owner":"adamlm","description":"Additional Development Container (Dev Container) Features to supplement the official offerings","archived":false,"fork":false,"pushed_at":"2024-01-15T03:47:29.000Z","size":29,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-02T06:13:30.307Z","etag":null,"topics":["devcontainer","devcontainer-feature","devcontainer-features","devcontainers"],"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/adamlm.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2023-07-27T21:55:34.000Z","updated_at":"2023-09-22T23:37:29.000Z","dependencies_parsed_at":"2023-09-10T17:27:34.302Z","dependency_job_id":"3517b63d-eb29-439b-bb0e-11a5ab718ca1","html_url":"https://github.com/adamlm/devcontainer-features","commit_stats":null,"previous_names":["adamlm/devcontainer-features"],"tags_count":1,"template":false,"template_full_name":"devcontainers/feature-starter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamlm%2Fdevcontainer-features","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamlm%2Fdevcontainer-features/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamlm%2Fdevcontainer-features/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adamlm%2Fdevcontainer-features/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adamlm","download_url":"https://codeload.github.com/adamlm/devcontainer-features/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245973007,"owners_count":20702759,"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","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":["devcontainer","devcontainer-feature","devcontainer-features","devcontainers"],"created_at":"2024-12-07T08:07:18.954Z","updated_at":"2025-10-25T18:35:30.577Z","avatar_url":"https://github.com/adamlm.png","language":"Shell","readme":"# Development Container Features\n\nThis repository contains extra Development Container (Dev Container) Features that I use in my projects.\n\n## Organization\n\nEach Feature resides in its own directory under the `src/` directory. For more information about a specific Feature,\nsee the `README.md` file in the associated sub-directory. This repo contains the follow Features:\n\n- CMake\n- ROS 2\n\n## Usage\n\nTo use a feature in your Dev Container, add its configuration to your `devcontainer.json` file. Here is an example for\nadding the CMake feature to an Ubuntu Dev Container:\n\n```jsonc\n// devcontainer.json\n{\n  \"image\": \"mcr.microsoft.com/devcontainers/base:ubuntu\",\n  \"features\": {\n    \"ghcr.io/adamlm/devcontainer-features/cmake\": {\n      \"version\": \"3.27.4\"\n    }\n  }\n}\n```\n\nFor more information about Dev Container Features, see the official [docs][devcontainer_features_link].\n\n## Support\n\nFound an bug? Open a ticket in the repository's [Issues][issues_tab] tab.\n\nNeed some help or want to discuss the library? Head to the repository's [Discussions][discussions_tab] tab to connect\nwith someone.\n\n## Contributing\n\nWant to help improve existing features or develop new ones? Check out the [contribution guidelines][contributions_file]\nto get started.\n\n## License\n\nSee the [`LICENSE.md`][license_file] file for license information.\n\n[devcontainer_features_link]: https://containers.dev/implementors/features/\n[issues_tab]: https://github.com/adamlm/devcontainer-features/issues\n[discussions_tab]: https://github.com/adamlm/devcontainer-features/discussions\n[contributions_file]: CONTRIBUTING.md\n[license_file]: LICENSE.md\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamlm%2Fdevcontainer-features","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadamlm%2Fdevcontainer-features","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadamlm%2Fdevcontainer-features/lists"}