ubuntu/mimir

Verified Publisher

By Canonical

Updated 21 days ago

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

Image
Databases & storage
0

10K+

ubuntu/mimir repository overview

ubuntu/mimir is a rock for mimir maintained by Canonical.

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

[Learn more about mimir]

Tags and Architectures

NOTE: These tags follow a specific naming convention that respects the concept of channels.

TagsSupported untilVersionBaseArchitectures
3.1-26.04_stable
aliases3-26.04, 3-26.04_beta, 3-26.04_candidate, 3-26.04_edge, 3-26.04_stable, 3.1-26.04, 3.1-26.04_beta, 3.1-26.04_candidate, 3.1-26.04_edge
09/20263.126.04amd64
2.17-26.04_stable
aliases2-26.04, 2-26.04_beta, 2-26.04_candidate, 2-26.04_edge, 2-26.04_stable, 2.17-26.04, 2.17-26.04_beta, 2.17-26.04_candidate, 2.17-26.04_edge
08/20262.1726.04amd64
3.0-26.04_stable
aliases3.0-26.04, 3.0-26.04_beta, 3.0-26.04_candidate, 3.0-26.04_edge
09/20263.026.04amd64
2.17-24.04_stable
aliases2-24.04, 2-24.04_beta, 2-24.04_candidate, 2-24.04_edge, 2-24.04_stable, 2.17-24.04, 2.17-24.04_beta, 2.17-24.04_candidate, 2.17-24.04_edge
07/20262.1724.04amd64
3.0-24.04_stable
aliases3-24.04, 3-24.04_beta, 3-24.04_candidate, 3-24.04_edge, 3-24.04_stable, 3.0-24.04, 3.0-24.04_beta, 3.0-24.04_candidate, 3.0-24.04_edge
08/20263.024.04amd64
View deprecated tags
TagsSupport ended onUpgrade Path
2.15.0-24.04_stable
aliases2.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 -
2.16-24.04_stable
aliases2.16-24.04, 2.16-24.04_beta, 2.16-24.04_candidate, 2.16-24.04_edge
09/2025 -
2.14.2-24.04_stable
aliases2.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 -
2.13.0-22.04_stable
aliases2-22.04, 2-22.04_beta, 2-22.04_candidate, 2-22.04_edge, 2-22.04_stable, 2.13-22.04, 2.13-22.04_beta, 2.13-22.04_candidate, 2.13-22.04_edge, 2.13-22.04_stable, 2.13.0-22.04, 2.13.0-22.04_beta, 2.13.0-22.04_candidate, 2.13.0-22.04_edge
01/2025 -
2.6.0-22.04_stable
aliases2.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 -
2.11-22.04_stable
aliases2.11-22.04, 2.11-22.04_beta, 2.11-22.04_candidate, 2.11-22.04_edge
03/2025 -
2.12.0-22.04_stable
aliases2.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 -
2.10.4-22.04_stable
aliases2.10.4-22.04, 2.10.4-22.04_beta, 2.10.4-22.04_candidate, 2.10.4-22.04_edge
05/2025 -
2.11.0-22.04_stable
aliases2.11.0-22.04, 2.11.0-22.04_beta, 2.11.0-22.04_candidate, 2.11.0-22.04_edge
05/2025 -
2.10.0-22.04_stable
aliases2.10.0-22.04, 2.10.0-22.04_beta, 2.10.0-22.04_candidate, 2.10.0-22.04_edge
05/2025 -
2.10-22.04_stable
aliases2.10-22.04, 2.10-22.04_beta, 2.10-22.04_candidate, 2.10-22.04_edge
03/2025 -

Get started

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.

[Learn more about Pebble]

Inspect

To view the Pebble services and checks defined in this rock:

docker run --rm ubuntu/mimir:2.15.0-24.04_stable plan
Run

To run this rock, use any of the usual container runtimes, for example, docker:

docker run --name mimir-container \
    -e TZ=UTC -p 9009:9009 \
    ubuntu/mimir:2.15.0-24.04_stable

Mimir starts on port 9009. Access the instance at http://localhost:9009.

Get logs

To view the logs of the running container, run:

docker exec mimir-container pebble logs

Or, for a specific service:

docker exec mimir-container pebble logs <service>
Monitor health checks

Rocks may have predefined health checks that you can list by running:

docker exec mimir-container pebble checks

The overall health of your container can be inspected via:

docker exec mimir-container pebble health

Configuration

Environment variables
OptionDescriptionDefault
TZTimezone.UTC
Ports
OptionDescriptionDefault
-p <port>:9009Expose port 9009 on the host.None

[Report a bug] [Contribute]

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.

Tag summary

Content type

Image

Digest

sha256:5afcef5c2

Size

129.8 MB

Last updated

21 days ago

docker pull ubuntu/mimir:3.0-26.04_stable

This week's pulls

Pulls:

172

Last week