-
-
Notifications
You must be signed in to change notification settings - Fork 19
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 image #8
Comments
have a look in your docker run command. U map the current (pwd) directory into the container. but maybe on the current directory is no data dir with the config files inside? :-) and as production, please ever use a version-tag image (avhost/docker-matrix:v0.26.0), never the latest one . |
The command worked fine so far until a removed and fetched a new image. Also it still fails if I remove the volume params and the error This isn't a production setup, just a local instance for testing. |
Note that @mujx is running the |
ok, thanks for the information. @mujx have u tried the image version v0.26.0? |
@mvgorcum ah yeah, didnt saw. I'm curious if it will work without volume mapping. |
The Although in my script I create users with the docker exec synapse /bin/bash -c 'register_new_matrix_user --admin -u alice -p secret -c /data/homeserver.yaml http://localhost:8008 |
While it's possible that it fails with the volume map (for instance if docker can't actually write to the volume) that doesn't seem likely to me. The first error we get is There's a significant difference in size between As for |
I couldn't find a virtualenv inside the container. How the command would look exactly? edit: Just to make a note that the above command that creates the user worked fine before. So something changed in the meantime. |
doens't return anything from inside the container. |
we already have a failure during our building process:
the pipeline should stop at that point therefore the image will not be broken. |
@mujx have you tried opening an intereactive shell in the container and run That would be |
@mvgorcum Yes, the command I pasted above does the same thing; synctl is also not available. |
Both |
u both can stop to waste time. :-) synapse didnt build completely because of a operand failure in there source code. lates build of course. v0.26.0 should work perfectly. :-) |
My apologies, the |
everything fine @mujx , that's why we start to tag the docker images. to be sure that changes from us or the matrix devs would not break all the great matrix instances. :-) fur us is good to know now, that our build pipeline is unusable. :-) |
I've noticed that |
Running
fails with the following
The weird thing is that it worked before until I removed the old image (from two weeks ago) and pulled a new one. This happens on Arch Linux & macOS with the latest docker versions.
The text was updated successfully, but these errors were encountered: