Part 1: Get a TimesTen Container Image

The following table shows the options for getting a TimesTen container image and the tasks that you need to complete for each option. Choose an option, review the tasks, and then click on the link to perform the tasks.

Option Tasks More Information

Option 1: Get container image from Oracle Container Registry

  • On Oracle Container Registry web interface:

    • Create an auth token.

    • Accept the Oracle license agreement and choose a TimesTen container image.

  • On development host: Use the docker pull command to pull the container image from Oracle Container Registry to your development host.

Option 1: Get Container Image from Oracle Container Registry

Option 2: Get container image from Oracle Cloud Marketplace

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

  • On development host, use the docker pull command to pull the container image from Oracle Container Registry to your development host.

Option 2: Get Container Image from Oracle Cloud Marketplace

Option 3: Build a container image

  • Download a TimesTen distribution. Unpack it and the TimesTen Kubernetes Operator distribution on your development host.

  • Use the docker build command and the provided Dockerfile to build a TimesTen container image on your development host.

Option 3: Build a Container Image