Skip to content

whizark/docker-chandler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chandler

Build Status Docker Automated build Docker Repository on Quay Metadata

Alpine Linux based Docker image for chandler.

chandler syncs your CHANGELOG entries to GitHub's release notes so you don't have to enter release notes manually.

Installation

Pull the image from Docker Hub.

docker pull whizark/chandler

Or, pull the image from Quay.

docker pull quay.io/whizark/chandler

Usage

Run the image pulled from Docker Hub.

docker run --rm -it -e CHANDLER_GITHUB_API_TOKEN="Your GitHub Token" -v "$(pwd):/chandler" whizark/chandler [command] [tag] [options]

Or, run the image pulled from Quay.

docker run --rm -it -e CHANDLER_GITHUB_API_TOKEN="Your GitHub Token" -v "$(pwd):/chandler" quay.io/whizark/chandler [command] [tag] [options]

About

🐳 Minimal Docker image for Chandler (syncs CHANGELOG to GitHub's release notes).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published