{"id":21547838,"url":"https://github.com/mundoalem/devcontainer","last_synced_at":"2026-04-13T23:07:33.898Z","repository":{"id":211763390,"uuid":"569851194","full_name":"mundoalem/devcontainer","owner":"mundoalem","description":"A container image to be used as a remote development environment inside Visual Studio Code through the Remote Dev Container extension.","archived":false,"fork":false,"pushed_at":"2026-02-15T13:36:01.000Z","size":166,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-15T18:43:18.612Z","etag":null,"topics":["devcontainer","devops","docker","remote-development","vscode"],"latest_commit_sha":null,"homepage":"","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mundoalem.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-11-23T18:59:30.000Z","updated_at":"2026-02-15T13:34:28.000Z","dependencies_parsed_at":"2023-12-26T23:22:37.424Z","dependency_job_id":"ff461096-b266-4e52-bb5f-860288480dc3","html_url":"https://github.com/mundoalem/devcontainer","commit_stats":null,"previous_names":["mundoalem/container-dev-base","mundoalem/devcontainer"],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/mundoalem/devcontainer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mundoalem%2Fdevcontainer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mundoalem%2Fdevcontainer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mundoalem%2Fdevcontainer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mundoalem%2Fdevcontainer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mundoalem","download_url":"https://codeload.github.com/mundoalem/devcontainer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mundoalem%2Fdevcontainer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31774567,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T20:17:16.280Z","status":"ssl_error","status_checked_at":"2026-04-13T20:17:08.216Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["devcontainer","devops","docker","remote-development","vscode"],"created_at":"2024-11-24T06:16:25.493Z","updated_at":"2026-04-13T23:07:33.893Z","avatar_url":"https://github.com/mundoalem.png","language":"Dockerfile","readme":"[![Release Status](https://github.com/mundoalem/devcontainer/actions/workflows/pipeline.yml/badge.svg)](https://github.com/mundoalem/devcontainer/actions/workflows/pipeline.yml)\n\n# devcontainer\n\nA Docker-based development environment for [Visual Studio Code](https://code.visualstudio.com/) via the [Remote Dev Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) extension. It provides a consistent, pre-configured Linux environment with a curated set of development tools ready to use, supporting both `linux/amd64` and `linux/arm64` architectures.\n\n## Base Image\n\n| Component | Version       |\n|-----------|---------------|\n| Ubuntu    | 24.04 (noble) |\n\n## Installed Tools\n\n### Build \u0026 Utilities\n\n| Tool | Version |\n|------|---------|\n| [Task](https://taskfile.dev/) | 3.49.1 |\n| [direnv](https://direnv.net/) | 2.32.1 |\n| [uv](https://docs.astral.sh/uv/) | 0.11.6 |\n| [pipx](https://pipx.pypa.io/) | 1.4.3 |\n\n### Language Version Managers\n\n| Tool | Version |\n|------|---------|\n| [Pyenv](https://github.com/pyenv/pyenv) | 2.6.27 |\n| [Goenv](https://github.com/go-nv/goenv) | 2.2.40 |\n| [NVM](https://github.com/nvm-sh/nvm) | 0.40.4 |\n\n### Infrastructure as Code\n\n| Tool | Version |\n|------|---------|\n| [Tenv](https://github.com/tofuutils/tenv) | 4.10.1 |\n| [Terraform-docs](https://terraform-docs.io/) | 0.22.0 |\n| [TFLint](https://github.com/terraform-linters/tflint) | 0.61.0 |\n| [Alejandra](https://github.com/kamadorueda/alejandra) (Nix formatter) | 4.0.0 |\n\n### Security \u0026 Linting\n\n| Tool | Version |\n|------|---------|\n| [Hadolint](https://github.com/hadolint/hadolint) | 2.14.0 |\n| [Checkov](https://www.checkov.io/) | 3.2.519 |\n\n### AI\n\n| Tool | Version |\n|------|---------|\n| [Claude Code](https://claude.ai/code) | 2.1.104 |\n\n## License\n\n[GNU Affero General Public License Version 3](https://github.com/mundoalem/devcontainer/blob/main/LICENSE)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmundoalem%2Fdevcontainer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmundoalem%2Fdevcontainer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmundoalem%2Fdevcontainer/lists"}