3.2 Download the MicroTx image from Oracle Container Registry

The MicroTx image is based on x86-64 or ARM architecture.

To access Oracle Container Registry, you must have an Oracle Single Sign-On account.

  1. Go to Oracle Container Registry.
  2. In the search box, type Transaction Manager for Microservices.
    Information about three images are displayed in the Search Results page.
  3. To download the image for Oracle Transaction Manager for Microservices (MicroTx) Free, complete the following tasks.
    1. In the Search Results page, click otmm. The page with details of the image for MicroTx Free is displayed.
    2. In the Tags section of the page, you can view the available versions of MicroTx. Run one of the following commands:
      • To download the latest version of the MicroTx Free coordinator image, run the following command:
        docker pull container-registry.oracle.com/database/otmm:latest
      • To download a specific version, for example version 24.4, run the following command:
        docker pull container-registry.oracle.com/database/otmm:24.4
  4. When you use Oracle Transaction Manager for Microservices (MicroTx) Enterprise Edition, you can use the MicroTx Console to manage the transactions. Complete the following tasks to download the images of the MicroTx coordinator and MicroTx console.
    1. In the Search Results page, click microtx-ee-coordinator. The page with details of the image for MicroTx Enterprise Edition is displayed.
    2. In the Tags section of the page, you can view the available versions of MicroTx. Run one of the following commands:
      • To download the latest version of the MicroTx Enterprise Edition coordinator image, run the following command:
        docker pull container-registry.oracle.com/database/microtx-ee-coordinator:latest
      • To download a specific version, for example version 24.4, run the following command:
        docker pull container-registry.oracle.com/database/microtx-ee-coordinator:24.4
      • To download the latest version of MicroTx Web Console, run the following command:
        docker pull container-registry.oracle.com/database/microtx-ee-console:latest