Important
We will discontinue maintenance of this Docker image and archive this repository when RedMica 3.2.0 is released, which is scheduled for May 2025. This means that Docker images for RedMica 3.2.0 and later will not be provided.
Please note that the development of RedMica will continue as usual; we are only discontinuing maintenance of this Docker image.
This repository develops RedMica's Dockerfile Docker Hub link.
How to use Docker image: Description
$ git clone https://github.com/redmica/redmica_docker.git
$ cd redmica_docker
$ # Add latest RedMica version directory
$ mkdir <new RedMica full version>
$ docker run --rm -w /redmica_docker --volume $PWD:/redmica_docker buildpack-deps /redmica_docker/update.sh <new RedMica full version>
This repository is a fork of docker-library/redmine.
docker-library/redmine is licensed under the GNU General Public License v2 (GPL).