Add Hbase version Argument

This commit is contained in:
Junhyeok 2023-05-17 11:28:03 +09:00 committed by ga-ram
parent 578d964582
commit 2f096cc6ce
1 changed files with 1 additions and 1 deletions

View File

@ -1,11 +1,11 @@
FROM openjdk:8u342-slim
ARG PINPOINT_VERSION=${PINPOINT_VERSION:-2.5.1}
ARG HBASE_VERSION=${HBASE_VERSION-1.2.6}
ENV HBASE_REPOSITORY=http://apache.mirrors.pair.com/hbase
ENV HBASE_SUB_REPOSITORY=http://archive.apache.org/dist/hbase
ENV HBASE_VERSION=1.2.6
ENV BASE_DIR=/opt/hbase
ENV HBASE_HOME=${BASE_DIR}/hbase-${HBASE_VERSION}