remove traces of github.com/tendermint/abci (#4038)

*  Remove traces oaf `github.com/tendermint/abci`

- removed abci dockerfile as it was still referencing `github.com/tendermint/abci`

Signed-off-by: Marko Baricevic <marbar3778@yahoo.com>

* nor change to install of abci

* use abci-cli instead of tendermint node

* remove traces of Dockerfile.develop

also use latest Go in Dockerfile.testing

* update docker readme

* remove wrapping because it will look awful on docker hub
This commit is contained in:
Marko
2019-10-07 17:34:24 +02:00
committed by Anton Kaliaev
parent 38359f407e
commit a13a4b8c77
6 changed files with 14 additions and 54 deletions

View File

@ -163,11 +163,11 @@ spec:
- |
set -ex
go get github.com/tendermint/abci/cmd/counter
go get github.com/tendermint/tendermint/abci/cmd/abci-cli
rm -f /socks/app.sock # remove old socket
counter --serial --addr="unix:///socks/app.sock"
abci-cli counter --serial=true --address="unix:///socks/app.sock"
volumeMounts:
- name: socksdir
mountPath: /socks