Forgot to mention, I'm looking at this as part of the HBase on Ozone project, and trying to make it work in the Docker Compose environment.
It looks like we don't have an official Apache HBase docker image. There are many (outdated) Docker images made by other contributors though. Would folks be interested in maintaining one? Hadoop and Ozone have them so it should be relatively easy for me to make one. On Tue, Nov 12, 2024 at 10:03 AM Wei-Chiu Chuang <weic...@apache.org> wrote: > Hi I'm looking for a little explanation about the various docker files in > the HBase project. > > There are currently 6 Dockerfiles in the codebase: > > % find . -name Dockerfile > ./dev-support/create-release/mac-sshd-gpg-agent/Dockerfile > ./dev-support/create-release/hbase-rm/Dockerfile > ./dev-support/docker/Dockerfile > ./dev-support/hbase_docker/m1/Dockerfile > ./dev-support/hbase_docker/Dockerfile > ./dev-support/flaky-tests/Dockerfile > > I can understand the first two are for creating releases, and the last one > is used by nightly Jenkins job. But what about the rest? Trying to > understand the purpose of them, and update the HBase reference guide. > > BTW the ones under dev-support/hbase_docker/ don't work on the master > branch due to JDK version. I'll open a jira for them. >