Option 2: Get Container Image from Oracle Cloud Marketplace

Here are the tasks to get a TimesTen container image from Oracle Cloud Marketpace:

Task 1: Follow Instructions on Oracle Cloud Marketplace

See Introduction in the Oracle TimesTen In-Memory Database Using Oracle Cloud Marketplace to Obtain a TimesTen Container Image (BYOL) guide.

Save the name of the container image. You need it later.

Task 2: Pull Container Image to Your Development Host

  1. On your development host, follow the docker login instructions for the Oracle Cloud Infrastructure Registry (Container Registry).
    See Task 1: Export the TimesTen Container Image in the Oracle TimesTen In-Memory Database Using Oracle Cloud Marketplace to Obtain a TimesTen Container Image (BYOL) guide.
  2. Pull the TimesTen container image from Container Registry.

    Here is an example:

    docker pull sampleTenancy/sampleRepository:<unique_ID>-timesten-22.1.1.27.0
    In this example:
    • sampleTenancy: Name of the tenancy where the repository resides.

    • sampleRepository: Name of the repository that holds the container. image.

    • <unique_ID>-timesten-22.1.1.27.0: Image tag for the container image. The export package operation on Oracle Cloud Marketplace generates this tag.

    See Task 1: Export the TimesTen Container Image in the Oracle TimesTen In-Memory Database Using Oracle Cloud Marketplace to Obtain a TimesTen Container Image (BYOL) guide.

Congratulations! You used Oracle Cloud Marketplace to get a container image and pulled the image to your development host.

Next Steps

Proceed to Part 2: Choose a Container Registry for Your Kubernetes Cluster.