当前仓库属于暂停状态,部分功能使用受限,详情请查阅 仓库状态说明
1 Star 0 Fork 1.1K

fujikang / arthas
暂停

forked from Arthas / arthas 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile-No-Jdk 545 Bytes
一键复制 编辑 Web IDE 原始数据 按行查看 历史
hengyunabc 提交于 2020-04-11 23:19 . prepare release
FROM alpine
ARG ARTHAS_VERSION="3.2.0"
ARG MIRROR=false
ENV MAVEN_HOST=https://repo1.maven.org/maven2 \
MIRROR_MAVEN_HOST=https://maven.aliyun.com/repository/public
# if use mirror change to aliyun mirror site
RUN if $MIRROR; then MAVEN_HOST=${MIRROR_MAVEN_HOST} ; fi && \
# download & install arthas
wget -qO /tmp/arthas.zip "${MAVEN_HOST}/com/taobao/arthas/arthas-packaging/${ARTHAS_VERSION}/arthas-packaging-${ARTHAS_VERSION}-bin.zip" && \
mkdir -p /opt/arthas && \
unzip /tmp/arthas.zip -d /opt/arthas && \
rm /tmp/arthas.zip
Java
1
https://gitee.com/kangood/arthas.git
git@gitee.com:kangood/arthas.git
kangood
arthas
arthas
master

搜索帮助

14c37bed 8189591 565d56ea 8189591