Docker
It’s good practice to keep your docker-engine save and sound, by frequently
switching to the latest available docker image. We recommend to rely upon
specific tags (e.g., 12.0.1) so that you know that absolutely no magic can
happen when you role the solution out into production.
To update your engine to the latest version you are just required to switch your
image version declaration to the latest hotfix in your release train (e.g., from
axonivy/axonivy-engine:12.0.0 to axonivy/axonivy-engine:12.0.2). Then you
can pull the new images, run integration tests and roll the update out into
production.
The command to pull the latest images may differ to the approach you are using to run docker. Here’s a Docker-Compose example that pulls the new Axon Ivy Engine hotfix version:
docker compose pull
docker compose up