Skip to content
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 image isn't updated automatically #31

Closed
petercv opened this issue Jan 20, 2015 · 2 comments
Closed

Docker image isn't updated automatically #31

petercv opened this issue Jan 20, 2015 · 2 comments
Labels

Comments

@petercv
Copy link

petercv commented Jan 20, 2015

I installed the latest Docker image assuming it would contain the latest version of MailHog, however it doesn't. This is probably due how the project has been setup over multiple GitHub projects. Docker Hub only allows you to watch a single GitHub project so if a fix is done inside of one of the other projects and no changes are required in the main project, the docker image won't be rebuilt.

An easy fix is to have some kind of version information somewhere in the main repository so that it is registered as a change. Because in other issues you mention version 0.1.3 which would contain the fix for HTML mail. But there is no file in the main repository that mentions this version number (or 0.1.1 and 0.1.2). After creating my own image with the Dockerfile the HTML issue is BTW fixed.

@ian-kent
Copy link
Member

👍 thanks, hadn't even considered it! I'll get it fixed asap (and I'll leave this open to remind me!)

@ian-kent ian-kent added the bug label Jan 20, 2015
@ian-kent
Copy link
Member

I'd forgotten, but there is a docs/RELEASES.md I should have been updating, which would have trigger the rebuild. I'll update it now and (hopefully) remember to do it in future!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants