2 Star 2 Fork 1

rancher/fleet

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile.dapper 550 Bytes
一键复制 编辑 原始数据 按行查看 历史
FROM registry.suse.com/bci/golang:1.20
ARG DAPPER_HOST_ARCH
ENV ARCH $DAPPER_HOST_ARCH
RUN zypper -n install git docker vim wget
RUN curl -sL https://get.helm.sh/helm-v3.9.3-linux-"${ARCH}".tar.gz | tar xvzf - -C /usr/local/bin --strip-components=1
ENV DAPPER_ENV REPO TAG DRONE_TAG CROSS DEBUG
ENV DAPPER_SOURCE /go/src/github.com/rancher/fleet/
ENV DAPPER_OUTPUT ./bin ./dist
ENV DAPPER_DOCKER_SOCKET true
ENV DAPPER_RUN_ARGS "-v fleet-pkg:/go/pkg -v fleet-cache:/root/.cache"
WORKDIR ${DAPPER_SOURCE}
ENTRYPOINT ["./scripts/entry"]
CMD ["ci"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/rancher/fleet.git
git@gitee.com:rancher/fleet.git
rancher
fleet
fleet
add_shell_check

搜索帮助

Cb406eda 1850385 E526c682 1850385