Docker image for esc/git-big-picture.
554
Docker image for esc/git-big-picture.
The image WORKINGDIR is /src, so you need to bind-mount your git
repository there:
docker run --rm -v $PWD:/src -u $(id -u):$(id -g) letompouce/git-big-picture -o repository.png
git-big-picture:
stage: docs
image: letompouce/git-big-picture
before_script:
- git-big-picture --version
script:
- git-big-picture -o repository.png
artifacts:
paths:
- repository.png
expire_in: one week
Repository: https://gitlab.com/l3tompouce/docker/git-big-picture
Content type
Image
Digest
Size
41.4 MB
Last updated
almost 6 years ago
docker pull letompouce/git-big-picture