Quick reference
-
The official avro docker image.
-
Maintained by: openEuler CloudNative SIG.
-
Where to get help: openEuler CloudNative SIG, openEuler.
avro | openEuler
Current avro docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.
Apache Avro is the leading serialization format for record data, and first choice for streaming data pipelines.
Learn more on avro website.
Supported tags and respective Dockerfile links
The tag of each avro docker image is consist of the version of avro and the version of basic image. The details are as follows
| Tags | Currently | Architectures |
|---|---|---|
| 1.12.1-oe2403sp3 | avro 1.12.1 on openEuler 24.03-LTS-SP3 | amd64, arm64 |
| 1.12.1-oe2403sp2 | avro 1.12.1 on openEuler 24.03-LTS-SP2 | amd64, arm64 |
| 1.12.0-oe2403sp1 | Apache Avro 1.12.0 on openEuler 24.03-LTS-SP1 | amd64, arm64 |
Usage
Avro containers should be used as a devel environment, start a avro instance by following command:
docker run -it \
--name avro \
openeuler/avro:latest
Users can develope their projects based on avro.
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.