{"id":29315834,"url":"https://github.com/xmkg/docker-cpp-devenv","last_synced_at":"2026-03-12T17:32:50.501Z","repository":{"id":92696552,"uuid":"262676313","full_name":"xmkg/docker-cpp-devenv","owner":"xmkg","description":"C++ development environment docker container","archived":false,"fork":false,"pushed_at":"2020-05-10T10:49:15.000Z","size":9,"stargazers_count":8,"open_issues_count":0,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-18T21:29:35.132Z","etag":null,"topics":["build-system","build-tools","clang-format","clang-static-analyzer","clang-tidy","cmake","conan","cpp20","developer-tools","development-environment","docker","docker-compose","docker-image","dockerfile","gcc","gcc10","ninja-build","vscode-remote"],"latest_commit_sha":null,"homepage":null,"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/xmkg.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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":"2020-05-09T23:21:25.000Z","updated_at":"2024-12-09T00:49:13.000Z","dependencies_parsed_at":"2023-03-30T13:49:45.153Z","dependency_job_id":null,"html_url":"https://github.com/xmkg/docker-cpp-devenv","commit_stats":null,"previous_names":["xmkg/docker-cpp-devenv","mustafakemalgilor/docker-cpp-devenv"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/xmkg/docker-cpp-devenv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xmkg%2Fdocker-cpp-devenv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xmkg%2Fdocker-cpp-devenv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xmkg%2Fdocker-cpp-devenv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xmkg%2Fdocker-cpp-devenv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/xmkg","download_url":"https://codeload.github.com/xmkg/docker-cpp-devenv/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/xmkg%2Fdocker-cpp-devenv/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30435206,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-12T14:34:45.044Z","status":"ssl_error","status_checked_at":"2026-03-12T14:09:33.793Z","response_time":114,"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":["build-system","build-tools","clang-format","clang-static-analyzer","clang-tidy","cmake","conan","cpp20","developer-tools","development-environment","docker","docker-compose","docker-image","dockerfile","gcc","gcc10","ninja-build","vscode-remote"],"created_at":"2025-07-07T12:10:50.348Z","updated_at":"2026-03-12T17:32:50.494Z","avatar_url":"https://github.com/xmkg.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# docker-cpp-devenv\n ![GitHub](https://img.shields.io/github/license/mustafakemalgilor/docker-cpp-devenv) ![Docker Cloud Automated build](https://img.shields.io/docker/cloud/automated/mustafagilor/cpp-devenv) ![Docker Cloud Build Status](https://img.shields.io/docker/cloud/build/mustafagilor/cpp-devenv) ![Docker Image Size (tag)](https://img.shields.io/docker/image-size/mustafagilor/cpp-devenv/latest) ![Docker Pulls](https://img.shields.io/docker/pulls/mustafagilor/cpp-devenv) ![Docker Image Version (latest semver)](https://img.shields.io/docker/v/mustafagilor/cpp-devenv?sort=semver)\n\nReady-to-use C++ development environment container consist of fully open-source, free software.\n## OS\n\nImage is based on `debian:sid` image, since it's bleeding edge and the repositories have the most recent released tool versions available.\n\n\n\n## VSCode remote-containers extension support\n\nThis image is compatible with Visual Studio Code's Remote-Containers extension. You have several options to use it.\n\n### 1: Use as a base image to .devcontainer/Dockerfile\n\n```dockerfile\nFROM mustafagilor:cpp-devenv\n```\n\n### 2: Use as main dockerfile in .devcontainer/docker-compose.yml\n\n```yaml\nversion: '3'\nservices:\n    service-name:\n      image: \"mustafagilor:cpp-devenv\"\n```\n\n\n\n### GitLab CI support\n\nThis image is tested with GitLab CI, and currently used for several projects in production.\n\n```yaml\nimage: mustafagilor/cpp-devenv:latest\n```\n\n\n\n## Tools included\n\n### Toolchain\n\n| Debian package name |                         Description                          |    Version    | Available in |\n| :-----------------: | :----------------------------------------------------------: | :-----------: | :----------: |\n|       gcc-10        |                        GNU C Compiler                        |  \u003e= 10.1.0-1  |   \u003e= v1.0    |\n|       g++-10        |                       GNU C++ Compiler                       |  \u003e= 10.1.0-1  |   \u003e= v1.0    |\n|  libstdc++-10-dev   |                 GNU Standard C++ Library v3                  |  \u003e= 10.1.0-1  |   \u003e= v1.0    |\n|      libc6-dev      |                    GNU Standard C Library                    |   \u003e= 2.30-7   |   \u003e= v1.0    |\n|         gdb         |                         GNU Debugger                         |   \u003e= 9.1-3    |   \u003e= v1.0    |\n|       llvm-10       |                  LLVM Toolchain, Version 10                  | \u003e= 1:10.0.0-4 |   \u003e= v1.0    |\n|       lldb-10       |                  LLVM Debugger, Version 10                   | \u003e= 1:10.0.0-4 |   \u003e= v1.0    |\n|      clang-10       | LLVM C, C++, Objective C and Objective C++ Frontend, Version 10s | \u003e= 1:10.0.0-4 |   \u003e= v1.0    |\n|      clangd-10      |                    Clang Language Server                     | \u003e= 1:10.0.0-4 |   \u003e= v1.0    |\n|    libc++-10-dev    |                  LLVM C++ Standard Library                   | \u003e= 1:10.0.0-4 |   \u003e= v1.0    |\n\n### Build tools\n\n| Debian package name |                     Description                     |    Version    | Available in |\n| :-----------------: | :-------------------------------------------------: | :-----------: | :----------: |\n|        make         |                      GNU Make                       |  \u003e= 4.2.1-2   |   \u003e= v1.0    |\n|     ninja-build     |                 Ninja Build System                  |  \u003e= 1.10.0-1  |   \u003e= v1.0    |\n|      autoconf       |         Automatic Configure Script Builder          | \u003e= 2.69-11.1  |   \u003e= v1.0    |\n|      automake       |            Automatic Makefile Generator             | \u003e= 1:1.16.2-1 |   \u003e= v1.0    |\n|       libtool       |                     GNU libtool                     |  \u003e= 2.4.6-14  |   \u003e= v1.0    |\n|         m4          |    GNU m4 macro processor (required by autoconf)    |  \u003e= 1.4.18-4  |   \u003e= v1.0    |\n|        cmake        |        Cross platform build system generator        |  \u003e= 3.16.3-3  |   \u003e= v1.0    |\n|       ccache        | Compiler cache for fast recompilation of C/C++ code |  \u003e= 3.7.9-1   |   \u003e= v1.0    |\n\n### Version control systems\n\n| Debian package name |                      Description                      |    Version    | Available in |\n| :-----------------: | :---------------------------------------------------: | :-----------: | :----------: |\n|         git         |  fast, scalable, distributed revision control system  | \u003e= 1:2.26.2-1 |   \u003e= v1.0    |\n|      git-flow       | Git extension to provide a high-level branching model |  \u003e= 1.12.3-1  |   \u003e= v1.0    |\n\n\n\n### Script Interpreters\n\n| Debian package name |              Description              |  Version   | Available in |\n| :-----------------: | :-----------------------------------: | :--------: | :----------: |\n|       python3       | Python scripting language interpreter | \u003e= 3.8.2-3 |   \u003e= v1.0    |\n\n### Package managers\n\n| Debian package name |       Description        |  Version  | Available in |\n| :-----------------: | :----------------------: | :-------: | :----------: |\n|        pip3         | Python package installer | \u003e= 20.1-2 |   \u003e= v1.0    |\n|  conan (via pip3)   |   C++ Package Manager    | \u003e= 1.25.0 |   \u003e= v1.0    |\n\n### Code linter/formatter \u0026 static analyzers\n\n| Debian package name |                 Description                 |    Version    | Available in |\n| :-----------------: | :-----------------------------------------: | :-----------: | :----------: |\n|   clang-format-10   |       Tool to format C/C++/Obj-C code       | \u003e= 1:10.0.0-4 |   \u003e= v1.0    |\n|    clang-tidy-10    |         clang-based C++ linter tool         | \u003e= 1:10.0.0-4 |   \u003e= v1.0    |\n|        iwyu         | Analyze #includes in C and C++ source files |   \u003e= 8.0-4    |   \u003e= v1.0    |\n|      cppcheck       |  tool for static C/C++ code analysis (CLI)  |   \u003e= 1.90-4   |   \u003e= v1.0    |\n\n### Tracing/diagnostics/analysis\n\n| Debian package name |                         Description                          |    Version    | Available in |\n| :-----------------: | :----------------------------------------------------------: | :-----------: | :----------: |\n|      valgrind       | instrumentation framework for building dynamic analysis tools | \u003e= 1:3.15.0-1 |   \u003e= v1.0    |\n\n### Unit testing/mocking/benchmarking\n\n| Debian package name |                    Description                    |   Version   | Available in |\n| :-----------------: | :-----------------------------------------------: | :---------: | :----------: |\n|    libgtest-dev     |   Google's framework for writing C++ unit tests   | \u003e= 1.10.0-3 |   \u003e= v1.0    |\n|    libgmock-dev     |   Google's framework for writing C++ mock code    | \u003e= 1.10.0-3 |   \u003e= v1.0    |\n|  libbenchmark-dev   | Microbenchmark support library, development files | \u003e= 1.5.0-4  |   \u003e= v1.0    |\n\n### Code coverage analysis\n\n| Debian package name |                        Description                        |  Version  | Available in |\n| :-----------------: | :-------------------------------------------------------: | :-------: | :----------: |\n|        lcov         |       Summarise Code coverage information from GCOV       | \u003e= 1.14-2 |   \u003e= v1.0    |\n|        gcovr        | Manages the compilation of coverage information from gcov | \u003e= 4.2-1  |   \u003e= v1.0    |\n\n### Documentation\n\n| Debian package name |                         Description                          |   Version   | Available in |\n| :-----------------: | :----------------------------------------------------------: | :---------: | :----------: |\n|       doxygen       | Documentation system for C, C++, Java, Python and other languages | \u003e= 1.8.17-1 |   \u003e= v1.0    |\n|    doxygen-latex    |  Adds latex format support for doxygen document generation   | \u003e= 1.8.17-1 |   \u003e= v1.0    |\n|  doxygen-doxyparse  |      multi-language source code parser based on Doxygen      | \u003e= 1.8.17-1 |   \u003e= v1.0    |\n|      graphviz       |               rich set of graph drawing tools                | \u003e= 2.42.2-4 |   \u003e= v1.0    |\n\n### Misc\n\n| Debian package name |                  Description                  |    Version    | Available in |\n| :-----------------: | :-------------------------------------------: | :-----------: | :----------: |\n|      iproute2       |     networking and traffic control tools      |  \u003e= 5.6.0-1   |   \u003e= v1.0    |\n|       procps        |          /proc file system utilities          | \u003e= 2:3.3.16-4 |   \u003e= v1.0    |\n|     lsb-release     | Linux Standard Base version reporting utility |   \u003e= 11.1.0   |   \u003e= v1.0    |\n\n\n\n## License\n\nThis project is licensed under MIT license. See LICENSE file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxmkg%2Fdocker-cpp-devenv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fxmkg%2Fdocker-cpp-devenv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fxmkg%2Fdocker-cpp-devenv/lists"}