bosnet / sebak

SEBAK, the next BOScoin Blockchain
https://devteam.blockchainos.org
GNU General Public License v3.0
44 stars 15 forks source link

Provide docker build / binary releases of Sebak #164

Open Geod24 opened 6 years ago

Geod24 commented 6 years ago

We open sourced testnet last week, but only provide instructions to build a node and a Dockerfile. As there can be a host of unforeseen issues with it, I think it'll be better to provide both a tagged binary release and a docker container that people can just pull. @outsideris any thoughts on this ?

anarcher commented 6 years ago

I would like to use bumpversion and govvv for versioning release. https://anarcher.bitbucket.io/post/2017/12-05-release-with-bumpversion-govvv-drone/ (my english is so bad.. 'ㅅ' )

outsideris commented 6 years ago

Agreed. As @anarcher said. a taged binary release is good if we have version release. And we can automate it in CI.

@zzim2x already try to deploy docker image, but we can't build docker in Docker Hub, because of this.

Geod24 commented 6 years ago

A simple fix for this situation would be if [ ! -d vendor ]; then dep ensure -v; done

zzim2x commented 6 years ago

@Geod24 It would be good idea.