Image Naming Convention
JADE container images are named according to the following convention.
registry-name/jade/component-name:TAG
The component-name is one of the following.
-
database-server
-
application-server
-
application-database-server
-
non-gui-client
-
gui-client
The TAG is used to identify the version and build configuration, using the following format.
build-version-architecture-codeset
The TAG values are as follows.
-
build-version is a JADE version string; for example, 20.0.02
-
architecture is x64
-
codeset is U for Unicode or A for ANSI
The following is an example of the tag value.
20.0.02-x64-U
The following is an example of the full image name (or tag).
registry.jadeworld.io/jade/database-server:20.0.02-x64-U