概述
本仓库包含用于运行Redmine的Containerfile及相关脚本。该容器镜像目前基于原始https://hub.docker.com/_/redmine%E6%9E%84%E5%BB%BA%EF%BC%8C%E5%B9%B6%E6%B7%BB%E5%8A%A0%E4%BA%86%E9%A2%9D%E5%A4%96%E7%9A%84%E6%8F%92%E4%BB%B6%E5%92%8C%E4%B8%BB%E9%A2%98%E3%80%82
核心功能与特性
额外插件
- https://github.com/Ilogeek/redmine_issue_dynamic_edit.git
- https://github.com/jgraichen/redmine_dashboard.git
- https://github.com/haru/redmine_wiki_extensions.git
- https://www.github.com/alphanodes/additionals.git
- https://www.github.com/alphanodes/additional_tags.git
- https://github.com/mikitex70/redmine_drawio.git
- https://github.com/alphanodes/redmine_messenger.git
- [***]
- https://github.com/cat-in-136/redmine_hearts.git
- https://github.com/wellbia/redmine_microsoftteams.git
- https://github.com/redmica/redmica_ui_extension.git
- https://github.com/onozaty/redmine-view-customize.git
- https://github.com/haru/redmine_theme_changer.git
- [***]
- [***]
- https://github.com/Intera/redmine_startpage.git
- https://github.com/eyp/redmine_spent_time.git
- https://github.com/tckz/redmine-wiki_graphviz_plugin.git
- https://github.com/jkraemer/redmine_percent_done.git
- https://github.com/alperenbozkurt/redmine_users_performance.git
- https://github.com/smoreau/redmine_documents_short.git
- https://github.com/akiko-pusu/redmine_issue_badge.git
- https://github.com/alphanodes/redmine_ref_issues.git
额外主题
- https://github.com/mrliptontea/PurpleMine2.git
- https://github.com/farend/redmine_theme_farend_bleuclair.git
- https://github.com/tantic/redmine_asap_theme.git
- https://github.com/PlockGames/redmine-plock-theme.git
- https://github.com/alexcode-cc/redmine-theme-dwarf-build.git
- https://github.com/jbbarth/redmine_theme_ministere.git
- https://github.com/tomy-shen/TW-Style.git
- https://github.com/Intera/redmine_theme_intera.git
- https://github.com/knt419/material.git
- https://github.com/alexcode-cc/redmine-theme-minimalflat2-build.git
使用方法
与官方Redmine Docker镜像的使用方法相同。
安全性
原始镜像的安全性存在一定限制:
- rootfs无法以只读方式挂载(不符合Kubernetes安全最佳实践)
- 镜像在重启时会自我更新(若依赖项出现问题,容器可能突然无法工作,且在Kubernetes中无法回滚)
未来计划构建全新镜像以解决这些问题。
支持的架构
更新策略
只要个人Kubernetes集群可用,作者会尝试每周更新镜像。但不提供任何保证,请勿将此镜像用于业务关键场景。
预构建镜像
- https://hub.docker.com/repository/docker/byterazor/redmine/general
Git仓库
作者
- 原始镜像作者
- Dominik Meyer - 扩展插件和主题
许可证
本项目基于GPLv2许可证授权 - 详见LICENSE文件。