nspcc-dev / neofs-aio

NeoFS All-in-One single node deployment helper
5 stars 9 forks source link

Update neofs-node binaries to v0.25.1 #7

Closed alexvanin closed 3 years ago

KirillovDenis commented 3 years ago

Probably we can also change README in this PR (add information about building aio image before running docker-compose): Else we get error:

$ docker-compose up -d
Creating volume "neofs-aio_data" with default driver
Creating volume "neofs-aio_chain" with default driver
Creating volume "neofs-aio_cache" with default driver
Pulling ir (nspccdev/neofs-aio:0.25.1)...
ERROR: manifest for nspccdev/neofs-aio:0.25.1 not found: manifest unknown: manifest unknown

So we should run

$ make image-aio
$ docker-compose up -d
alexvanin commented 3 years ago

Probably we can also change README in this PR (add information about building aio image before running docker-compose):

As the part of updating process, I am going to upload aio and testcontainer images to DockerHub after this PR, so it won't be an issue after that.