Upgrade Guide¶
Docker image versions are represented by tags. You can use a major tag such as :1.17 (latest patch version in the 1.17 series) or an exact version such as :1.17.0.
Important: To avoid running an outdated image, run docker-compose pull before recreating containers.
If you are using a floating tag (for example :1.17), the full upgrade is:
cd /opt/cep
docker-compose pull
docker-compose up -d
If you are using an exact version (for example :1.17.0), first update the version in docker-compose.yml, then run:
cd /opt/cep
docker-compose up -d