{"id":27091471,"url":"https://github.com/avitase/docker-valgrind","last_synced_at":"2026-05-16T09:34:25.488Z","repository":{"id":90947920,"uuid":"144877570","full_name":"avitase/docker-valgrind","owner":"avitase","description":"Docker container exposing a leading edge version of valgrind and decent cmake and g++ installations.","archived":false,"fork":false,"pushed_at":"2018-12-03T15:10:37.000Z","size":14,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-22T19:35:12.940Z","etag":null,"topics":["docker-image","valgrind"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/avitase.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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}},"created_at":"2018-08-15T16:33:35.000Z","updated_at":"2018-12-03T15:10:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"25042db7-c6ec-4bec-834f-4b17c7422388","html_url":"https://github.com/avitase/docker-valgrind","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/avitase/docker-valgrind","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avitase%2Fdocker-valgrind","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avitase%2Fdocker-valgrind/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avitase%2Fdocker-valgrind/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avitase%2Fdocker-valgrind/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/avitase","download_url":"https://codeload.github.com/avitase/docker-valgrind/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/avitase%2Fdocker-valgrind/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33096958,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["docker-image","valgrind"],"created_at":"2025-04-06T07:38:28.500Z","updated_at":"2026-05-16T09:34:25.482Z","avatar_url":"https://github.com/avitase.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Docker-Valgrind\n![Docker Build Status](https://img.shields.io/docker/build/avitase/docker-valgrind.svg)\n\nThe container exposes a leading edge version of `valgrind` and decent `cmake` and `g++` installations. The idea is to mount the root directory of your project to `/input` (read-only), compile it in the container to a temporary directory and show the logged output.\nFor example, consider the test project we provide in [test/](test/):\n```\n\u003e tree test/\ntest/\n├── CMakeLists.txt\n└── test.cxx\n```\nThe `WORKDIR` is set to `/home/valgrind/build`, such that one can safely compile this test project after mounting `-v \"$SRC\":/input:ro` , via `cmake /input/ \u0026\u0026 make`. Since `WORKDIR` is not part of a mounted volume, the result does not appear outside of the container. This workflow can conveniently be wrapped in a shell script, for instance as we did in [valgrind.sh](valgrind.sh).\n\n## Docker Pull Command\nThe container is accessible via the [Docker Hub](https://hub.docker.com/r/avitase/docker-valgrind/): `docker pull avitase/docker-valgrind`.\nYou can create your own `Dockerfile` and install additional dependencies of your project via `apk`, for example:\n```\nFROM avitase/docker-valgrind:latest\n\nUSER root\napk add --update gtest\n\nUSER ${USERNAME}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favitase%2Fdocker-valgrind","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Favitase%2Fdocker-valgrind","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Favitase%2Fdocker-valgrind/lists"}