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.

Reply via email to