mirror of
https://github.com/vee1e/gittuf.git
synced 2026-09-01 10:18:18 +00:00
|
|
||
|---|---|---|
| .. | ||
| Dockerfile.Git_2_34_1 | ||
| README.md | ||
Debug Helpers
This directory contains tools or artifacts used by the gittuf developers during debugging.
Debugging gittuf with Git 2.34.1
Build and run the container from the root of the gittuf repository.
docker build -t debug-gittuf-2-34-1 -f debug/Dockerfile.Git_2_34_1 .
docker run -it --rm -v $PWD:/gittuf -w /gittuf debug-gittuf-2-34-1
As the gittuf repository is mounted as a volume, you can make changes on the host and iteratively debug within the container.