v1.9.0 - Cleaned up build and image
Breaking changes
If you're coming from below 1.8.0, consult the changes in 1.8.0. For everyone else, look at the readme. The names of the images have changed. The native image is now deprecated.
Your docker-compose will have to look slightly different. JVM images will be the way forward. See below.
Reasoning
It pains me to deprecate native image builds, especially when we are able to see builds run on 70-100MB of RAM. However, with the advancements of Project Leyden, Janitorr can now run in a JVM and use less than 200MB of total RAM.
Expecting users to dedicate about that much memory to a useful application running 24/7 is something that I feel I am able to justify.
But why? Native image has been the recommended way to use Janitorr for nearly 2 years. As I went through the trouble of making it work, I felt that everyone should use it. From a user perspective, there were really no downsides to it.