Skip to content

Commit

Permalink
style,docs(ct-base): small word adjusts for some build options
Browse files Browse the repository at this point in the history
  • Loading branch information
poikilotherm committed Sep 19, 2022
1 parent 12ea8d1 commit 4dfbb28
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 @@ -70,10 +70,10 @@ Some additional notes, using Maven parameters to change the build and use ...:
`DMP docs on registries <https://dmp.fabric8.io/#registry>`__)
- ... a different Payara version: add ``-Dpayara.version=V.YYYY.R``.
- | ... a different Temurin JRE version ``A``: add ``-Dtarget.java.version=A`` (i.e. ``11``, ``17``, ...).
| *Note:* must resolve to an available Docker tag ``A-jre`` of Eclipse Temurin!
| *Note:* must resolve to an available image tag ``A-jre`` of Eclipse Temurin!
(See also `Docker Hub search example <https://hub.docker.com/_/eclipse-temurin/tags?page=1&name=11-jre>`_)
- ... a different Java Distribution: add ``-Djava.image="name:tag"`` with precise reference to an
image available from local or remote (e. g. Docker Hub).
image available local or remote.
- ... a different UID/GID for the ``payara`` user/group: add ``-Dbase.image.uid=1234`` (or ``.gid``)

Automated Builds & Publishing
Expand Down

0 comments on commit 4dfbb28

Please sign in to comment.