whiletruedoio / tooling

Overview and documentation of the tooling used to drive while-true-do.io. Also, integrations from one service to another.
BSD 3-Clause "New" or "Revised" License
2 stars 0 forks source link

[Bug] Cirrus CLI dependencies missing #26

Closed dschier-wtd closed 2 years ago

dschier-wtd commented 2 years ago

Description

As a developer, I want to use cirrus cli and cirrus ci the same way, but some setup instructions are not very clear.

Steps to reproduce

  1. Install cirrus
  2. run a pipeline

Current Behavior

Pipeline will fail if a docker build is used in the pipeline and docker command is not available.

Expected Behavior

The docs provide information to fix this and run the pipeline. (install docker or podman-docker) and docker-compose or podman-compose).

Additional information