From 739d0d268e81797dcfce4407e5851d2a88660eed Mon Sep 17 00:00:00 2001 From: Philip Durbin Date: Thu, 23 May 2024 09:26:37 -0400 Subject: [PATCH 1/2] update running/prod page to explain steps needed for containers --- .../source/container/running/production.rst | 27 ++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/doc/sphinx-guides/source/container/running/production.rst b/doc/sphinx-guides/source/container/running/production.rst index 0a628dc57b9..4994248a2e0 100644 --- a/doc/sphinx-guides/source/container/running/production.rst +++ b/doc/sphinx-guides/source/container/running/production.rst @@ -7,7 +7,32 @@ Production (Future) Status ------ -The images described in this guide are not yet recommended for production usage. +The images described in this guide are not yet recommended for production usage, but we think we are close. We'd like to make the following improvements: + +- Tagged releases + + - Currently, you have the choice between "alpha" images that change under your feet every time a new version of Dataverse is released or "unstable" images that track the "develop" branch, which is updated frequently. Instead, we'd like to offer images like 6.4, 6.5, etc. We are tracking this work at https://github.com/IQSS/dataverse/issues/10478 and there is some preliminary code at https://github.com/IQSS/dataverse/tree/10478-version-base-img . You are welcome to join the following discussions: + + - https://dataverse.zulipchat.com/#narrow/stream/375812-containers/topic/change.20version.20scheme.20base.20image.3F/near/405636949 + - https://dataverse.zulipchat.com/#narrow/stream/375812-containers/topic/tagging.20images.20with.20versions/near/366600747 + +- More docs on setting up additional features + + - How to set up previewers. See https://github.com/IQSS/dataverse/issues/10506 + - How to set up Rserve. + +- Go through all the features in docs and check what needs to be done diffeaarently with containers + + - Check ports, for example. + +To join the discussion on what else might be needed before declaring images ready for production, please comment on https://dataverse.zulipchat.com/#narrow/stream/375812-containers/topic/containers.20for.20production/near/434979159 + +You are also very welcome to join our meetings. See "how to help" below. + +Limitations +----------- + +- Multiple apps servers are not supported. See :ref:`multiple-app-servers` for more on this topic. How to Help ----------- From f1c7ef645ba7bf467d7b333e5215d3b78b227d71 Mon Sep 17 00:00:00 2001 From: Philip Durbin Date: Thu, 23 May 2024 09:37:44 -0400 Subject: [PATCH 2/2] fix typo --- doc/sphinx-guides/source/container/running/production.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx-guides/source/container/running/production.rst b/doc/sphinx-guides/source/container/running/production.rst index 4994248a2e0..3294db8ec1b 100644 --- a/doc/sphinx-guides/source/container/running/production.rst +++ b/doc/sphinx-guides/source/container/running/production.rst @@ -21,7 +21,7 @@ The images described in this guide are not yet recommended for production usage, - How to set up previewers. See https://github.com/IQSS/dataverse/issues/10506 - How to set up Rserve. -- Go through all the features in docs and check what needs to be done diffeaarently with containers +- Go through all the features in docs and check what needs to be done differently with containers - Check ports, for example.