-
Notifications
You must be signed in to change notification settings - Fork 11.4k
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 tag develop: commit regression #13264
Comments
Luckily I had backed up the develop image with the fix to my own docker registry, and was able to get back on track, but this is an interesting situation. 😄 |
@sampaiodiego @MarcosSpessatto , any thoughts on this situation? |
@bkraul is there any way around this - I'm stuck with my rooms not loading. |
Let me push the backup image I made of the image with the fix to my hub space. Again, the only one I have is from commit a8f26bc which fixes the rooms not loading issue. I am actually trying to figure out how to build my own image from the develop branch, but so far I have not gotten any help from the forums. It is kind of weird that the team is completely silent. Maybe they are on a support freeze at the moment. |
sry guys, I'm already taking a look on this. |
@jmoont you can pull image: bkraul/rocket.chat:develop . It should help until this is corrected. I have started a backup/testing environment to make sure the develop builds are usable before I implement them. This is the risk I understand I choose to take when trying to use a development branch, I'm fine with that. @sampaiodiego , thanks for looking into this. |
@jmoont Found a more recent one in my cache, dated Jan 22, with more fixes. It also works fine. I have updated the image, and have re-tagged the other one for archival purposes. Might keep 5 or so at a time. |
it's fixed guys.. it was an issue with our end-to-end tests that were preventing the whole process to finish: https://hub.docker.com/r/rocketchat/rocket.chat/tags/ |
Description:
The develop tag seems to have regressed to a much older commit than what it was recently at. This has reintroduced several issues that have already been fixed, including #13138. I noticed this when the rocketchat instance started failing with the same error as outline in the issue. When I checked the commit for the version, I noticed that it was at commit dc0d739, which is dated Jan 10, 2019. The issue was corrected on commit a8f26bc, dated January 14, 2019.
Is this a common thing, where the develop tag goes back commits?
Steps to reproduce:
Expected behavior:
Should contain a far more recent develop comit. I understand not necessarily the latest one, as builds do take time, but not a commit from Jan 10.
Actual behavior:
And old commit which reintroduces breaking issues is being loaded.
Server Setup Information:
Commit
Runtime Environment
Build Environment
The text was updated successfully, but these errors were encountered: