Quick reference
-
The official Curve docker image.
-
Maintained by: openEuler CloudNative SIG.
-
Where to get help: openEuler CloudNative SIG, openEuler.
Curve | openEuler
Current Curve docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.
Curve is a sandbox project hosted by the CNCF Foundation. It's cloud-native, high-performance, and easy to operate. Curve is an open-source distributed storage system for block and shared file storage.
Supported tags and respective Dockerfile links
The tag of each curve docker image is consist of the version of curve and the version of basic image. The details are as follows
| Tag | Currently | Architectures |
|---|---|---|
| 1.2.6-oe2403sp2 | curve 1.2.6 on openEuler 24.03-LTS-SP2 | amd64, arm64 |
| 1.0.0-oe2403sp1 | Curve 1.0.0 on openEuler 24.03-LTS-SP1 | amd64, arm64 |
Usage
In this usage, users can select the corresponding {Tag} based on their requirements.
-
Pull the
openeuler/curveimage from dockerdocker pull openeuler/curve:{Tag} -
Start a curve instance
docker run -it --rm openeuler/curve:{Tag}The
openeuler/curveimage is used to verify the integration between the upstream Curve version and openEuler.
Question and answering
If you have any questions or want to use some special features, please submit an issue or a pull request on openeuler-docker-images.