Skip to content

Phar builder for CI based on the PHP Box2 project

License

Notifications You must be signed in to change notification settings

final-gene/docker-hub-box-builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Box Builder

Docker build and publish

This is an image to run box-builder.

How to use this image

Run the box-builder image:

docker run \
    --rm \
    --interactive \
    --tty \
    --volume "$(pwd)":/app \
    finalgene/box-builder build

For further information take a look at the box documentation.

Quick reference