Hi,
Is there any way to download older releases etc?
I see the docker container for example if i build it downloads latest, this is not ideal for our own internal docker versioning control.
Best Regards
Fredrik
[Solved] Download url
For docker images you can use different tags to pull different versions of Unimus:
https://hub.docker.com/r/croc/unimus/tags
https://hub.docker.com/r/croc/unimus/tags
All previous binaries are also available for download on their version links:
http://download.unimus.net/unimus/x.x.x/Unimus.jar
So http://download.unimus.net/unimus/2.3.3/Unimus.jar will get you 2.3.3.
Latest binaries are always at https://download.unimus.net/unimus/-%20 ... Unimus.jar.
You can replace ".jar" for ".exe", etc. to get a different distribution.
http://download.unimus.net/unimus/x.x.x/Unimus.jar
So http://download.unimus.net/unimus/2.3.3/Unimus.jar will get you 2.3.3.
Latest binaries are always at https://download.unimus.net/unimus/-%20 ... Unimus.jar.
You can replace ".jar" for ".exe", etc. to get a different distribution.
Perfect, exactly what i was looking for!Tomas wrote: ↑Thu Dec 07, 2023 4:16 pmAll previous binaries are also available for download on their version links:
http://download.unimus.net/unimus/x.x.x/Unimus.jar
So http://download.unimus.net/unimus/2.3.3/Unimus.jar will get you 2.3.3.
Latest binaries are always at https://download.unimus.net/unimus/-%20 ... Unimus.jar.
You can replace ".jar" for ".exe", etc. to get a different distribution.
Super!