# HG changeset patch # User Alain Mazy # Date 1722930531 -7200 # Node ID 62951fa88d4100cc2f465791ccbf49b549158188 # Parent 5cf01b7df61c97b2dbc0603f7fd9c4fa2cae0d3f# Parent 567de375e89f109bd6473c5d39184ec79538fe92 merge diff -r 567de375e89f -r 62951fa88d41 Sphinx/source/faq.rst --- a/Sphinx/source/faq.rst Sat Aug 03 14:21:34 2024 +0200 +++ b/Sphinx/source/faq.rst Tue Aug 06 09:48:51 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 567de375e89f -r 62951fa88d41 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:51 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``