Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
VyOS version change
  • Loading branch information
sysoleg authored Sep 12, 2023
1 parent ec8bc06 commit 647474b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:latest AS builder
RUN apt update && apt install -y wget p7zip-full squashfs-tools

RUN wget -qO latest_build.txt https://raw.githubusercontent.com/vyos/vyos-rolling-nightly-builds/main/latest_build.txt && \
wget -qO out.iso https://github.com/vyos/vyos-rolling-nightly-builds/releases/download/1.4-rolling-$(cat latest_build.txt)/vyos-1.4-rolling-$(cat latest_build.txt)-amd64.iso
wget -qO out.iso https://github.com/vyos/vyos-rolling-nightly-builds/releases/download/1.5-rolling-$(cat latest_build.txt)/vyos-1.5-rolling-$(cat latest_build.txt)-amd64.iso

RUN mkdir rootfs && 7z e out.iso filesystem.squashfs -r && \
unsquashfs -f -d rootfs/ filesystem.squashfs
Expand Down

0 comments on commit 647474b

Please sign in to comment.