This commit is contained in:
Zach Ramsay 2017-07-28 16:38:12 -04:00
parent 62f94a7948
commit f96771e753
2 changed files with 1 additions and 14 deletions

View File

@ -75,16 +75,3 @@ especially `go-p2p` and `go-rpc`, as their versions are referenced in tendermint
- push to release-vX.X.X to run the extended integration tests on the CI
- merge to master
- merge master back to develop
### Automation TODOs
- Push builds: docker, AMIs
- Update github.com/tendermint/tendermint-stable with latest master and vendored deps for debian releases
TODO: sign releases
## Docker
We provide docker images for `tendermint/tendermint` and others. See the [mintnet-kubernetes](https://github.com/tendermint/mintnet-kubernetes) repo for deploying Tendermint in containers with kubernetes.
Additionally, we use docker for local testnets as part of our [test suite](https://github.com/tendermint/tendermint/tree/master/test/p2p).

View File

@ -1 +1 @@
The installation guide has moved to the [docs directory](docs/guides/install-from-source) in order to easily be rendered by the website. Please update your links accordingly.
The installation guide has moved to the [docs directory](docs/guides/install-from-source.md) in order to easily be rendered by the website. Please update your links accordingly.