<image-name>:<tag>
Container Image Tagging Changes 2026
We consolidated our container image tagging strategy in May 2026, as described in Container Images Naming Conventions. This document describes the now obsolete strategy and the changes for each stability channel.
Obsolete Image Naming
|
This is a legacy tagging scheme used for images published on Docker Hub up to the maintenance releases 4.10.2, 4.9.6, and 4.8.11 LTS. The next releases, 4.10.3, 4.9.7, and 4.8.12 LTS will be released in compliance with the new tagging strategy. |
The full Docker image name consists of the base image name and a tag separated by a colon:
The base image name is fixed (evolveum/midpoint) while the tag differs depending on the midPoint version and the base operational system (OS) used for the image.
The following base operational systems are supported:
| Base OS | Suffix for the tag | Description |
|---|---|---|
Alpine |
-alpine |
Planned to replace Ubuntu as the default. |
Rocky Linux |
-rockylinux |
|
Ubuntu |
-ubuntu |
Default. Omitting the suffix defaults to "-ubuntu". |
See examples of full image names:
| Version | Base OS | Full image name |
|---|---|---|
4.8 release |
Ubuntu |
evolveum/midpoint:4.8 |
4.8 release |
Rocky Linux |
evolveum/midpoint:4.8-rockylinux |
4.8-support (snapshot)* |
Alpine |
evolveum/midpoint:4.8-support-alpine |
latest dev build |
Alpine |
evolveum/midpoint:devel-alpine |
latest dev build |
Ubuntu |
evolveum/midpoint:devel-ubuntu |
last released version () |
Alpine |
evolveum/midpoint:latest-alpine |
last released version () |
Ubuntu |
evolveum/midpoint:latest |
|
May 2026 Changes
The following table summarizes the changes you should make depending on the tag you used previously.
The table abstracts from components that do not affect the stability channel, namely the <os> component.
OS default was changed from the ubuntu to alpine, but we recommend not to depend on the OS flavor and skip this component from the used tag.
Very likely, we will go for a single base OS image and just offer alternative procedures to build your own image if you insist on a different base OS.
|
| Stability Channel | Legacy tag format | Current tag format | Notes |
|---|---|---|---|
Exact midPoint version - immutable image |
|
|
Recommended only for the most strict types of deployments |
Exact midPoint version - patched OS |
not available |
|
Recommended for production with automatic security updates for the base layer. MidPoint itself stays the same on the binary level. |
Latest stable release on a supported branch |
not available |
|
Last stable release in the designated branch (initial or maintenance) |
Latest stable release on the latest supported branch |
|
|
Last stable release in the designated branch (initial or maintenance) |
Support branch latest development build |
|
|
We completely discontinue use of |
Latest development build |
|
|
Any development build now contains |
To summarize the major changes:
-
The default Base OS changes from Ubuntu 22.04 to Alpine-3.23.
-
Base OS versions will be continuously updated for newer releases.
-
Exact version images will be contiously patched on the Base OS layer level (no breaking changes).