mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-25 00:46:03 +03:00
[GH-ISSUE #3579] Docker build failures #1859
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#1859
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @olaf7 on GitHub (Jul 11, 2025).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/3579
After a github clone I tried to build the containers using docker-compose
Logs:
The build process gets into a loop, so this is repeated many times.
@tonioo commented on GitHub (Jul 14, 2025):
@olaf7 It seems you're not using the latest version. Make sure to pull the latest modifications from master and then try again.
@olaf7 commented on GitHub (Jul 14, 2025):
Just did another checkout at a new location. Same issues.
@tonioo commented on GitHub (Jul 15, 2025):
Strange because I can see from your trace that is shows pieces of code that are no present anymore on master branch
@olaf7 commented on GitHub (Jul 16, 2025):
I am very sorry, but to be sure I just tested the docker build process again on a VM (debian stable) with no prior Modoboa github cloned source before today and the result(s) are the same.
Might be a difference between the dev and the master branch?
@tonioo commented on GitHub (Jul 17, 2025):
There is no dev branch. You should use master branch
@tonioo commented on GitHub (Jul 17, 2025):
Ok, actually the code looks up-to-date. Can you take a look at the modoboa/init.py file and try to run the code in a python shell without the exception handling?
@olaf7 commented on GitHub (Jul 17, 2025):
@tonioo commented on GitHub (Jul 18, 2025):
Strange... Did you run this container within the docker container?
@olaf7 commented on GitHub (Jul 18, 2025):
No, I did run this directly on my laptop. No VM or container. Plain Debian stable/Bookworm
@tonioo commented on GitHub (Jul 18, 2025):
Ok, then it's normal I think. You need to install modoboa in your virtualenv to make that work.
Try this first:
@olaf7 commented on GitHub (Jul 19, 2025):
On a new VM with a fresh virtualenv on Debian stable I ran the pip install command which seemed to build/install fine this time.
Next I ran the code from init.py
The two lines with imports gave no errors. The line to handle the commandline obviously errors as no command was given.
@tonioo commented on GitHub (Sep 15, 2025):
@olaf7 is it still happening?
@olaf7 commented on GitHub (Sep 16, 2025):
Just reran it with a recreate and yes, still the same
@stale[bot] commented on GitHub (Dec 18, 2025):
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
@github-actions[bot] commented on GitHub (Jan 8, 2026):
This issue was closed because it has been stalled for 14 days with no activity.