Flogo Runtime Docker Image
Download the Flogo Runtime Image
On the Configure this software page:
- Under Fulfillment Option, click Select a Container and select Flogo Runtime Base Image.
- Select a version from the Software Version list, then click Continue to Launch.
- On the Launch this software page, click Usage Instructions to see the Pull Command instructions. Or, use the following procedure.
Pull the Docker Image
- Ensure that you have installed the latest version of the AWS CLI and Docker, For more information, see ECR documentation.
- Click
View container image details as shown in the following screen. Follow the instructions to authenticate and pull the Docker image.
- 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>
- 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 Guide.
Run a Flogo app on an AWS Container Service
After you have developed a Flogo app and created its app