-
-
Notifications
You must be signed in to change notification settings - Fork 109
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
Docker container fails to start up with LoadError /usr/local/bundle/gems/bundler-2.3.3/exe/bundle #3
Comments
Having the same issue on a fresh install, following the progress |
@bobvmierlo @stepsysadmin can you please try again, changing version to 0.1.4.1 in docker-compose.yml? Both for dawarich_app and dawarich_sidekiq. It should be fixed now |
Running into the same issue, forked the project and added a workflow to compile a docker image for AMD and ARM. Works fine when compiled for arm but still running into this particular issue when building from Logs from: dawarich_sidekiq
OS: Ubuntu 22.04.4 LTS aarch64 Edit/feature-req: Including the workflow (or a similar one) which will automate building for multiple architectures would be very nice to have for people who run arm servers or want to test on a PI Edit2: My misunderstanding, not a fully related issue: protocolbuffers/protobuf#8199 |
Edit: Ignore this, the issue seems to be with my system configuration. dawarich_app starts up fine on my local machine, I'll investigate what the issue is on my server. Edit 2: I missed that I had to update the docker-compose.yml in 2 places, it starts up now as it should. Fixed! I have updated the docker-compose.yml with the new version, however now it seems that the error is simply ignored:
The app container still fails, the error is just skipped over:
|
@stepsysadmin so your problem is solved? Don't forget to grab fresh docker-compose.yml before trying to test :) |
@Aikufurr is your problem solved? I'm looking into how I can build a docker image for ARM too, thanks! It would be great if you could open a PR :) |
@Freika PR #9 has been created and the issue for dawarich_sidekiq has been resolved I think, but now something with dawarich_app has arisen, logs below. This code was pulled from main and ran via the github action at the same time as the PR was created.
|
Yes, fixed for me! Thanks! |
Fixed in v. 0.1.4.1 |
Debian 12, Docker version 25.0.3, build 4debf41, docker-compose version 1.29.2, build unknown
The text was updated successfully, but these errors were encountered: