Redmine Container including all my required themes and plugins
Go to file
2024-08-29 09:49:24 +02:00
scripts ADD: initial commit 2024-02-11 11:46:02 +01:00
.drone.yml ADD: limit pipeline execution to a specific set of nodes 2024-05-15 18:17:29 +02:00
Containerfile feat: issue_list macro for wiki 2024-08-22 20:29:12 +02:00
docker-entrypoint.sh ADD: adapted entrypoint 2024-02-29 22:51:58 +01:00
LICENSE chore: updated readme and license 2024-08-29 09:49:24 +02:00
README.md chore: updated readme and license 2024-08-29 09:49:24 +02:00

lang
EN_US

Redmine Container Image

Description

This repository contains the Containerfile and associated scripts for a container image that runs Redmine.

This Container Image is at the moment based on the original Redmine Dockerfile

This image includes the following additional plugins:

and the following themes:

Usage

The same as the official Redmine Docker Image.

Security

Unfortunatly, is the security of the original image very limitted.

  • rootfs can not be mounted readonly (requirement for kubernetes sucurity best practices)
  • the image updates itself on restart (suddenly container not working anymore if a problem witht he dependency exist, no rollback possible in kubernetes)

In the future a complete new Image is planned that will address these issues.

Supported Architectures

  • amd64
  • arm64

Updates

I am trying to update the image weekly as long as my private kubernetes cluster is available. So I do not promise anything and do not rely your business on this image.

Prebuild Images

Git Repository

Authors

  • the authors of the original image
  • Dominik Meyer - extending with plugins and themes

License

This project is licensed under the GPLv2 License - see the LICENSE file for details.