digitaltom / photobooth

Build a photobooth for your party!
MIT License
24 stars 5 forks source link

Build raw image based on opensuse in IBS #8

Open digitaltom opened 6 years ago

digitaltom commented 6 years ago

The buildservice can build raw images: https://build.opensuse.org/image_templates

Let's find out if it is possible to build a deployable image of the photobooth with the buildservice.

Extras:

digitaltom commented 6 years ago

@ChrisBr ^^

ChrisBr commented 6 years ago

I just tried it briefly: https://build.opensuse.org/package/show/home:cbruckmayer:branches:openSUSE:Factory:ARM/JeOS

Problem is here with the service and that we use Kiwi for building the image because it is hard to get the sources inside and seems impossible for the bundle gems service.

I think easiest solution will be we build a container and then we can build an image which just starts this container.

cc @digitaltom

digitaltom commented 6 years ago

or we build an RPM of the rails app which gets pulled into the image?