Mimir, a horizontally scalable, highly available, multi-tenant TSDB for Prometheus.
10K+
The official Grafana Mimir docker image.
Maintained by: openEuler CloudNative SIG.
Where to get help: openEuler CloudNative SIG, openEuler.
Current Grafana Mimir docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.
Grafana Mimir is an open source software project that provides a scalable long-term storage for Prometheus. Some of the core strengths of Grafana Mimir include:
Learn more about Grafana Mimir on the [https://grafana.com/docs/mimir/latest/).
The tag of each mimir docker image is consist of the version of mimir and the version of basic image. The details are as follows
| Tag | Currently | Architectures |
|---|---|---|
| 3.2.1-oe2403sp4 | mimir 3.2.1 on openEuler 24.03-LTS-SP4 | amd64, arm64 |
| 3.0.6-oe2403sp4 | mimir 3.0.6 on openEuler 24.03-LTS-SP4 | amd64, arm64 |
| 3.0.6-oe2403sp3 | mimir 3.0.6 on openEuler 24.03-LTS-SP3 | amd64, arm64 |
| 3.0.4-oe2403sp3 | mimir 3.0.4 on openEuler 24.03-LTS-SP3 | amd64, arm64 |
| 2.11.0-oe2203sp3 | Grafana mimir 2.11.0 on openEuler 22.03-LTS-SP3 | amd64, arm64 |
| 2.13.0-oe2203sp3 | Grafana mimir 2.13.0 on openEuler 22.03-LTS-SP3 | amd64, arm64 |
| 2.14.0-oe2003sp4 | Grafana mimir 2.14.0 on openEuler 20.03-LTS-SP4 | amd64, arm64 |
| 2.14.0-oe2203sp1 | Grafana mimir 2.14.0 on openEuler 22.03-LTS-SP1 | amd64, arm64 |
| 2.14.0-oe2203sp3 | Grafana mimir 2.14.0 on openEuler 22.03-LTS-SP3 | amd64, arm64 |
| 2.14.0-oe2203sp4 | Grafana mimir 2.14.0 on openEuler 22.03-LTS-SP4 | amd64, arm64 |
| 2.14.0-oe2403lts | Grafana mimir 2.14.0 on openEuler 24.03-LTS | amd64, arm64 |
| 2.14.1-oe2203sp1 | Grafana mimir 2.14.1 on openEuler 22.03-LTS-SP1 | amd64, arm64 |
| 2.14.1-oe2203sp3 | Grafana mimir 2.14.1 on openEuler 22.03-LTS-SP3 | amd64, arm64 |
| 2.14.1-oe2203sp4 | Grafana mimir 2.14.1 on openEuler 22.03-LTS-SP4 | amd64, arm64 |
| 2.14.1-oe2403lts | Grafana mimir 2.14.1 on openEuler 24.03-LTS | amd64, arm64 |
In this usage, users can select the corresponding {Tag} and container startup options based on their requirements.
Pull the openeuler/mimir image from docker
docker pull openeuler/mimir:{Tag}
Start a mimir instance
docker run -d --name my-mimir -p 8080:8080 openeuler/mimir:{Tag}
After the instance my-mimir is started, access the Grafana Mimir service through http://localhost:8080.
Container startup options
| Option | Description |
|---|---|
-p 8080:8080 | Expose Mimir server on localhost:8080. |
View container running logs
docker logs -f my-mimir
To get an interactive shell
docker exec -it my-mimir /bin/bash
If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.
Content type
Image
Digest
sha256:4c81ad381…
Size
238.9 MB
Last updated
about 21 hours ago
docker pull openeuler/mimirPulls:
4
Last week