docker-redmine
docker-redmine copied to clipboard
Announcements
Subscribe to this issue to get notified about project announcements. This is mainly created so that you can keep up with the changes in the application stack. Please do not use this thread to report issues.
added SMTP_STARTTLS and SMTP_DOMAIN config options. If you are using mail service other then gmail for mail delivery then please specify the SMTP_DOMAIN parameter.
@asyriqueat @Likipe @AdrianRibao
Please note, to avoid bloating the repo because of the packaged binary and gem files. I have completely rewritten the repo history to remove these files.
Since you have forked this repo and amended your changes on top of it, I suggest you save your commits and then delete and refork this repo before reapplying your commits.
I am sorry about this.
2014-04-21: the internal mysql server will soon be removed from the image. Please use an external or linked mysql server
2014-07-08: redmine-2.5.2 with ruby-2.1 support out now. feels a lot faster.
2014-08-26:
The data volume path has now been changed to /home/redmine/files.
Refer http://git.io/H59-lg for migration information.
This only affects the latest tag and versions greater than 2.5.2
2014-08-26:
The mailer now has to be explicitly set to enable mail delivery via the -e "SMTP_ENABLED=true" configuration. SMTP_ENABLED defaults to true if SMTP_USER is defined, else it defaults to false
This only affects the latest tag and versions greater than 2.5.2
2014-09-05:
In the 2.5.2-1 and above versions the data volume has been moved to /home/redmine/data. Existing users should consult https://github.com/sameersbn/docker-redmine#data-store for migration instructions
2014-09-07:
Pre-installed themes/plugins have been removed in 2.5.2-2 and above.
Users can now install themes/plugins without having to build the image. Please refer the README for details.
Any chance you can document the previously installed default plugins for backward-compatibility reasons? It'd be nice if I could upgrade my existing docker without having to manually install plugins. Or am I misunderstanding the update process?
@psifertex Towards the end of the Installing Plugins section you will find the instructions to get the old plugins back. Same goes for themes.
You realy did the best redmin image at present :dart:
2014-10-22:
releases with redmine 2.5.3 and 2.6.0 are out.
Please note, the internal mysql server has been removed since version 2.5.3.
2015-03-02
- redmine
3.0.0is out. If your installation depends on various third party plugins, I would suggest sticking with the2.6.xxseries.
2015-08-30
- version
3.1.0-2,3.0.4-2and2.6.6-2versions are out and adds IMAP support for receiving mails. - If you want to execute some commands before the daemons are started, you can create a
entrypoint.custom.shscript with your commands and copy it to the root of the data volume.
2017-07-23
Today after a really long time I was able to spend time updating the image and releasing a bunch of releases. I apologise to you all for the delay. I am looking for collaborators on the repo that would help maintain and keep the repo up to date. If interested please let me know /cc @jcormier
@sameersbn i am interrested i use this images all the time
Thanks for your interest @frank-dspeed. I will get things setup for you ASAP. I'd like to have @jcormier help out if possible too :slightly_smiling_face:
@sameersbn sure no problem i am around every day :) do we got a gitter channel? maybe we should make one for this and gitlab you can also add me to gitlab if you like i am also heavy user of that
@sameersbn I can try to help on occasion.
@jcormier @frank-dspeed I've sent you guys invitations to become collaborators on this repo. Thanks for helping out.