`make build-circleci` fails: e2e/Dockerfile is broken
See original GitHub issueSummary
Circleci doesn’t run make build-circleci
nor build e2e/Dockerfile
, thus they have bitrotten and ceased to be useful.
Steps to reproduce
make build-circleci
on a fresh clone of the repo.
Expected behavior:
Command given above succeeds.
Actual behavior:
Command fails with
[... snip ...]
Step 23/30 : RUN make react-init
---> Running in 9b5491d8ea87
cd frontend/ ; yarn install --frozen-lockfile
/bin/bash: yarn: command not found
make: *** [react-init] Error 127
Makefile:241: recipe for target 'react-init' failed
The command '/bin/bash -c make react-init' returned a non-zero code: 2
gmake: *** [Makefile:354: build-circleci] Error 2
Is this a regression?
I suspect this used to work in the past.
Debug info
- Streamlit version: current develop
- Python version: current develop, 3.7.4
- OS version: I’m starting docker from MacOS 10.15.1, but what’s broken is the Dockerfile and that specifies
circleci/python:3.7.4-stretch
- Browser version: N/A
Additional information
I’m working on a fix, PR incoming.
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Docker Builds are failing on CircleCI - Feedback & Bug Reports
Hi all,. I have an issue whereby my local Docker builds run fine, but on circle I get an error. The dockerfile looks...
Read more >Why Do My Tests Pass Locally but Fail on CircleCI?
This means that all files are read in the same order during each run. However, the filesystems in our build containers are unordered....
Read more >Failed docker build at a copy step in Dockerfile
Wondering if this is an issue with docker version CircleCI uses or an issue with docker within the CircleCI platform.
Read more >CircleCI config teardown
We run a build on Windows, on macOS, using Docker, using a Linux VM, and a few specific tests of features and failure...
Read more >Workflow using stale commit (incorrect code) causing failures
After spending considerable time investigating failing builds, it appears that (after SSHing) into a container, the source code being used ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@jrhone Thanks!
Fix was merged, so closing.