Ubuntu Rock for Alertmanager. It handles alerts sent by client applications such as Prometheus.
10K+
ubuntu/alertmanager is a rock for alertmanager maintained by Canonical.
The Alertmanager handles alerts sent by client applications such as the Prometheus server. It takes care of deduplicating, grouping, and routing them to the correct receiver integrations such as email, PagerDuty, OpSGenie, or many other mechanisms thanks to the webhook receiver. It also takes care of silencing and inhibition of alerts.
[Learn more about alertmanager]
NOTE: These tags follow a specific naming convention that respects the concept of channels.
| Tags | Supported until | Version | Base | Architectures | |
|---|---|---|---|---|---|
0.34-26.04_stable | aliases0-26.04, 0-26.04_beta, 0-26.04_candidate, 0-26.04_edge, 0-26.04_stable, 0.34-26.04, 0.34-26.04_beta, 0.34-26.04_candidate, 0.34-26.04_edge | 12/2026 | 0.34 | 26.04 | amd64 |
0.31-26.04_stable | aliases0.31-26.04, 0.31-26.04_beta, 0.31-26.04_candidate, 0.31-26.04_edge | 05/2031 | 0.31 | 26.04 | amd64 |
| Tags | Support ended on | Upgrade Path | |
|---|---|---|---|
0.32-26.04_stable | aliases0.32-26.040.32-26.04_beta0.32-26.04_candidate0.32-26.04_edge | 08/2026 | - |
0.31-24.04_stable | aliases0-24.040-24.04_beta0-24.04_candidate0-24.04_edge0-24.04_stable0.31-24.040.31-24.04_beta0.31-24.04_candidate0.31-24.04_edge | 05/2026 | - |
0.28.0-24.04_stable | aliases0.28-24.040.28-24.04_beta0.28-24.04_candidate0.28-24.04_edge0.28-24.04_stable0.28.0-24.040.28.0-24.04_beta0.28.0-24.04_candidate0.28.0-24.04_edge | 04/2025 | - |
0.27.0-22.04_stable | aliases0-22.040-22.04_beta0-22.04_candidate0-22.04_edge0-22.04_stable0.27-22.040.27-22.04_beta0.27-22.04_candidate0.27-22.04_edge0.27-22.04_stable0.27.0-22.040.27.0-22.04_beta0.27.0-22.04_candidate0.27.0-22.04_edge | 03/2025 | - |
0.25.0-22.04_stable | aliases0.25-22.040.25-22.04_beta0.25-22.04_candidate0.25-22.04_edge0.25-22.04_stable0.25.0-22.040.25.0-22.04_beta0.25.0-22.04_candidate0.25.0-22.04_edge | 03/2025 | - |
0.26.0-22.04_stable | aliases0.26-22.040.26-22.04_beta0.26-22.04_candidate0.26-22.04_edge0.26-22.04_stable0.26.0-22.040.26.0-22.04_beta0.26.0-22.04_candidate0.26.0-22.04_edge | 03/2025 | - |
This rock's entrypoint is Pebble, a container-optimized init process that enables the orchestration of a collection of local service processes as an organized set.
To view the Pebble services and checks defined in this rock:
docker run --rm ubuntu/alertmanager:0.32-26.04_stable plan
To run this rock, use any of the usual container runtimes, for example, docker:
docker run --name alertmanager-container \
-p 9093:9093 \
ubuntu/alertmanager:0.32-26.04_stable
Alertmanager starts on port 9093.
Access your Alertmanager instance at http://localhost:9093.
To view the logs of the running container, run:
docker exec alertmanager-container pebble logs
Or, for a specific service:
docker exec alertmanager-container pebble logs <service>
Rocks may have predefined health checks that you can list by running:
docker exec alertmanager-container pebble checks
The overall health of your container can be inspected via:
docker exec alertmanager-container pebble health
| Option | Description | Default |
|---|---|---|
| TZ | Timezone. | UTC |
| Option | Description | Default |
|---|---|---|
-v <path>:/etc/prometheus/alertmanager.yml | Local configuration file alertmanager.yml. | None |
-v <path>:/alertmanager | Persist data instead of initializing a new database for each newly launched container. The host data directory should belong to nogroup:nobody. | None |
| Option | Description | Default |
|---|---|---|
-p <port>:9093 | Expose port 9093 on the host. | None |
Canonical is the provider of this container image. It is the user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within, as well as with Canonical’s IP Policy.
Content type
Image
Digest
sha256:44b195504…
Size
79 MB
Last updated
11 days ago
docker pull ubuntu/alertmanager:0.34-26.04_stablePulls:
294
Last week