Mercurial > hg > orthanc-book
changeset 400:f6464ae6342b
fix links in docker-osimis
author | Alain Mazy <alain@mazy.be> |
---|---|
date | Thu, 23 Apr 2020 12:56:55 +0200 |
parents | 20003fa56bdf |
children | 108f21475b4a |
files | Sphinx/source/users/docker-osimis.rst |
diffstat | 1 files changed, 15 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- a/Sphinx/source/users/docker-osimis.rst Wed Apr 22 10:43:14 2020 +0200 +++ b/Sphinx/source/users/docker-osimis.rst Thu Apr 23 12:56:55 2020 +0200 @@ -9,7 +9,18 @@ :depth: 3 -.. warning:: this is a preliminary documentation for images that are not publicly available yet +.. warning:: This documentation applies to ``osimis/orthanc`` images from the ``20.4.2`` version. + + Note that these images have been re-written in April 2020. The documentation + for older images is still available `here <https://osimis.atlassian.net/wiki/spaces/OKB/pages/26738689/How+to+use+osimis+orthanc+Docker+images#Howtouseosimis/orthancDockerimages>`__ + + The new images are backward compatible with the previous images except for the + Google Cloud Platform configuration. + + However, if you're still using legacy environment variables, you'll get some warning + encouraging you to update to the new namings since the backward compatibility + might be removed one day (currently planed in June 2021). + Introduction ------------ @@ -34,14 +45,6 @@ shows all the way that can be used to generate the same configuration in Orthanc. -Note that these images have been re-written in April 2020. The documentation -for older images is still available `here <https://osimis.atlassian.net/wiki/spaces/OKB/pages/26738689/How+to+use+osimis+orthanc+Docker+images#Howtouseosimis/orthancDockerimages>`__ -The new images are backward compatible with the previous images except for the -Google Cloud Platform configuration. -However, if you're still using legacy environment variables, you'll get some warning -encouraging you to update to the new namings since the backward compatibility -might be removed one day (currently planed in June 2021). - Environmnent variables ---------------------- @@ -75,7 +78,7 @@ ``ORTHANC__DICOM_WEB__STUDIES_METADATA`` Note that, this automatic rule might fail because of 2 capital letters one after each other in some -Orthanc settings. Therefore, there are some `exceptions <https://bitbucket.org/osimis/orthanc-builder/src/orthanc-dyn-build/docker/orthanc/env-var-non-standards.json>`__ to this rule +Orthanc settings. Therefore, there are some `exceptions <https://bitbucket.org/osimis/orthanc-builder/src/master/docker/orthanc/env-var-non-standards.json>`__ to this rule that are however quite intuitive. Special environment variables @@ -313,6 +316,6 @@ Under the hood -------------- -The source code that is used to generate the image can be found `here <https://bitbucket.org/osimis/orthanc-builder/src/orthanc-dyn-build/docker/orthanc/Dockerfile>`__. +The source code that is used to generate the image can be found `here <https://bitbucket.org/osimis/orthanc-builder/src/master/docker/orthanc/Dockerfile>`__. -The python script that is used at startup can be found `here <https://bitbucket.org/osimis/orthanc-builder/src/orthanc-dyn-build/docker/orthanc/generateConfiguration.py>`__ \ No newline at end of file +The python script that is used at startup can be found `here <https://bitbucket.org/osimis/orthanc-builder/src/master/docker/orthanc/generateConfiguration.py>`__ \ No newline at end of file