redmine/Containerfile

55 lines
2.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
RUN apt-get -qy update && apt-get -qy upgrade && apt-get -qy install 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/Ilogeek/redmine_issue_dynamic_edit.git
RUN cd /usr/src/redmine/plugins;git clone https://github.com/akpaevj/dashboard.git
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 16:57:17 +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 16:57:17 +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 16:57:17 +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 16:57:17 +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 16:57:17 +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 16:57:17 +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 16:57:17 +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 16:57:17 +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 16:57:17 +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 16:57:17 +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 16:57:17 +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