Skip to content

Commit

Permalink
style,docs(ct): minor tweaks to base image policy as per @pdurbin
Browse files Browse the repository at this point in the history
  • Loading branch information
poikilotherm committed Sep 16, 2024
1 parent d3dc5c6 commit 08a94bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/sphinx-guides/source/container/base-image.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ For now, stale images will be kept on Docker Hub indefinitely.
| Summary: Rolling tag, equivalent to ``unstable`` for current development cycle.
Will roll over to the rolling production tag after a Dataverse release.
- | **Flexible Stack**
| Definition: ``<dv-major>.<dv-minor>-<flavor>-p<payara.version>-j<java.version>``:
| Definition: ``<dv-major>.<dv-minor>-<flavor>-p<payara.version>-j<java.version>``
| Example: ``6.5-noble-p6.2024.6-j17``
| Summary: Rolling tag during a development cycle of the Dataverse software (`Dockerfile <https://github.com/IQSS/dataverse/tree/develop/modules/container-base/src/main/docker/Dockerfile>`__).
**NOTE**: The current tag will always be 1 minor version ahead of Datavere releases.
**NOTE**: In these tags for development usage, the version number will always be 1 minor version ahead of existing Dataverse releases.
Example: Assume Dataverse ``6.x`` is released, ``6.(x+1)`` is underway.
The rolling tag in use during the cycle will be ``6.(x+1)-FFF`` and ``6.(x+1)-FFF-p6.202P.P-jJJ``.
See also: :doc:`/developers/making-releases`.
Expand Down

0 comments on commit 08a94bb

Please sign in to comment.