CI Builder
Docker image used in CI as a builder container
It contains several tools required to run Docker-based builds:
- git
- php
- lsof
- lynx
- curl
- vim
- zip/unzip
- Docker and [Docker Compose] (https://github.com/docker/compose)
- Composer + parallel download plugin (hirak/prestissimo)
- NVM and NodeJS
- Goss - environment testing
- Ahoy - workflow helper
- Aspell - English language spellcheker
- Shellcheck - a shell script static analysis tool
- Bats - Bash Automated Testing System (2018)
Maintenance and releasing
This image is built by DockerHub via an automated build when release tag is published on GitHub.
Pre-release version is tested using preview/x.y.z
branch. Pushes to this braches are built in DockerHub.