Skip to content

A docker container with several CI tools for CFML installed

License

Notifications You must be signed in to change notification settings

foundeo/cfml-ci-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cfml-ci-tools

A docker container with several CI tools for CFML installed:

Features

  • fixinator
  • cfml-compiler
  • commandbox-codechecker
  • commandbox-cflint
  • commandbox-cfformat
  • commandbox-dotenv
  • commandbox-cfconfig
  • commandbox-docbox
  • commandbox-semantic-release

Usage

The cfml-ci-tools image is built and hosted on the Github Container Registry. To use the image, you can use the image directly:

docker pull ghcr.io/foundeo/cfml-ci-tools/cfml-ci-tools
docker run -v $PWD:/app foundeo/cfml-ci-tools box install

or, for advanced purposes, create a Dockerfile which extends this image:

from ghcr.io/foundeo/cfml-ci-tools/cfml-ci-tools:1.0.1
// ...