Skip to content

Add Docker support for git-dumper - #66

Merged
arthaud merged 1 commit into
arthaud:masterfrom
C00kiie:pr/docker-support
Aug 27, 2026
Merged

Add Docker support for git-dumper#66
arthaud merged 1 commit into
arthaud:masterfrom
C00kiie:pr/docker-support

Conversation

@C00kiie

@C00kiie C00kiie commented Aug 25, 2026

Copy link
Copy Markdown

Adds a containerized way to run git-dumper without a local Python/deps setup.

  • Dockerfile — builds an image with git + the Python dependencies, with git_dumper.py as the entrypoint.
  • docker-compose.yml — convenience service that runs the tool with a bind-mounted ./dump output directory:
docker compose run --rm git-dumper -X POST --any-status http://target/.git /dump

- 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
C00kiie force-pushed the pr/docker-support branch from 359f961 to 9884baf Compare August 25, 2026 06:31
@arthaud

arthaud commented Aug 27, 2026

Copy link
Copy Markdown
Owner

Thanks for the contribution, looks good to me.

@arthaud
arthaud merged commit 12da57e into arthaud:master Aug 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants