ubuntu/mimir
Ubuntu ROCK for Mimir, a horizontally scalable, highly available, multi-tenant TSDB for Prometheus.
5.9K
Current mimir Docker Image from Canonical, based on Ubuntu. Receives security updates and rolls to newer mimir or Ubuntu release. This repository is free to use and exempted from per-user rate limits.
Mimir is an open source, horizontally scalable, highly available, multi-tenant TSDB for long-term storage for Mimir. Read more on the official website.
Up to 5 years of free security maintenance on LTS channels.
Up to 10 years of customer security maintenance from Canonical's restricted repositories.
Channel Tags | Supported until | Currently | Architectures | |
---|---|---|---|---|
2.15.0-24.04_stable | 2-24.04 , 2-24.04_beta , 2-24.04_candidate , 2-24.04_edge , 2-24.04_stable , 2.15-24.04 , 2.15-24.04_beta , 2.15-24.04_candidate , 2.15-24.04_edge , 2.15-24.04_stable , 2.15.0-24.04 , 2.15.0-24.04_beta , 2.15.0-24.04_candidate , 2.15.0-24.04_edge | 04/2025 | mimir 2.15.0 on Ubuntu 24.04 LTS | amd64 |
2.14.2-24.04_stable | 2.14-24.04 , 2.14-24.04_beta , 2.14-24.04_candidate , 2.14-24.04_edge , 2.14-24.04_stable , 2.14.2-24.04 , 2.14.2-24.04_beta , 2.14.2-24.04_candidate , 2.14.2-24.04_edge | 03/2025 | mimir 2.14.2 on Ubuntu 24.04 LTS | amd64 |
2.6.0-22.04_stable | 2.6-22.04 , 2.6-22.04_beta , 2.6-22.04_candidate , 2.6-22.04_edge , 2.6-22.04_stable , 2.6.0-22.04 , 2.6.0-22.04_beta , 2.6.0-22.04_candidate , 2.6.0-22.04_edge | 05/2025 | mimir 2.6.0 on Ubuntu 22.04 LTS | amd64 |
2.11-22.04_stable | 2.11-22.04 , 2.11-22.04_beta , 2.11-22.04_candidate , 2.11-22.04_edge | - | mimir 2.11 on Ubuntu 22.04 LTS | amd64 |
2.12.0-22.04_stable | 2.12-22.04 , 2.12-22.04_beta , 2.12-22.04_candidate , 2.12-22.04_edge , 2.12-22.04_stable , 2.12.0-22.04 , 2.12.0-22.04_beta , 2.12.0-22.04_candidate , 2.12.0-22.04_edge | 05/2025 | mimir 2.12.0 on Ubuntu 22.04 LTS | amd64 |
2.10.4-22.04_stable | 2.10.4-22.04 , 2.10.4-22.04_beta , 2.10.4-22.04_candidate , 2.10.4-22.04_edge | 05/2025 | mimir 2.10.4 on Ubuntu 22.04 LTS | amd64 |
2.11.0-22.04_stable | 2.11.0-22.04 , 2.11.0-22.04_beta , 2.11.0-22.04_candidate , 2.11.0-22.04_edge | 05/2025 | mimir 2.11.0 on Ubuntu 22.04 LTS | amd64 |
2.10.0-22.04_stable | 2.10.0-22.04 , 2.10.0-22.04_beta , 2.10.0-22.04_candidate , 2.10.0-22.04_edge | 05/2025 | mimir 2.10.0 on Ubuntu 22.04 LTS | amd64 |
2.10-22.04_stable | 2.10-22.04 , 2.10-22.04_beta , 2.10-22.04_candidate , 2.10-22.04_edge | - | mimir 2.10 on Ubuntu 22.04 LTS | amd64 |
track_risk |
Channel Tags shows the most stable channel for that track ordered stable
, candidate
, beta
, edge
. More risky channels are always implicitly available. So if beta
is listed, you can also pull edge
. If candidate
is listed, you can pull beta
and edge
. When stable
is listed, all four are available. Images are guaranteed to progress through the sequence edge
, beta
, candidate
before stable
.
If your usage includes commercial redistribution, or requires ESM or unavailable channels/versions, please get in touch with the Canonical team (or using rocks@canonical.com).
Launch this image locally:
docker run -d --name mimir-container -e TZ=UTC -p 9009:9009 ubuntu/mimir:2.15.0-24.04_stable
Access your Mimir instance at http://localhost:9009
.
Parameters
Parameter | Description |
---|---|
-e TZ=UTC | Timezone. |
-p 9009:9009 | Expose Mimir on localhost:9009 . |
Testing/Debugging
To debug the container:
docker logs -f mimir-container
To get an interactive shell:
docker exec -it mimir-container /bin/bash
To debug the container:
docker logs -f mimir-container
To get an interactive shell:
docker exec -it mimir-container /bin/bash
If you find a bug in our image or want to request a specific feature, please file a bug here:
https://bugs.launchpad.net/ubuntu-docker-images/+filebug
Please title the bug "mimir: <issue summary>
". Make sure to include the digest of the image you are using, from:
docker images --no-trunc --quiet ubuntu/mimir:<tag>
These channels (tags) are not updated anymore. Please upgrade to newer channels, or reach out if you can't upgrade.
Track | Version | EOL | Upgrade Path |
---|---|---|---|
mimir 2.13.0 on Ubuntu 22.04 LTS | 01/2025 | - | |
track |
docker pull ubuntu/mimir