update
This commit is contained in:
11
datax-web/Dockerfile
Normal file
11
datax-web/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
ARG ARCH
|
||||
FROM harbor.colben.cn/general/jdk$ARCH:8u202
|
||||
MAINTAINER Colben colbenlee@gmail.com
|
||||
ADD --chown=root:root /ADD/ /opt/
|
||||
RUN tar xf /opt/datax-web-2.1.2.tar.gz -C /opt/ && \
|
||||
cd /opt/datax-web-2.1.2 && \
|
||||
./bin/install.sh -f && \
|
||||
yum makecache fast && yum install -y awk && rm -rf /var/cache/tdnf/ && \
|
||||
rm -rf /opt/datax-web-2.1.2.tar.gz
|
||||
CMD ["/opt/ccmd"]
|
||||
|
Reference in New Issue
Block a user