lbryio / lbryio/lbry-sdk

waller-server docker image seems to be broken

Open
#3,682 1 comment 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.