container, tests: update docker image name

This commit is contained in:
Alan Chen 2017-08-14 11:17:31 +08:00
parent 25fe90ff22
commit 34a24a5ed2
2 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ func TestEthereumContainer(t *testing.T) {
for _, env := range envs {
geth := NewEthereum(
env.Client,
ImageName("quay.io/maicoin/ottoman_geth:istanbul_develop"),
ImageName("quay.io/amis/geth:istanbul_develop"),
HostDataDir(env.DataDir),
DataDir("/data"),
Port(fmt.Sprintf("%d", env.P2PPort)),

View File

@ -50,7 +50,7 @@ var _ = Describe("4 validators Istanbul", func() {
for _, env := range envs {
geth := container.NewEthereum(
container.ImageName("quay.io/maicoin/ottoman_geth:istanbul_develop"),
container.ImageName("quay.io/amis/geth:istanbul_develop"),
container.HostDataDir(env.DataDir),
container.DataDir("/data"),
container.Port(fmt.Sprintf("%d", env.P2PPort)),