Skip to content

Latest commit

 

History

History
77 lines (56 loc) · 1.89 KB

README.md

File metadata and controls

77 lines (56 loc) · 1.89 KB

ContinuousPipe Dockerfiles

The purpose of this repository is to store all the ContinuousPipe's Docker images. These images are used for internal services and for the application templates.

Images

Compiled Applications

Javascript Applications

PHP Applications

Web Applications

Supporting Services

Caches:

Databases:

Search:

Other:

Bases

Testing

We try to follow best practises when creating shell scripts and Dockerfiles.

To help aim for this, we use the following tools:

  • shellcheck - checks syntax and best practises for shell scripts
  • hadolint - checks syntax and best practises for Dockerfiles
  • BATS - unit tests for bash scripts
  • Integration tests using docker-compose and shell scripts

To run all of these tools, you can use the helper script in the project root:

bash test.sh