Mercurial > hg > orthanc-book
changeset 1100:5cf01b7df61c
added mainline binaries
author | Alain Mazy <am@orthanc.team> |
---|---|
date | Tue, 06 Aug 2024 09:48:32 +0200 |
parents | 569e7f6f4753 |
children | 62951fa88d41 |
files | Sphinx/source/faq.rst Sphinx/source/faq/mainline-binaries.rst |
diffstat | 2 files changed, 21 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- /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 <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``