Add Docker support for git-dumper - #66
Merged
Merged
Conversation
- Dockerfile: builds an image with git and the Python dependencies, with
git_dumper.py as the entrypoint.
- docker-compose.yml: convenience service to run the tool with a bind-mounted
./dump output directory, e.g.
docker compose run --rm git-dumper -X POST --any-status http://target/.git /dump
C00kiie
force-pushed
the
pr/docker-support
branch
from
August 25, 2026 06:31
359f961 to
9884baf
Compare
arthaud
approved these changes
Aug 27, 2026
Owner
|
Thanks for the contribution, looks good to me. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a containerized way to run git-dumper without a local Python/deps setup.
Dockerfile— builds an image withgit+ the Python dependencies, withgit_dumper.pyas the entrypoint.docker-compose.yml— convenience service that runs the tool with a bind-mounted./dumpoutput directory: