Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

Already on GitHub? Sign in to your account

`docker exec -it cat /synapse.version` prints out `master` instead of the version #2

Closed
jhamfler opened this Issue Mar 3, 2016 · 6 comments

Comments

Projects
None yet
2 participants

jhamfler commented Mar 3, 2016

Does the docker image always contain the newest synapse when I build a new image out of your repo?
Using docker exec -it cat /synapse.version says that I am on master but not where the HEAD is or which version. So I could be an an old master, right?

Owner

silvio commented Mar 3, 2016

right! It is gone as I remove the git dependency.
I will fix this

jhamfler commented Mar 3, 2016

Wow what a fast answer. Thank you very much for your help!

jhamfler commented Mar 3, 2016

I have another question related to it:
How can I upgrade to Synapse 0.13.x?

docker logs CONTAINERID 2>&1 |grep Synapse|grep version shows version 0.12.0

@silvio silvio closed this in 0e176ca Mar 3, 2016

Owner

silvio commented Mar 3, 2016

@jhamfler I think the version output string has changed. Try to use docker logs CONTAINERID 2>&1 | grep -i "Server version".

Owner

silvio commented Mar 7, 2016

@jhamfler ... and you have to pull the new images via docker pull silviof/docker-matrix.

jhamfler commented Mar 8, 2016

I removed the whole image and downloaded it again a few days ago to have everything clean. It works well, thank you for your help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment