https://github.com/truevoid-development/hbase
HBase image
https://github.com/truevoid-development/hbase
Last synced: 4 months ago
JSON representation
HBase image
- Host: GitHub
- URL: https://github.com/truevoid-development/hbase
- Owner: truevoid-development
- License: apache-2.0
- Created: 2024-09-13T12:50:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T13:17:00.000Z (almost 2 years ago)
- Last Synced: 2025-10-28T01:25:37.714Z (8 months ago)
- Language: Dockerfile
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HBase Docker Image
Version is configured as a build argument, default at the time of writing is
`2.6.0`. Possibly `hbase-site.xml` needs to be updated, that may be done by
building an image on top of this one.
```Dockerfile
FROM this-image
COPY hbase-site.xml $HBASE_HOME/conf/
```