The official tidb docker image.
Maintained by: openEuler CloudNative SIG.
Where to get help: openEuler CloudNative SIG, openEuler.
Current tidb docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.
TiDB is an open-source, cloud-native, distributed SQL database designed for high availability, horizontal and vertical scalability, strong consistency, and high performance.
For more information about tidb, please visit https://pingcap.com/.
The tag of each tidb docker image is consist of the version of tidb and the version of basic image. The details are as follows
| Tags | Currently | Architectures |
|---|---|---|
| 26.3.13-oe2403sp4 | tidb 26.3.13 on openEuler 24.03-LTS-SP4 | amd64, arm64 |
| 8.5.1-oe2403sp1 | TiDB 8.5.1 on openEuler 24.03-LTS-SP1 | amd64, arm64 |
| 8.5.3-oe2403sp1 | TiDB 8.5.3 on openEuler 24.03-LTS-SP1 | amd64, arm64 |
| 8.5.3-oe2403sp4 | TiDB 8.5.3 on openEuler 24.03-LTS-SP4 | amd64, arm64 |
Start a TiDB instance by following command:
docker run -it --name my-tidb -p 4000:4000 tidb openeuler/tidb:latest
Connect TiDB by mysql client:
~$ mysql -h 127.0.0.1 -P 4000 -u root
The following message indicates that "my-tidb" is ready:
Welcome to the MySQL monitor. Commands end with ; or \g.
Your MySQL connection id is 2097154
Server version: 8.0.11-TiDB-v8.5.1 TiDB Server (Apache License 2.0) Community Edition, MySQL 8.0 compatible
Copyright (c) 2000, 2025, Oracle and/or its affiliates.
Oracle is a registered trademark of Oracle Corporation and/or its
affiliates. Other names may be trademarks of their respective
owners.
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.
mysql>
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:dd0d1b5de…
Size
125.4 MB
Last updated
10 days ago
docker pull openeuler/tidbPulls:
60
Last week