2 Star 5 Fork 2

baetyl/k3s

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile.manifest 280 Bytes
一键复制 编辑 原始数据 按行查看 历史
Erik Wilson 提交于 2020-02-15 06:12 +08:00 . Upgrade golang to v1.13.8
FROM golang:1.13.8-alpine3.10
COPY --from=plugins/manifest:1.2.3 /bin/* /bin/
ARG DOCKER_USERNAME
ENV DOCKER_USERNAME $DOCKER_USERNAME
ARG DOCKER_PASSWORD
ENV DOCKER_PASSWORD $DOCKER_PASSWORD
ARG DRONE_TAG
ENV DRONE_TAG $DRONE_TAG
COPY ./scripts/manifest /bin/
RUN manifest
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/baetyl/k3s.git
[email protected]:baetyl/k3s.git
baetyl
k3s
k3s
master

搜索帮助