1 Star 0 Fork 0

JamesLiPython/server-chart

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Dockerfile.dapper 675 Bytes
一键复制 编辑 原始数据 按行查看 历史
Bill Maxwell 提交于 2018-10-27 00:26 +08:00 . Convert to dapper (#44)
FROM debian
ARG DAPPER_HOST_ARCH
ENV HOST_ARCH=${DAPPER_HOST_ARCH} ARCH=${DAPPER_HOST_ARCH}
RUN apt-get update && \
apt-get install -y git curl ca-certificates && \
rm -f /bin/sh && ln -s /bin/bash /bin/sh
RUN curl https://raw.githubusercontent.com/kubernetes/helm/master/scripts/get | bash && \
helm init -c && \
helm plugin install https://github.com/lrills/helm-unittest
ENV HELM_HOME /root/.helm
ENV DAPPER_ENV REPO TAG DRONE_TAG
ENV DAPPER_SOURCE /src/
ENV DAPPER_OUTPUT ./charts
ENV DAPPER_DOCKER_SOCKET true
ENV TRASH_CACHE ${DAPPER_SOURCE}/.trash-cache
ENV HOME ${DAPPER_SOURCE}
WORKDIR ${DAPPER_SOURCE}
ENTRYPOINT ["./scripts/entry"]
CMD ["ci"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/JamesLiPython/server-chart.git
[email protected]:JamesLiPython/server-chart.git
JamesLiPython
server-chart
server-chart
master

搜索帮助