# HG changeset patch # User Alain Mazy # Date 1722930512 -7200 # Node ID 5cf01b7df61c97b2dbc0603f7fd9c4fa2cae0d3f # Parent 569e7f6f4753f10b55cc0299328aec0111ad6e5e added mainline binaries diff -r 569e7f6f4753 -r 5cf01b7df61c Sphinx/source/faq.rst --- a/Sphinx/source/faq.rst Fri Aug 02 18:34:52 2024 +0200 +++ b/Sphinx/source/faq.rst Tue Aug 06 09:48:32 2024 +0200 @@ -14,6 +14,7 @@ faq/features.rst faq/scalability.rst faq/security.rst + faq/mainline-binaries.rst faq/proprietary.rst faq/why-orthanc.rst faq/donations.rst diff -r 569e7f6f4753 -r 5cf01b7df61c Sphinx/source/faq/mainline-binaries.rst --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Sphinx/source/faq/mainline-binaries.rst Tue Aug 06 09:48:32 2024 +0200 @@ -0,0 +1,20 @@ +How do you get "mainline" binaries ? +================================== + +``Mainline`` binaries are non official releases of Orthanc containing +the latest version of the code. They are built after each commit +or every night. + +Always take care before using one of these versions since they might +contain untested features or temporary code. + +Windows, OSX and Linux LSB binaries are built directly after each commit +and are available in the `Downloads page `__ +of each component in the ``mainline`` folder. + +:ref:`orthancteam ` Docker images are built every +night and are updated only if the full integration tests have been run successfully. +The "mainline" versions are named differently and are available under: + +- ``orthancteam/orthanc-pre-release:master-unstable`` +- ``orthancteam/orthanc-pre-release:master-full-unstable``