Upgrading INTER-API Components

In case of need to use a different version of any INTER-API component, change the docker-compose.yml file version to the compatible desired version of the component.

Example

Changing API Manager version from our latest supported version to the compatible version 2.2.0 from WSO2 Docker repository.

CHANGE
image: docker.inter-iot.eu/wso2am:latest

TO
image: docker.wso2.com/wso2am:2.2.0

Restart the docker-compose with

docker-compose down
docker-compose up -d

The docker-compose script will now pull the changed image from their repository and install everything with other INTER-API components.