Re: Build own debs

2024-03-28 Thread Wei ZHOU
gt; Jimmy > > Van: Wei ZHOU > Datum: donderdag, 28 maart 2024 om 14:18 > Aan: users@cloudstack.apache.org > Onderwerp: Re: Build own debs > You can build packages in a docker image, for example for 4.18.1.0 > > cd /tmp > git clone -b 4.18.1.0 https://github.com/apache/clo

Re: Build own debs

2024-03-28 Thread Jimmy Huybrechts
Hi Wei, Would that be including the vmware plugins etc? -- Jimmy Van: Wei ZHOU Datum: donderdag, 28 maart 2024 om 14:18 Aan: users@cloudstack.apache.org Onderwerp: Re: Build own debs You can build packages in a docker image, for example for 4.18.1.0 cd /tmp git clone -b 4.18.1.0 https

Re: Build own debs

2024-03-28 Thread Wei ZHOU
You can build packages in a docker image, for example for 4.18.1.0 cd /tmp git clone -b 4.18.1.0 https://github.com/apache/cloudstack.git cloudstack docker run -ti \ -v /tmp:/src \ -v ~/.m2:/.m2/ \ ubuntu:22.04 \ /bin/bash -c "export DEBIAN_FRONTEND=noninteractive && apt-get update \ && apt-get in

Re: Build own debs

2024-03-28 Thread Jimmy Huybrechts
Hi Joao, That’s great news, then I can use that one, if I see any issues I will do that. Thanks for answering here 😊 -- Jimmy Van: João Jandre Paraquetti Datum: donderdag, 28 maart 2024 om 13:36 Aan: users@cloudstack.apache.org Onderwerp: Re: Build own debs Hello Jimmy, Although it was not

Re: Build own debs

2024-03-28 Thread João Jandre Paraquetti
on 22 as well? That was the docs I mentioned indeed, but will just try it, for me it’s more to see in reference with the github issue to see what I see on that one. -- Jimmy Van: Ruben Bosch Datum: donderdag, 28 maart 2024 om 11:46 Aan: users@cloudstack.apache.org Onderwerp: Re: Build own

Re: Build own debs

2024-03-28 Thread Jimmy Huybrechts
om 11:46 Aan: users@cloudstack.apache.org Onderwerp: Re: Build own debs Check out https://docs.cloudstack.apache.org/en/latest/installguide/building_from_source.html and a friendly person on Github shared their Dockerfiles https://github.com/scclouds/cloudstack-deb-builder/tree/master On Thu, Mar

Re: Build own debs

2024-03-28 Thread Ruben Bosch
Check out https://docs.cloudstack.apache.org/en/latest/installguide/building_from_source.html and a friendly person on Github shared their Dockerfiles https://github.com/scclouds/cloudstack-deb-builder/tree/master On Thu, Mar 28, 2024 at 11:26 AM Jimmy Huybrechts wrote: > Hi, > > Is there maybe

Re: Build own debs

2024-03-28 Thread Nux
The dependencies would have changed, try to follow the build process, see what errors you are getting. On 2024-03-28 10:25, Jimmy Huybrechts wrote: Hi, Is there maybe a more up to date version of the build your own debs? I see the one in the docs goes up to ubuntu 18 and java 8, while we are

Build own debs

2024-03-28 Thread Jimmy Huybrechts
Hi, Is there maybe a more up to date version of the build your own debs? I see the one in the docs goes up to ubuntu 18 and java 8, while we are now at java 11. So I don’t know if the dependencies have changed and all. -- Jimmy