-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Broken Docker image on fresh build #1460
Comments
I assume this is an amd64 cpu? I will try to reproduce and see what is wrong here. |
Yes. i7-12700H - Ubuntu 22.04.5 |
I tried |
This says the adapter-postgres cannot be found. Which version of the codebase are you using so I can try to reproduce. |
getting same issue with 0.1.7-alpha.2 on x86_64 ubuntu server 24.04.1 |
Tried on release v0.1.6, v0.1.7-alpha.1 as well as latest |
I have the same issue. I tried the troubleshooting from other issues like using node 18, etc but could not solve the issue yet. |
There must be something introduced that broke the build. Ill investigate further. |
Interesting |
ok got it working by cleaning and rebuilding following fix from #982 |
This does not seem to be a fix for the same issue. This ticket relates to the Docker image i.e. |
yes you are right, I am not using Docker and i was having the same postgres error message |
Describe the bug
Built Docker image (
pnpm docker:run
) fails to start - exits with the following error:You can fix this issue by running
pnpm install --no-frozen-lockfile
before executingpnpm docker:build
but the installed dependencies should not affect the image build process.To Reproduce
Prerequisites:
main
branch checked outpnpm clean
pnpm docker:build
pnpm docker:run
docker logs eliza
Expected behavior
The container should not exit with a dependency error and should start as normal regardless of whether
pnpm install
was executed beforepnpm docker:build
.Screenshots
Additional context
Possibly related to: #1120 and #1352
The text was updated successfully, but these errors were encountered: