PeggyJV / gravity-bridge

A CosmosSDK application for moving assets on and off of EVM based, POW chains
Apache License 2.0
57 stars 57 forks source link

Docker and Binary builds in CI for module consumers #30

Open jackzampolin opened 3 years ago

jackzampolin commented 3 years ago

We should output binaries/containers/artifacts for orchestrator, gravity, test_runner and contracts so that consuming modules can easily setup CI environments to test features built on top of gravity.

alexanderbez commented 3 years ago

Having Docker image(s) for orchestrator and other direct dependencies that would compose a fully functional app utilizing the gravity bridge would be essential to include in an ABCI application's Docker image.

How could I help with this? We already have a Docker image for the orchestrator, right? Isn't it as simple as just publishing it?