3 Star 0 Fork 0

mirrors_vmware-archive/operator-builder

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 462 Bytes
一键复制 编辑 原始数据 按行查看 历史
## NOTE: This image uses goreleaser to build image
# if building manually please run go build ./cmd/operator-builder first and then build
# Choose alpine as a base image to make this useful for CI, as many
# CI tools expect an interactive shell inside the container
FROM alpine:latest as production
COPY operator-builder /usr/bin/operator-builder
RUN chmod +x /usr/bin/operator-builder
WORKDIR /workdir
ENTRYPOINT ["/usr/bin/operator-builder"]
CMD ["--help"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_vmware-archive/operator-builder.git
git@gitee.com:mirrors_vmware-archive/operator-builder.git
mirrors_vmware-archive
operator-builder
operator-builder
main

搜索帮助