The official oceanbase docker image.
Maintained by: openEuler CloudNative SIG.
Where to get help: openEuler CloudNative SIG, openEuler.
Current oceanbase docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.
OceanBase is an open-source, distributed HTAP database management system.
Learn more on oceanbase website.
The tag of each oceanbase docker image is consist of the version of oceanbase and the version of basic image. The details are as follows
| Tags | Currently | Architectures |
|---|---|---|
| 4.4.2_CE_BP3-oe2403sp4 | oceanbase 4.4.2_CE_BP3 on openEuler 24.03-LTS-SP4 | amd64, arm64 |
| 4.3.5_CE_BP2_HF1-oe2403sp1 | oceanbase 4.3.5_CE_BP2_HF1 on openEuler 24.03-LTS-SP1 | amd64, arm64 |
| 4.3.5_CE_BP3-oe2403sp2 | oceanbase 4.3.5_CE_BP3 on openEuler 24.03-LTS-SP2 | amd64, arm64 |
| 4.3.5_CE_BP3-oe2403sp4 | oceanbase 4.3.5_CE_BP3 on openEuler 24.03-LTS-SP4 | amd64, arm64 |
Here, users can select {Tag} based on their requirements.
Pull the openeuler/oceanbase image from docker
docker pull openeuler/oceanbase:{Tag}
Start a oceanbase instance
docker run -it --name my-oceanbase -p 2881:2881 openeuler/oceanbase:{Tag} bash
When my-oceanbase started, you can config and run your tasks
[root@6559d851ae46 /]# obd --help
Usage: obd <command> [options]
Available commands:
binlog binlog service tools
cluster Deploy and manage a cluster.
demo Quickly start
display-trace display trace_id log.
host Host tools
license Register and display license.
mirror Manage a component repository for OBD.
obdiag Oceanbase Diagnostic Tool
pwd Obd cluster password management.
repo Manage local repository for OBD.
test Run test for a running deployment.
tool Tools
update Update OBD.
web Start obd deploy application as web.
...
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:734263753…
Size
586.1 MB
Last updated
3 days ago
docker pull openeuler/oceanbasePulls:
77
Last week