Skip to content

Docker 1.0.2 Release with MarkLogic 11.0.2 and 10.0-9.5

Compare
Choose a tag to compare
@vitalykorolev vitalykorolev released this 20 Mar 22:52
· 285 commits to master since this release
a9d3a8f

This release addresses the following issues:

  • Fix bootstrap host detection in docker start up script
  • Updated to address security vulnerabilities in the base image
  • NTP and Network configuration are not needed at container level

Known Issues and Limitations

  • The image must be run in privileged mode. At the moment if the image isn't run as privileged many calls that use sudo during the startup script will fail due to lack of required permissions as the image will not be able to create a user with the required permissions.
  • Using the "leave" button in the Admin interface to remove a node from a cluster may not succeed, depending on your network configuration. Use the Management API to remove a node from a cluster. See: https://docs.marklogic.com/REST/DELETE/admin/v1/host-config.
  • Rejoining a node to a cluster, that had previously left that cluster, may not succeed.
  • MarkLogic Server will default to the UTC timezone.
  • The latest released version of CentOS 7 has known security vulnerabilities with respect to glib2 CVE-2016-3191, CVE-2015-8385, CVE-2015-8387, CVE-2015-8390, CVE-2015-8394, CVE-2016-3191, glibc CVE-2019-1010022, pcre CVE-2015-8380, CVE-2015-8387, CVE-2015-8390, CVE-2015-8393, CVE-2015-8394, SQLite CVE-2019-5827. These libraries are included in the CentOS base image but, to-date, no fixes have been made available. Even though these libraries may be present in the base image that is used by MarkLogic Server, they are not used by MarkLogic Server itself, hence there is no impact or mitigation required.