Sign inSign up

letompouce/git-big-picture

By letompouce

Updated almost 6 years ago

Docker image for esc/git-big-picture.

Image
0

554

letompouce/git-big-picture repository overview

git-big-picture

Docker image for esc/git-big-picture.

Usage

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

GitLab CI usage

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

Source

Repository: https://gitlab.com/l3tompouce/docker/git-big-picture

Tag summary

Content type

Image

Digest

Size

41.4 MB

Last updated

almost 6 years ago

docker pull letompouce/git-big-picture