Skip to content

Commit

Permalink
Merge pull request IQSS#10585 from IQSS/10549-containers
Browse files Browse the repository at this point in the history
update running/prod page to explain steps needed for containers
  • Loading branch information
pdurbin authored May 23, 2024
2 parents c4940c8 + f1c7ef6 commit ecd6d16
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion doc/sphinx-guides/source/container/running/production.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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 differently 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
-----------
Expand Down

0 comments on commit ecd6d16

Please sign in to comment.