3.2 Download the MicroTx images from Oracle Container Registry

The MicroTx images are 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 MicroTx.
    Information about three images are displayed in the Search Results page.
  3. To download images for MicroTx Free, complete the following tasks.
    1. In the Search Results page, click otmm. The search results page with details of images for MicroTx Free are 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 Workflows image, run the following command:
        docker pull container-registry.oracle.com/database/microtx-workflow:latest
      • To download the latest version of the MicroTx console image, run the following command:
        docker pull container-registry.oracle.com/database/microtx-console:latest
      • To download the latest version of the MicroTx Distributed Transactions coordinator image, run the following command:
        docker pull container-registry.oracle.com/database/microtx-coordinator:latest
  4. To download images of the MicroTx Distributed Transactions coordinator and MicroTx console, complete the following tasks:
    1. In the Search Results page, click microtx-ee-coordinator. The search results page with details of images for MicroTx Enterprise Edition are 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 Workflows (Enterprise Edition) image, run the following command:
        docker pull container-registry.oracle.com/database/microtx-ee-workflow:latest
      • To download the latest version of the MicroTx (Enterprise Edition) console image, run the following command:
        docker pull container-registry.oracle.com/database/microtx-ee-console:latest
      • To download the latest version of the MicroTx Distributed Transactions (Enterprise Edition) coordinator image, run the following command:
        docker pull container-registry.oracle.com/database/microtx-ee-coordinator:latest