-
Notifications
You must be signed in to change notification settings - Fork 143
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Ubuntu 24.04 box #301
Comments
too lazy to go through all the github branch foobar, heres the diff i built the image with (for libvirt). Works for me. |
Build with dockerTested on debian 12 : FROM fedora:latest
ARG name
ARG ip
RUN curl -Os http://$ip:8000/robox-$name.patch\
&& dnf -y update\
&& dnf -y install git unzip\
&& git clone https://github.com/lavabit/robox.git\
&& cd robox\
&& git apply ../robox-$name.patch\
&& export TERM=xterm\
&& export HUMAN=toto\
&& touch .credentialsrc\
&& res/providers/providers-v9.sh packer\
&& dnf -y install qemu\
&& ./robox.sh box generic-$name-libvirt-x64 Makefile and updated patch here : https://github.com/sbeaugrand/debinst/tree/master/cicd/robox |
@ladar ping? |
+1 |
I'm tired of waiting for this, so I have switched to |
not sure what is going on, ladar's github profile has been dead silent since February. Hope he is doing well. |
As per title. Ubuntu 24.04 is going to be released in the next couple of days.
The text was updated successfully, but these errors were encountered: