letheanVPN / lthn-app-vpn

Client/Server dVPN
https://www.lt.hn
European Union Public License 1.2
36 stars 16 forks source link

lthn/chain:latest not found #134

Closed bodane closed 2 years ago

bodane commented 2 years ago

Docker-compose references docker hub repository "lthn/chain:latest" which doesn't exist. Need to be republished.


docker-compose up -d Creating network "lethean-vpn_default" with the default driver Creating volume "lethean-vpn_data" with default driver Pulling blockchain (lthn/chain:)... ERROR: manifest for lthn/chain:latest not found: manifest unknown: manifest unknown

Snider commented 2 years ago

https://github.com/letheanVPN/lethean-vpn/issues/134 even

Snider commented 2 years ago

@bodane https://hub.docker.com/repository/docker/lthn/chain/tags?page=1&ordering=last_updated

bodane commented 2 years ago

Resolved :) . Chain container does however stop after running. Will raise that being a separate issue along with logs.


Pulling blockchain (lthn/chain:)...
latest: Pulling from lthn/chain
a2abf6c4d29d: Pull complete
030d58ceaa11: Pull complete
Digest: sha256:ee7d56de0b372836a297b746ccff41c1992436219cabb6bcb5ea3dc8c2d5ee0f
Status: Downloaded newer image for lthn/chain:latest
Creating chain ... done
Creating dispatcher ... done
Snider commented 2 years ago

can you check if it is a composer or a dockerfile issue?

bodane commented 2 years ago

Sure. Will raise a new issue to track that and go from there.