Hi, the published release for 15.5 is in https://build.opensuse.org/package/show/openSUSE:Leap:15.5:Images/kiwi-image..., from where you can find the download repository on https://build.opensuse.org/package/show/openSUSE:Leap:15.5:Images/kiwi-image.... You can download the box and reference the local file in your Vagrantfile, but Vagrant will print a warning about not being to perform automatic update checks of the box. If you want Vagrant to be "aware" of the box origin, you can reference the box .json file from the boxes/ subdirectory instead, for example: https://download.opensuse.org/repositories/Virtualization:/Appliances:/Image... That way it will behave just like a box from the Vagrant cloud. Cheers, Georg From there, you can On 8/23/23 15:02, Till Dörges wrote:
On 21.08.23 13:24, Fabian Vogt wrote:
I was wondering who is in charge of these boxes
https://app.vagrantup.com/opensuse
?
Are these official openSUSE releases?
Yes. They are built at https://build.opensuse.org/package/show/openSUSE:Factory/kiwi-images-vagrant
IOW can I rely on them not containing any malicious code etc.?
Probably. It's technically safer to download directly from download.o.o and perform GPG verification, to skip the vagrantup.com middleman:
https://download.opensuse.org/tumbleweed/appliances/?P=*vagrant*
Thanks!
And I'm not only interested in Factory/Tumbleweed case, but also Leap.
A similar package on OBS exists for Leap 15.5
https://build.opensuse.org/package/show/openSUSE:Leap:15.5/kiwi-images-vagra...
But I've not managed to find the result, i.e. the vagrant boxes. Clicking on
"Download package"
gives me
Keine Daten für openSUSE:Leap:15.5 / kiwi-images-vagrant (Loosely translated: Nothing for openSUSE:Leap:15.5 ...)
So, are the OBS packages https://build.opensuse.org/package/show/openSUSE:Leap:15.*/kiwi-images-vagra... the official sources for Leap at
https://app.vagrantup.com/opensuse
, too?
And if so, can they be downloaded from any other place than vagrantup.com?
Thanks and regards -- Till