1 Star 0 Fork 0

Richard / netboot.xyz

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile-build 321 Bytes
一键复制 编辑 原始数据 按行查看 历史
FROM ghcr.io/netbootxyz/builder:latest as builder
# repo for build
COPY . /ansible
RUN \
echo "**** running ansible ****" && \
cd /ansible && \
ansible-playbook -i inventory site.yml
# runtime stage
FROM alpine:latest
COPY --from=builder /var/www/html/ /mnt/
COPY docker-build-root/ /
ENTRYPOINT [ "/dumper.sh" ]
1
https://gitee.com/weijia432/netboot.xyz.git
git@gitee.com:weijia432/netboot.xyz.git
weijia432
netboot.xyz
netboot.xyz
development

搜索帮助