When releasing the new version, the release manager will verify the image tag and push the image to the image repository, The latest image tag will be written to docker-compose.yaml,users also can independently verify whether the version of the StreamPark image in the docker-compose.yaml file is correct (If the current branch has not been released, the image tag is the last release image tag):
version: '3.8'
services:
streampark-console:
image: apache/streampark:2.2.0
docker-compose up -d