livepeer / protocol

Livepeer protocol
MIT License
152 stars 45 forks source link

Auto build and push ganache Docker image #375

Closed yondonfu closed 4 years ago

yondonfu commented 4 years ago

It could be useful to have CI automatically push a Docker image that includes ganache with all contracts pre-deployed and initialized. Any developer could then pull down the Docker image without having to muck around with this repo.

kyriediculous commented 4 years ago

There is now a docker image available : https://github.com/livepeer/docker-livepeer/pull/22

It currently uses the streamflow branch but we could set it up to be built from any branch for CI.

yondonfu commented 4 years ago

Tracking adding the image build to CI in #377 so closing this.