changeset 1101:62951fa88d41

merge
author Alain Mazy <am@orthanc.team>
date Tue, 06 Aug 2024 09:48:51 +0200
parents 5cf01b7df61c (diff) 567de375e89f (current diff)
children 4f3709b36f8a f8a335fdeae7
files
diffstat 2 files changed, 21 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
--- /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 <https://orthanc.uclouvain.be/downloads/>`__
+of each component in the ``mainline`` folder.
+
+:ref:`orthancteam <docker-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``