1 Star 0 Fork 0

启动台LaunchPad/packer-builder-arm-image

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile.release 560 Bytes
一键复制 编辑 原始数据 按行查看 历史
FROM ubuntu:eoan
RUN apt-get update -qq \
&& DEBIAN_FRONTEND=noninteractive apt-get install -qqy \
qemu-user-static \
kpartx \
unzip \
wget \
curl \
sudo \
&& rm -rf /var/lib/apt/lists/*
ENV PACKER_VERSION 1.6.0
RUN wget https://releases.hashicorp.com/packer/${PACKER_VERSION}/packer_${PACKER_VERSION}_linux_amd64.zip -O /tmp/packer.zip && \
unzip /tmp/packer.zip -d /bin && \
rm /tmp/packer.zip
WORKDIR /build
COPY entrypoint.sh /entrypoint.sh
COPY ./packer-builder-arm-image /bin/packer-builder-arm-image
ENTRYPOINT ["/entrypoint.sh"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/launchpad001/packer-builder-arm-image.git
git@gitee.com:launchpad001/packer-builder-arm-image.git
launchpad001
packer-builder-arm-image
packer-builder-arm-image
master

搜索帮助