ARG HADOOP_TAG FROM registry-vpc.cn-hangzhou.aliyuncs.com/schbrain/hadoop:${HADOOP_TAG} ADD run.sh /run.sh RUN chmod a+x /run.sh CMD ["/run.sh"]