Re: [Wireshark-dev] Docker image for WS Build

2016-10-07 Thread Roland Knall


> Am 07.10.2016 um 17:08 schrieb Alexis La Goutte :
> 
> 
> 
>> On Thu, Oct 6, 2016 at 9:53 AM, Roland Knall  wrote:
>> Hello
>> 
>> I've created a docker image, to build Wireshark for a Linux build. You can 
>> find it on 
>> 
>> https://hub.docker.com/r/rknall/wsbuilder/ 
>> 
>> It contains Qt5, Lua and libssh, and can be used for building docker in a 
>> Jenkins environment (that is, what I am using it for) with the Jenkins user 
>> "jenkins" and password "jenkins".
>> 
>> If anyone has suggestions on what to include as well, there is also a Github 
>> repository, wher you can send pull-requests to.
>> 
> Nice ! Good idea !
> Why don't use debian-setup script ? ;-)

I've got used to the manual approach. But will take a look at it. 

Regards
Roland 

>> regards
>> Roland
>> 
>> ___
>> Sent via:Wireshark-dev mailing list 
>> Archives:https://www.wireshark.org/lists/wireshark-dev
>> Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev
>>  mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe
> 
> ___
> Sent via:Wireshark-dev mailing list 
> Archives:https://www.wireshark.org/lists/wireshark-dev
> Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev
> mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe
___
Sent via:Wireshark-dev mailing list 
Archives:https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Re: [Wireshark-dev] Docker image for WS Build

2016-10-07 Thread Alexis La Goutte
On Thu, Oct 6, 2016 at 9:53 AM, Roland Knall  wrote:

> Hello
>
> I've created a docker image, to build Wireshark for a Linux build. You can
> find it on
>
> https://hub.docker.com/r/rknall/wsbuilder/
>
> It contains Qt5, Lua and libssh, and can be used for building docker in a
> Jenkins environment (that is, what I am using it for) with the Jenkins user
> "jenkins" and password "jenkins".
>
> If anyone has suggestions on what to include as well, there is also a
> Github repository, wher you can send pull-requests to.
>
> Nice ! Good idea !
Why don't use debian-setup script ? ;-)

> regards
> Roland
>
> 
> ___
> Sent via:Wireshark-dev mailing list 
> Archives:https://www.wireshark.org/lists/wireshark-dev
> Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev
>  mailto:wireshark-dev-requ...@wireshark.org?subject=
> unsubscribe
>
___
Sent via:Wireshark-dev mailing list 
Archives:https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Re: [Wireshark-dev] Docker image for WS Build

2016-10-06 Thread Peter Wu
Hi Roland,

Evan has once added a configuration for Vagrant (Vagrantfile), you could
have a look there for inspiration.

Kind regards,
Peter

On Thu, Oct 06, 2016 at 09:53:16AM +0200, Roland Knall wrote:
> Hello
> 
> I've created a docker image, to build Wireshark for a Linux build. You can
> find it on
> 
> https://hub.docker.com/r/rknall/wsbuilder/
> 
> It contains Qt5, Lua and libssh, and can be used for building docker in a
> Jenkins environment (that is, what I am using it for) with the Jenkins user
> "jenkins" and password "jenkins".
> 
> If anyone has suggestions on what to include as well, there is also a
> Github repository, wher you can send pull-requests to.
> 
> regards
> Roland
___
Sent via:Wireshark-dev mailing list 
Archives:https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe


Re: [Wireshark-dev] Docker image for WS Build

2016-10-06 Thread Roland Knall
I will do that in the coming days.

Thanks,
Roland

On Thu, Oct 6, 2016 at 2:47 PM, Jaap Keuter  wrote:

>
> > On 06 Oct 2016, at 09:53, Roland Knall  wrote:
> >
> > Hello
> >
> > I've created a docker image, to build Wireshark for a Linux build. You
> can find it on
> >
> > https://hub.docker.com/r/rknall/wsbuilder/
> >
> > It contains Qt5, Lua and libssh, and can be used for building docker in
> a Jenkins environment (that is, what I am using it for) with the Jenkins
> user "jenkins" and password "jenkins".
> >
> > If anyone has suggestions on what to include as well, there is also a
> Github repository, wher you can send pull-requests to.
> >
> > regards
> > Roland
>
> Put a link on the Wiki (somewhere relevant in Development)?
>
> Thanks,
> Jaap
>
>
> 
> ___
> Sent via:Wireshark-dev mailing list 
> Archives:https://www.wireshark.org/lists/wireshark-dev
> Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev
>  mailto:wireshark-dev-requ...@wireshark.org?subject=
> unsubscribe
>
___
Sent via:Wireshark-dev mailing list 
Archives:https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe

Re: [Wireshark-dev] Docker image for WS Build

2016-10-06 Thread Jaap Keuter

> On 06 Oct 2016, at 09:53, Roland Knall  wrote:
> 
> Hello
> 
> I've created a docker image, to build Wireshark for a Linux build. You can 
> find it on 
> 
> https://hub.docker.com/r/rknall/wsbuilder/ 
> 
> It contains Qt5, Lua and libssh, and can be used for building docker in a 
> Jenkins environment (that is, what I am using it for) with the Jenkins user 
> "jenkins" and password "jenkins".
> 
> If anyone has suggestions on what to include as well, there is also a Github 
> repository, wher you can send pull-requests to.
> 
> regards
> Roland

Put a link on the Wiki (somewhere relevant in Development)?

Thanks,
Jaap


___
Sent via:Wireshark-dev mailing list 
Archives:https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe


[Wireshark-dev] Docker image for WS Build

2016-10-06 Thread Roland Knall
Hello

I've created a docker image, to build Wireshark for a Linux build. You can
find it on

https://hub.docker.com/r/rknall/wsbuilder/

It contains Qt5, Lua and libssh, and can be used for building docker in a
Jenkins environment (that is, what I am using it for) with the Jenkins user
"jenkins" and password "jenkins".

If anyone has suggestions on what to include as well, there is also a
Github repository, wher you can send pull-requests to.

regards
Roland
___
Sent via:Wireshark-dev mailing list 
Archives:https://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-dev
 mailto:wireshark-dev-requ...@wireshark.org?subject=unsubscribe