You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docker tag ${builtImage} 713759029616.dkr.ecr.us-west-2.amazonaws.com/ml-docker-nightly:${marklogicVersion}-${env.dockerImageType}-${env.dockerVersion}
234
+
docker tag ${builtImage} 713759029616.dkr.ecr.us-west-2.amazonaws.com/ml-docker-nightly:${marklogicVersion}-${env.dockerImageType}
string(name: 'emailList', defaultValue: emailList, description: 'List of email for build notification', trim: true)
265
277
string(name: 'dockerVersion', defaultValue: '1.1.2', description: 'ML Docker version. This version along with ML rpm package version will be the image tag as {ML_Version}_{dockerVersion}', trim: true)
266
-
choice(name: 'dockerImageType', choices: 'centos\nubi\nubi-rootless', description: 'Platform type for Docker image. Will be made part of the docker image tag')
278
+
choice(name: 'dockerImageType', choices: 'ubi-rootless\nubi\ncentos', description: 'Platform type for Docker image. Will be made part of the docker image tag')
267
279
choice(name: 'marklogicVersion', choices: '11\n12\n10', description: 'MarkLogic Server Branch. used to pick appropriate rpm')
268
280
string(name: 'ML_RPM', defaultValue: '', description: 'URL for RPM to be used for Image creation. \n If left blank nightly ML rpm will be used.\n Please provide Jenkins accessible path e.g. /project/engineering or /project/qa', trim: true)
269
281
string(name: 'ML_CONVERTERS', defaultValue: '', description: 'URL for the converters RPM to be included in the image creation \n If left blank the nightly ML Converters Package will be used.', trim: true)
Copy file name to clipboardexpand all lines: README.md
+12-10
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Note: In order to use the MarkLogic Image you need to request the Developer Lice
35
35
36
36
# Supported tags
37
37
38
-
Note: MarkLogic Server Docker images follow a specific tagging format: `{ML release version}-{platform}-{ML Docker release version}`
38
+
Note: MarkLogic Server Docker images follow a specific tagging format: `{ML release version}-{platform}`
39
39
40
40
All Supported Tags: [https://hub.docker.com/r/marklogicdb/marklogic-db/tags](https://hub.docker.com/r/marklogicdb/marklogic-db/tags)
41
41
@@ -45,7 +45,7 @@ Docker images are maintained by MarkLogic. Send feedback to the MarkLogic Docker
45
45
46
46
Supported Docker architectures: x86_64
47
47
48
-
Base OS: CentOS
48
+
Base OS: UBI, UBI-rootless and CentOS
49
49
50
50
Published image artifact details: https://github.com/marklogic/marklogic-docker, https://hub.docker.com/r/marklogicdb/marklogic-db
51
51
@@ -240,7 +240,7 @@ Single node configurations are used primarily on a development machine with a si
240
240
241
241
Create these files on your host machine: `marklogic-single-node.yaml`, `mldb_admin_username.txt`, `mldb_admin_password.txt`, and `mldb_wallet_password.txt`. Run the example Docker commands from the same directory that the files were created.
242
242
243
-
**marklogic-centos.yaml**
243
+
**marklogic-single-node.yaml**
244
244
245
245
```
246
246
#Docker compose file sample to setup single node cluster
@@ -325,7 +325,7 @@ After the container is initialized, you can access the MarkLogic Query Console o
325
325
326
326
The following is an example of a three-node MarkLogic server cluster created using Docker compose. Create these files on your host machine: `marklogic-multi-node.yaml`, `mldb_admin_username.txt`, and `mldb_admin_password.txt`. Run example Docker commands from the same directory where the files created.
327
327
328
-
**marklogic-cluster-centos.yaml**
328
+
**marklogic-multi-node.yaml**
329
329
330
330
```
331
331
#Docker compose file sample to setup a three node cluster
@@ -975,31 +975,33 @@ If the process is successful, a message saying the node has left the swarm will
975
975
976
976
The `marklogic` image tags allow the user to pin their applications to images for a specific release, a specific minor release, a specific major release, or the latest release of MarkLogic Server
This tag points to the exact version of MarkLogic Server, the base OS, and the supporting scripts version. This allows an application to pin to a very specific version of the image. The image will not be updated without incrementing either the MarkLogic Sever version or the version of the supporting scripts.
980
+
This tag points to the exact version of MarkLogic Serverand the base OS. This allows an application to pin to a very specific version of the image and base OS (platform).
981
981
982
-
e.g. `11.0.3-centos-1.0.2` is the MarkLogic Server 11.0.3 release, CentOS, version 1.0.2 of the docker scripts.
982
+
Platform can be `centos`, `ubi` (RedHat Universal Base Image) or `ubi-rootless` (RedHat Universal Base Image for rootless containers). When `latest` tag is used, the platform will default to `ubi-rootless`.
983
+
984
+
e.g. `11.2.0-centos` is the MarkLogic Server 11.2.0 release and CentOS base OS.
983
985
984
986
## `latest-xx.x`
985
987
986
-
This tag points to the latest patch release of a specific minor version of MarkLogic Server on CentOS. The image will contain the latest docker supporting scripts and OS patches.
988
+
This tag points to the latest patch release of a specific minor version of MarkLogic Server on UBI-rootless.
987
989
988
990
e.g. `latest-11.0` is the latest patch release of MarkLogic Server 11.0 (11.0.0, 11.0.1, etc.).
989
991
990
992
For MarkLogic 10, because the numbering scheme was changed, the maintenance release is equivalent to the minor release in MarkLogic 11. Use the `latest-10.0-x` tag to pin to a specific maintenance release of MarkLogic 10.
991
993
992
994
## `latest-xx`
993
995
994
-
This tag points to the latest minor and patch release of a specific major version of MarkLogic Server on CentOS. The image will contain the latest supporting scripts and OS patches.
996
+
This tag points to the latest minor and patch release of a specific major version of MarkLogic Server on UBI-rootless.
995
997
996
998
e.g. `latest-11` is the latest patch release of the latest minor release of MarkLogic Server 11 (11.0.0, 11.0.1, 11.1.0, 11.1.1, etc.)
997
999
998
1000
For MarkLogic 10, because the numbering scheme was changed, the maintenance release is equivalent to the minor release in MarkLogic 11. Use the `latest-10` tag to get the latest patch release of the latest maintenance release MarkLogic 10.
999
1001
1000
1002
## `latest`
1001
1003
1002
-
This tag points to the latest minor, patch, and major release of MarkLogic Server on CentOS. The image will contain the latest supporting scripts and OS patches.
1004
+
This tag points to the latest minor, patch, and major release of MarkLogic Server on UBI-rootless.
1003
1005
1004
1006
It will pull the latest image and can cross patch, minor or major release numbers (11.0.0, 11.0.1, 11.1.0, 11.1.1, 12.0.0, etc.)
0 commit comments