Skip to content
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

Open
luispabon opened this issue Apr 23, 2024 · 6 comments
Open

Add Ubuntu 24.04 box #301

luispabon opened this issue Apr 23, 2024 · 6 comments

Comments

@luispabon
Copy link

As per title. Ubuntu 24.04 is going to be released in the next couple of days.

@abbbi
Copy link

abbbi commented Apr 25, 2024

too lazy to go through all the github branch foobar, heres the diff i built the image with (for libvirt). Works for me.

https://grinser.de/~abi/2404.diff

@sbeaugrand
Copy link

Build with docker

Tested 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

@abbbi
Copy link

abbbi commented Jun 16, 2024

@ladar ping?

@petesisk
Copy link

+1

@JaapJoris
Copy link

I'm tired of waiting for this, so I have switched to bento/ubuntu-24.04 in my Vagrantfile. Sorry.

@abbbi
Copy link

abbbi commented Aug 9, 2024

I'm tired of waiting for this, so I have switched to bento/ubuntu-24.04 in my Vagrantfile. Sorry.

not sure what is going on, ladar's github profile has been dead silent since February. Hope he is doing well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

5 participants