Flogo Runtime Docker Image

Download the Flogo Runtime Image

On the Configure this software page:
  1. Under Fulfillment Option, click Select a Container and select Flogo Runtime Base Image.
  2. Select a version from the Software Version list, then click Continue to Launch.
  3. On the Launch this software page, click Usage Instructions to see the Pull Command instructions. Or, use the following procedure.

Pull the Docker Image

  1. Ensure that you have installed the latest version of the AWS CLI and Docker, For more information, see ECR documentation.
  2. Click View container image details as shown in the following screen. Follow the instructions to authenticate and pull the Docker image.

  3. Pull the Flogo Runtime base Docker image using the docker pull command as follows:
    <AWS_account_id>.dkr.ecr.<region_name>.amazonaws.com/<image ID>/<app_name>-latest
    <AWS_account_id>.dkr.ecr.<region_name>.amazonaws.com/eff03791-02e5-4d37-b81f-7018d6bbdfd7/cg-2321219494/<app_name>-latest
    Note: Make sure you run the following command to authenticate your Docker client with AWS ECR:
    aws ecr get-login --no-include-email --region <region_name>
  4. Tag the Docker image. For example, use:
    docker tag
    <AWS_account_id>.dkr.ecr.<region_name>.amazonaws.com/eff03791-02e5-4d37-b81f-7018d6bbdfd7/cg-2321219494/<app_name>-latest
    flogo-runtime:latest

Develop a Flogo app

For more information on developing a Flogo app, see "Developing TIBCO Flogo Apps" section in the TIBCO Cloud™ Integration - Flogo® (PAYG) User's Guide.

Run a Flogo app on an AWS Container Service

After you have developed a Flogo app and created its app binary using the Web UI, you can run a Flogo app on your choice of AWS Container Service using the Flogo Runtime Docker Image. Supported AWS Container Services are Fargate, ECS, and EKS.

For more information on building the app binary and running it on AWS Container Service, see "Build the Flogo Application Docker Image" section in the TIBCO Cloud™ Integration - Flogo® (PAYG) User's Guide.