{"id":22278655,"url":"https://github.com/rsm-hcd/devcontainer-templates","last_synced_at":"2025-07-28T18:30:47.936Z","repository":{"id":219637574,"uuid":"749513156","full_name":"rsm-hcd/devcontainer-templates","owner":"rsm-hcd","description":"RSM Dev Container Templates","archived":false,"fork":false,"pushed_at":"2024-10-12T15:57:26.000Z","size":47,"stargazers_count":2,"open_issues_count":1,"forks_count":8,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-21T08:13:59.131Z","etag":null,"topics":["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/rsm-hcd.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}},"created_at":"2024-01-28T19:42:06.000Z","updated_at":"2024-10-12T15:56:55.000Z","dependencies_parsed_at":"2024-03-18T02:42:30.304Z","dependency_job_id":"9fc3c5e0-122c-4a3c-ae4b-0df4c5d72c13","html_url":"https://github.com/rsm-hcd/devcontainer-templates","commit_stats":null,"previous_names":["myty/devcontainer-templates","rsm-hcd/devcontainer-templates"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/rsm-hcd/devcontainer-templates","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsm-hcd%2Fdevcontainer-templates","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsm-hcd%2Fdevcontainer-templates/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsm-hcd%2Fdevcontainer-templates/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsm-hcd%2Fdevcontainer-templates/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rsm-hcd","download_url":"https://codeload.github.com/rsm-hcd/devcontainer-templates/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rsm-hcd%2Fdevcontainer-templates/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267563490,"owners_count":24108097,"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":["devcontainers"],"created_at":"2024-12-03T15:15:16.930Z","updated_at":"2025-07-28T18:30:47.624Z","avatar_url":"https://github.com/rsm-hcd.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RSM Dev Container Templates\n\nThis repo is based on the [Dev Container Template Starter](https://github.com/devcontainers/template-starter) and the [Dev Container Template specification](https://containers.dev/implementors/templates-distribution/#distribution) and will be updated with templates that are applicable to the work we do as a team.\n\n\u003ctable style=\"width: 100%; border-style: none;\"\u003e\u003ctr\u003e\n\u003ctd style=\"width: 140px; text-align: center;\"\u003e\u003ca href=\"https://github.com/devcontainers\"\u003e\u003cimg width=\"128px\" src=\"https://raw.githubusercontent.com/microsoft/fluentui-system-icons/78c9587b995299d5bfc007a0077773556ecb0994/assets/Cube/SVG/ic_fluent_cube_32_filled.svg\" alt=\"devcontainers organization logo\"/\u003e\u003c/a\u003e\u003c/td\u003e\n\u003ctd\u003e\n\u003cstrong\u003eDevelopment Container Templates\u003c/strong\u003e\u003cbr /\u003e\nA simple set of dev container 'templates' to help get you up and running with a containerized environment.\n\u003c/td\u003e\n\u003c/tr\u003e\u003c/table\u003e\n\nA **development container** is a running [Docker](https://www.docker.com) container with a well-defined tool/runtime stack and its prerequisites. It allows you to use a container as a full-featured development environment which can be used to run an application, to separate tools, libraries, or runtimes needed for working with a codebase, and to aid in continuous integration and testing.\n\nThis repository contains a set of **Dev Container Templates** which are source files packaged together that encode configuration for a complete development environment. A Template can be used in a new or existing project, and a [supporting tool](https://containers.dev/supporting) will use the configuration from the template to build a development container.\n\n## Contents\n\n- [`src`](src) - A collection of subfolders, each declaring a template. Each subfolder contains at least a\n    `devcontainer-template.json` and a [devcontainer.json](https://containers.dev/implementors/json_reference/).\n- [`test`](test) - Mirroring `src`, a folder-per-template with at least a `test.sh` script. These tests are executed by the [CI](https://github.com/rsm-hcd/devcontainer-templates/blob/main/.github/workflows/test-pr.yaml).\n\n## Contributions\n\n### Creating your own collection of templates\n\nThe [Dev Container Template specification](https://containers.dev/implementors/templates-distribution/#distribution) outlines a pattern for community members and organizations to self-author Templates in repositories they control.\n\nA starter repository [devcontainers/template-starter](https://github.com/devcontainers/template-starter) and [GitHub Action](https://github.com/devcontainers/action) are available to help bootstrap self-authored Templates.\n\n### Contributing to this repository\n\nThis repository will accept improvement and bug fix contributions related to the\n[current set of maintained templates](./src).\n\n## Feedback\n\nIssues related to these templates can be reported in [an issue](https://github.com/rsm-hcd/devcontainer-templates/issues) in this repository.\n\n## License\n\nCopyright (c) Microsoft Corporation. All rights reserved. \u003cbr /\u003e\nLicensed under the MIT License. See [LICENSE](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frsm-hcd%2Fdevcontainer-templates","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frsm-hcd%2Fdevcontainer-templates","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frsm-hcd%2Fdevcontainer-templates/lists"}