Commit fc8c0a35 by shenggui.li

Update Dockerfile

parent 26b2707d
Pipeline #2009 failed with stages
in 1 minute 16 seconds
FROM openjdk:8-jdk-alpine
FROM 502302443508.dkr.ecr.cn-north-1.amazonaws.com.cn/mobdna:latest
#FROM amazonlinux:2.0.20220218.1
RUN ln -snf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo Asia/Shanghai > /etc/timezone
#RUN ln -snf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo Asia/Shanghai > /etc/timezone
#ADD jdk-8u201-linux-x64.rpm /tmp/
#RUN yum localinstall /tmp/jdk-8u201-linux-x64.rpm -y && yum clean all; rm -f /tmp/jdk-8u201-linux-x64.rpm
RUN mkdir -p /data/application/mobdna ; #yum install tar unzip procps iproute lsof glibc-all-langpacks -y ; yum clean all
#RUN mkdir -p /data/application/mobdna ; #yum install tar unzip procps iproute lsof glibc-all-langpacks -y ; yum clean all
# 安装datakit插件
#RUN DK_CLOUD_PROVIDER="aws" DK_INSTALL_ONLY="true" DK_DATAWAY="https://aws-openway.guance.com?token=tkn_6e86d42e17a446c2b95a9c8e4530cf1e" bash -c "$(curl -L https://static.guance.com/datakit/install.sh)"; echo ok
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment