redmine/Containerfile

75 lines
3.9 KiB
Plaintext
Raw Normal View History

2024-02-11 11:51:32 +01:00
FROM docker.io/redmine:5.1
2024-02-11 11:46:02 +01:00
2024-02-29 23:44:45 +01:00
RUN apt-get -qy update && apt-get -qy upgrade && apt-get -qy install git libffi-dev make gcc nodejs graphviz
2024-02-11 11:46:02 +01:00
2024-02-11 16:57:17 +01:00
RUN cd /usr/src/redmine/plugins;git clone https://github.com/Ilogeek/redmine_issue_dynamic_edit.git
2024-02-11 21:10:27 +01:00
#RUN cd /usr/src/redmine/plugins;git clone https://github.com/akpaevj/dashboard.git
2024-02-11 16:57:17 +01:00
RUN cd /usr/src/redmine/plugins;git clone https://github.com/haru/redmine_wiki_extensions.git; cd redmine_wiki_extensions; git checkout 0.9.5
2024-02-11 11:46:02 +01:00
2024-02-11 16:57:17 +01:00
RUN cd /usr/src/redmine/plugins;git clone -b stable https://www.github.com/alphanodes/additionals.git
RUN cd /usr/src/redmine/plugins;git clone -b stable https://www.github.com/alphanodes/additional_tags.git
2024-02-11 11:46:02 +01:00
2024-02-11 16:57:17 +01:00
RUN apt-get -qy install unzip
RUN cd /usr/src/redmine/plugins;wget https://redmine-kanban.com/files/redmine_kanban.zip; unzip redmine_kanban.zip
2024-02-11 11:46:02 +01:00
2024-02-11 16:57:17 +01:00
RUN cd /usr/src/redmine/plugins;git clone https://github.com/mikitex70/redmine_drawio.git
RUN cd /usr/src/redmine/plugins;git clone https://github.com/alphanodes/redmine_messenger.git
2024-02-11 11:46:02 +01:00
2024-02-11 16:57:17 +01:00
RUN cd /usr/src/redmine/plugins;wget https://redmine.ociotec.com/attachments/download/581/scrum-0.23.1.tar.gz; tar zxf scrum-0.23.1.tar.gz
2024-02-11 11:46:02 +01:00
2024-02-11 16:57:17 +01:00
#RUN cd /usr/src/redmine/plugins;git clone https://github.com/cryptogopher/issue_recurring.git
2024-02-11 11:46:02 +01:00
2024-02-11 16:57:17 +01:00
RUN cd /usr/src/redmine/plugins;git clone https://github.com/cat-in-136/redmine_hearts.git
2024-02-11 11:46:02 +01:00
2024-02-11 16:57:17 +01:00
RUN cd /usr/src/redmine/plugins;git clone https://github.com/wellbia/redmine_microsoftteams.git redmine_microsoftteams
2024-02-11 11:46:02 +01:00
2024-02-11 16:57:17 +01:00
RUN cd /usr/src/redmine/plugins;git clone https://github.com/redmica/redmica_ui_extension.git
2024-02-11 11:46:02 +01:00
2024-02-11 16:57:17 +01:00
RUN cd /usr/src/redmine/plugins;git clone https://github.com/onozaty/redmine-view-customize.git view_customize
2024-02-11 11:46:02 +01:00
2024-02-11 21:12:51 +01:00
#RUN cd /usr/src/redmine/plugins;git clone https://github.com/haru/redmine_theme_changer.git
2024-02-11 11:46:02 +01:00
2024-02-11 21:12:51 +01:00
#RUN cd /usr/src/redmine/public/themes/; git clone https://github.com/mrliptontea/PurpleMine2.git
2024-02-11 11:46:02 +01:00
2024-02-11 21:21:02 +01:00
RUN cd /usr/src/redmine/public/themes/; git clone https://github.com/farend/redmine_theme_farend_bleuclair.git bleuclair
2024-02-11 11:46:02 +01:00
2024-02-11 21:12:51 +01:00
#RUN cd /usr/src/redmine/public/themes/; git clone https://github.com/fraoustin/redmine_dark.git
2024-02-11 11:46:02 +01:00
2024-02-11 21:12:51 +01:00
#RUN cd /usr/src/redmine/public/themes/; git clone https://github.com/fraoustin/RTMaterial.git
2024-02-11 11:46:02 +01:00
2024-02-11 21:12:51 +01:00
#RUN cd /usr/src/redmine/public/themes/; git clone https://github.com/jbbarth/redmine_theme_ministere.git
2024-02-11 11:46:02 +01:00
2024-02-11 21:12:51 +01:00
#RUN cd /usr/src/redmine/public/themes/; git clone https://github.com/Intera/redmine_theme_intera.git
2024-02-11 11:46:02 +01:00
2024-02-11 21:12:51 +01:00
#RUN cd /usr/src/redmine/public/themes/; git clone https://github.com/knt419/material.git
2024-02-11 11:46:02 +01:00
2024-02-11 21:12:51 +01:00
#RUN cd /usr/src/redmine/public/themes/; git clone https://github.com/letuankhoipm/qkit-redmine-rezii.git
2024-02-11 11:46:02 +01:00
2024-02-11 21:12:51 +01:00
#RUN cd /usr/src/redmine/public/themes/; git clone https://github.com/makotokw/redmine-theme-gitmike.git
2024-02-11 11:46:02 +01:00
2024-02-11 21:12:51 +01:00
#RUN cd /usr/src/redmine/public/themes/; git clone https://github.com/alexcode-cc/redmine-theme-dwarf-build.git
2024-02-11 11:46:02 +01:00
2024-02-11 16:57:17 +01:00
RUN cd /usr/src/redmine/plugins;git clone https://gitea.federationhq.de/byterazor/redmine-git-remote.git redmine_git_remote
2024-02-11 11:46:02 +01:00
2024-02-11 16:57:17 +01:00
RUN cd /usr/src/redmine/plugins;git clone https://gitea.federationhq.de/byterazor/redmine_glossary.git
2024-02-11 21:47:00 +01:00
2024-02-12 00:21:03 +01:00
RUN cd /usr/src/redmine/plugins;git clone https://github.com/Intera/redmine_startpage.git
2024-02-29 17:35:10 +01:00
#RUN cd /usr/src/redmine/plugins;git clone -b master https://github.com/xmera-circle/redmine_cookie_consent
2024-02-29 16:04:32 +01:00
#RUN cd /usr/src/redmine/plugins;git clone https://github.com/hicknhack-software/redmine_hourglass.git
2024-02-29 22:49:10 +01:00
#RUN cd /usr/src/redmine/plugins;git clone https://github.com/jrgarlick/redmine_timesheet.git
2024-02-29 22:51:58 +01:00
RUN cd /usr/src/redmine/plugins;git clone https://github.com/eyp/redmine_spent_time.git
2024-02-29 23:44:45 +01:00
RUN cd /usr/src/redmine/plugins;git clone https://github.com/tckz/redmine-wiki_graphviz_plugin.git wiki_graphviz_plugin
RUN cd /usr/src/redmine/plugins;git clone https://github.com/jkraemer/redmine_percent_done.git
2024-03-01 09:33:06 +01:00
RUN cd /usr/src/redmine/plugins;git clone https://github.com/alperenbozkurt/redmine_users_performance.git
RUN cd /usr/src/redmine/plugins;git clone https://github.com/smoreau/redmine_documents_short.git
COPY docker-entrypoint.sh /
RUN chmod a+x /docker-entrypoint.sh