文件最后提交记录最后更新时间
1 个月前
1 个月前
1 个月前
1 个月前
README.md

Quick reference

flume | openEuler

Current flume docker images are built on the openEuler. This repository is free to use and exempted from per-user rate limits.

Apache Flume is a distributed, reliable, and available service for efficiently collecting, aggregating, and moving large amounts of log-like data.

Learn more on flume website.

Supported tags and respective Dockerfile links

The tag of each flume docker image is consist of the version of flume and the version of basic image. The details are as follows

Tags Currently Architectures
1.11.0-oe2403sp3 flume 1.11.0 on openEuler 24.03-LTS-SP3 amd64, arm64
1.11.0-oe2403sp2 flume 1.11.0 on openEuler 24.03-LTS-SP2 amd64, arm64
1.11.0-oe2403sp1 flume 1.11.0 on openEuler 24.03-LTS-SP1 amd64, arm64

Usage

Start a flume instance by following command:

docker run -it \
    --name flume \
    openeuler/flume:latest

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.