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

Quick reference

hbase | openEuler

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

Apache HBase is an open-source, distributed, versioned, column-oriented store modeled after Google' Bigtable.

Learn more on hbase website.

Supported tags and respective Dockerfile links

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

Tags Currently Architectures
2.6.5-oe2403sp3 hbase 2.6.5 on openEuler 24.03-LTS-SP3 amd64, arm64
2.6.2-oe2403sp1 Apache HBase 2.6.2 on openEuler 24.03-LTS-SP1 amd64, arm64

Usage

Start a hbase instance by following command:

docker run -it \
    --name hbase \
    openeuler/hbase: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.