Important
This is a work in progress. It will change.
The motivation of this project is to be able to automate some work flows. I was doing it was (bad) bash script, but kept running into edge conditions. I'm trying to create a runtime similar to Concourse CI, but runs container platforms -- docker, docker swarm, and fly.io.
This is relying on strict integration testing at the moment. I'd like to keep the interfaces the same, but change underlying implementation.
Right now, only the platforms of docker
and native
are tested against.
Primarily because fly.io
requires a cost, eventually it will be added.
brew bundle
task