-
Notifications
You must be signed in to change notification settings - Fork 249
Docker Hub Automated Build #16
Comments
Hi all, I have forked this project to my namespace and trying to build image from Dockerfile. But it fails to git clone qemu source code (in build.sh #81 git://git.qemu.org/qemu.git). I think it should change to other qemu source like https://github.com/qemu/qemu.git. |
Currently git://git.qemu.org/qemu.git is the official documented way to clone the latest version of QEMU (https://www.qemu.org/contribute/). Nevertheless, in the future we may consider having our own fork of qemu instead of cloning the original repository and patching it. |
@bannsec Not official, but I have automated builds over here. https://hub.docker.com/r/thawsystems/pyrebox/builds/ dave@ubuntu:~$ docker run -it --rm thawsystems/pyrebox
root@8a050ec2d6a4:/pyrebox# ./start_x86_64.sh
[*] Loading python component initialization script
[*] Platform: x86_64-softmmu
[*] Starting python module initialization
[*] Reading configuration
[*] Searching for KDBG...
[*] Initializing scripts...
[*] Loading python module plugins.guest_agent
[plugins.guest_agent] [*] Initializing guest_agent plugin
[!] Could not initialize agent, offset config file missing!
[*] Finished python module initialization
pyrebox-x86_64: -drive file=,index=0,media=disk,format=qcow2,cache=unsafe: A block device must be specified for "file" |
Docker build was failing on my machine. I was able to fix it by adding
|
Hi @cpuodzius, could you please submit a pull request with your changes? Thanks! |
Hey all,
Super interested to play with this. I see you have a Dockerfile created. Unfortunately, I cannot create an automated build against your github account since I do not own it. Could you guys setup an auto-build?
The text was updated successfully, but these errors were encountered: