Open
Description
This would be great to have a fast way to test a plugin in multiple redmine
versions
The following would need to happen to change the version:
- Update the image tag in the
Dockerfile
- Rebuild the local docker images
- Start the new redmine image
- Restore the database
We can pack all of this into a script and pass the version as a parameter.
Another approach would be to have multiple Dockerfiles - one for each version - and start them, depending on a e.G. env variable set in bin/start