Skip to content

YuukiARIA/docker-pronto-credo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Pronto Credo

This image enables to run Pronto with Credo runner in single container.

This image includes below:

This image is based on elixir:1.9.1-slim for installing and running Credo. Additionally Ruby 2.7.1 is installed for installing and running Pronto.

Example usage

docker run --rm \
  -v $(pwd):/workspace \
  -w /workspace \
  -e PRONTO_GITHUB_ACCESS_TOKEN=... \
  -e PRONTO_PULL_REQUEST_ID=... \
  yuukiaria/pronto-credo run -f github_pr_review -c origin/master

This image is intended to used in container-based CI system like as Concourse CI, Google Cloud Build, and so on.

Note that Pronto runs some git operation so that .git directory needs to be accessible in a container.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published