-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Wekan Docker image build failing on Docker Hub #928
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
Comments
I'm not able to add tags, because I don't yet have access to Docker Hub of Wekan. You can always get latest version using tag "latest" as in docker install instructions, it's automatically built after every commit to repo. I'll try to contact @mquandalle sometime. More tasks to @mquandalle is at Wekan roadmap board that is linked on readme. |
Is there any chance we can open this back up. It's important to me to be able to pin to a version and upgrade only after I've thoroughly tested it locally. 0.17 just released and now if I need to restart my app/server I'll get the latest version instead of 0.16. |
So, this can worked around if you already have a copy of the 0.16 image locally. docker tag 82e663c127dc mquandalle/wekan:0.16 I'm going to also create a tag for the newest version. |
Mirror up here. |
I have already sent support request to Docker Hub about adding tags, and also have direct contact to @mquandalle that has full access. Please be patient, it's taken care of. No need to open issues. :) |
Thanks @xet, but it's not so much a patience thing as a "You just scared me." thing. It's the kind of behavior that means I can't recommend this fantastic project to my clients as an ultra low cost option. Reproducible deployments matter. I apologize if I panicked, but I have plans to migrate to a new server and this, well, panicked me. =) Anyway, the mirror is up for anyone who wants to pin to 0.16. |
I have sent message to @mquandalle that he adds tags to Docker Hub. I don't know why some panic here, I try to be as friendly and welcoming as possible :) |
And I didn't mean to be unfriendly. |
I'm currently creating new automated build with all tags to: Once it has built all tags, I will change all urls to point to there. |
How did you add docker tags to docker hub? on wekanteam/wekan my v0.16 and v0.17 builds fail and yours work. |
Can you look why Docker Hub builds give errors? |
@xet7 |
@xet, does the build fail when you build locally or only remotely on the dockerhub? |
@xet I ran I looked at the latest CI log, but didn't see anything related to docker. Can you share what you're seeing? |
Build fails on dockerhub. I have not tried to build locally yet. I use Xubuntu 16.04 64bit for development. Could it be debian issue? Do you somehow push dockerhub tags back to dockerhub ? |
Ok, I've looked into it and here is my take on the issue: Error Message from the DockerHub
Options/Solutions:
BTW, I will be making a pull request unrelated to this issue shortly. Example of the error in a travis build at the link below: https://travis-ci.org/wekan/wekan#L4565 |
@xet7 While I don't understand what |
Also, I cannot reproduce this error on my local machine - so I can't test any potential solution. |
@stephenmoloney Yes, the double slash bug is because of the published version of kadira:flow-router. The patched version is in the Wekan organization on GitHub. |
@ocdtrekkie , ah yes, I see that now on this commit. I guess upgrading meteor is the way to go so. |
The fix for this is adding a |
#945 doesn't fix the issue as seen by the travis build as error I also tried:
Neither worked. Still getting error
|
When building Wekan I got this error:
I'll try to figure out why this happens. Previously I did change used Dockerfile npm version to the one I use, but I'm not sure are there differences when I build on Xubuntu 16.04 64bit and that Debian wheezy that Docker image is based on. |
Could be related to: |
Doh, that error in building Wekan was only because I had full harddisk :) Now Wekan builds and works fine :) But I don't know about that Docker Hub error yet. |
I think the best bet is upgrading meteor version to 1.4.4 + as first port of call. |
For reference, work is underway at this PR #957 to try and update meteor. We just need to work through the bugs there. |
@xet7 |
So what is the status about this topic? |
Hi,
Long story short, you can use |
OK, thank you! 👍 |
Although some contributors have made all of meteor-1.4 branch running on Docker possible, I have not been able to replicate meteor-1.4 branch working outside Docker yet with installing from source, as seen at: When some contributor helps me with that and documenting those steps to wiki, it's much easier for me to continue testing and accepting pull requests, and move meteor-1.4 branch to devel and master branches, so I can then continue making new releases. |
|
Today I have released Wekan v0.19, it's been build successfully and tagged at: Some other tags have also been successfully built at: For example:
|
v0.16 wasn't tagged on Docker Hub, so it's impossible to pull it this way.
The text was updated successfully, but these errors were encountered: