Skip to content

Commit

Permalink
Pin libslirp and bump packer
Browse files Browse the repository at this point in the history
Signed-off-by: Ettore Di Giacinto <edigiacinto@suse.com>
  • Loading branch information
mudler committed May 13, 2022
1 parent cb1d9aa commit 6ca557c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ros-image-build
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,13 @@ RUN zypper ref
ENV LUET_NOLOCK=true
# Copy luet from the official images
RUN zypper in -y squashfs xorriso curl unzip git qemu-arm qemu-x86 qemu-tools tar pigz go1.16 qemu-uefi-aarch64 mtools rsync
RUN zypper in -y libslirp0-4.3.1-150300.2.7.1
RUN cd /usr/sbin && \
rm packer && \
SUFFIX=amd64 && \
if [ "$(uname -m)" = "aarch64" ]; then SUFFIX=arm64; fi && \
curl https://releases.hashicorp.com/packer/1.7.4/packer_1.7.4_linux_${SUFFIX}.zip > tmp && \
curl https://releases.hashicorp.com/packer/1.8.0/packer_1.8.0_linux_${SUFFIX}.zip > tmp && \
unzip tmp && \
rm tmp
RUN cd /usr/src && \
Expand Down

0 comments on commit 6ca557c

Please sign in to comment.