Page MenuHomeVyOS Platform

Building images using vyos-build Docker container error
Closed, WontfixPublic

Description

Building images using vyos-build Docker container

After follow https://docs.vyos.io/en/latest/contributing/build-vyos.html
run shell script as this:

git clone -b current --single-branch https://github.com/vyos/vyos-build
cd vyos-build
docker run -d -it --name vyos-build --privileged -v $(pwd):/vyos -w /vyos vyos/vyos-build:crux bash
docker exec -it vyos-build /bin/sh
 ./configure --architecture amd64 \
                             --build-by "your@email.tld" \
                             --build-type release --version 1.2.4
sudo make iso
sudo make qemu
==> qemu-image: Waiting 5s for boot...
==> qemu-image: Connecting to VM via VNC (127.0.0.1:5961)
==> qemu-image: Typing the boot command over VNC...
==> qemu-image: Using ssh communicator to connect: 127.0.0.1
==> qemu-image: Waiting for SSH to become available...
==> qemu-image: Timeout waiting for SSH.
==> qemu-image: Deleting output directory...
Build 'qemu-image' errored: Timeout waiting for SSH.

==> Some builds didn't complete successfully and had errors:
--> qemu-image: Timeout waiting for SSH.

==> Builds finished but no artifacts were created.
Makefile:48: recipe for target 'qemu' failed
make: *** [qemu] Error 1
sh-4.3#
sh-4.3#

Details

Version
-
Is it a breaking change?
Unspecified (possibly destroys the router)

Event Timeline

dongjunbo triaged this task as High priority.
dongjunbo created this object in space S1 VyOS Public.
dongjunbo updated the task description. (Show Details)

i think, you sould use crux branch for 1.2 build, current branch is 1.3

syncer claimed this task.
syncer edited projects, added Rejected; removed VyOS 1.2 Crux.