waller-server docker image seems to be broken
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 7.2k
- Forks
- 493
- PR merge metrics
- No merged PRs in 30d
Description
The lbry/wallet-server:latest-release docker image seems to be broken. It fails with the following message...
/entrypoint.sh: line 23: /home/lbry/.local/bin/lbry-hub-elastic-sync: No such file or directory
This script is referenced in the entrypoint.sh file...
https://github.com/lbryio/lbry-sdk/blob/master/docker/wallet_server_entrypoint.sh
This file isn't copied in the Dockerfile and that hasn't been edited for a while so I'm not sure why this error has happend...
https://github.com/lbryio/lbry-sdk/blob/master/docker/Dockerfile.wallet_server
FYI - I use this image in the following GitHub CI https://github.com/ansible-collections/community.lbry/actions/runs/2961875512/jobs/4738804298
This started failing around 2 months ago.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with docker/wallet_server_entrypoint.sh and docker/Dockerfile.wallet_server, then inspect the lbry/wallet-server:latest-release image around the missing /home/lbry/.local/bin/lbry-hub-elastic-sync executable. Reproduce the reported entrypoint failure and trace how the image is built. Done means the image starts without this missing-file error and the affected GitHub CI workflow can use it again.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, python
- Domain
- devops, infrastructure
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100