ubuntu/mimir

Verified Publisher

By Canonical

Updated about 1 month ago

Ubuntu ROCK for Mimir, a horizontally scalable, highly available, multi-tenant TSDB for Prometheus.

Image
Databases & Storage

5.9K

mimir | Ubuntu

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.

About mimir

Mimir is an open source, horizontally scalable, highly available, multi-tenant TSDB for long-term storage for Mimir. Read more on the official website.

Tags and Architectures

LTS Up to 5 years of free security maintenance on LTS channels.

ESM Up to 10 years of customer security maintenance from Canonical's restricted repositories.

Channel TagsSupported untilCurrentlyArchitectures
2.15.0-24.04_stable2-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_edge04/2025mimir 2.15.0 on Ubuntu 24.04 LTSamd64
2.14.2-24.04_stable2.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_edge03/2025mimir 2.14.2 on Ubuntu 24.04 LTSamd64
2.6.0-22.04_stable2.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_edge05/2025mimir 2.6.0 on Ubuntu 22.04 LTSamd64
2.11-22.04_stable2.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 LTSamd64
2.12.0-22.04_stable2.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_edge05/2025mimir 2.12.0 on Ubuntu 22.04 LTSamd64
2.10.4-22.04_stable2.10.4-22.04, 2.10.4-22.04_beta, 2.10.4-22.04_candidate, 2.10.4-22.04_edge05/2025mimir 2.10.4 on Ubuntu 22.04 LTSamd64
2.11.0-22.04_stable2.11.0-22.04, 2.11.0-22.04_beta, 2.11.0-22.04_candidate, 2.11.0-22.04_edge05/2025mimir 2.11.0 on Ubuntu 22.04 LTSamd64
2.10.0-22.04_stable2.10.0-22.04, 2.10.0-22.04_beta, 2.10.0-22.04_candidate, 2.10.0-22.04_edge05/2025mimir 2.10.0 on Ubuntu 22.04 LTSamd64
2.10-22.04_stable2.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 LTSamd64
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.

Commercial use and Extended Security Maintenance channels

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).

Usage

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

ParameterDescription
-e TZ=UTCTimezone.
-p 9009:9009Expose 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
Debugging

To debug the container:

docker logs -f mimir-container

To get an interactive shell:

docker exec -it mimir-container /bin/bash

Bugs and feature requests

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>

Deprecated channels & tags

These channels (tags) are not updated anymore. Please upgrade to newer channels, or reach out if you can't upgrade.

TrackVersionEOLUpgrade Path
2.13.0-22.04mimir 2.13.0 on Ubuntu 22.04 LTS01/2025 -
track

Docker Pull Command

docker pull ubuntu/mimir