Joystream / Joystream/joystream
The apps.Dockerfile tries to build ignored package
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 1.4k
- Forks
- 116
- PR merge metrics
- No merged PRs in 30d
Description
While trying to build docker images form the olympia branch I find that:
- The
apps.Dockerfileis running theyarn build:packagesscript - This runs the
build-npm-packages.shwhich builds@joystream/cliamong others
Unfortunatelly, the cli is not pushed to docker workspace as it is ignored: https://github.com/Joystream/joystream/blob/olympia/.dockerignore#L7
Contributor guide
No contributing guide indexed for this repository
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 apps.Dockerfile at the yarn build:packages step, then read build-npm-packages.sh and the .dockerignore entry for the CLI. Trace which packages are built and which files enter the Docker workspace; done means the Docker build no longer attempts to build a package excluded from that workspace.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, shell
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100