Re: [PATCH v2 8/9] tests/docker: Add dockerfile for Alpine Linux

2021-01-27 Thread John Snow
On 1/27/21 4:58 AM, Daniel P. Berrangé wrote: On Tue, Jan 26, 2021 at 04:38:57PM -0500, John Snow wrote: On 1/19/21 8:41 AM, Thomas Huth wrote: On 18/01/2021 11.33, Daniel P. Berrangé wrote: On Mon, Jan 18, 2021 at 02:38:07PM +0800, Jiaxun Yang wrote: Alpine Linux[1] is a security-oriented, l

Re: [PATCH v2 8/9] tests/docker: Add dockerfile for Alpine Linux

2021-01-27 Thread Daniel P . Berrangé
On Tue, Jan 26, 2021 at 04:38:57PM -0500, John Snow wrote: > On 1/19/21 8:41 AM, Thomas Huth wrote: > > On 18/01/2021 11.33, Daniel P. Berrangé wrote: > > > On Mon, Jan 18, 2021 at 02:38:07PM +0800, Jiaxun Yang wrote: > > > > Alpine Linux[1] is a security-oriented, lightweight Linux distribution >

Re: [PATCH v2 8/9] tests/docker: Add dockerfile for Alpine Linux

2021-01-26 Thread John Snow
On 1/19/21 8:41 AM, Thomas Huth wrote: On 18/01/2021 11.33, Daniel P. Berrangé wrote: On Mon, Jan 18, 2021 at 02:38:07PM +0800, Jiaxun Yang wrote: Alpine Linux[1] is a security-oriented, lightweight Linux distribution based on musl libc and busybox. It it popular among Docker guests and embedd

Re: [PATCH v2 8/9] tests/docker: Add dockerfile for Alpine Linux

2021-01-19 Thread Daniel P . Berrangé
On Tue, Jan 19, 2021 at 02:41:47PM +0100, Thomas Huth wrote: > On 18/01/2021 11.33, Daniel P. Berrangé wrote: > > On Mon, Jan 18, 2021 at 02:38:07PM +0800, Jiaxun Yang wrote: > > > Alpine Linux[1] is a security-oriented, lightweight Linux distribution > > > based on musl libc and busybox. > > > >

Re: [PATCH v2 8/9] tests/docker: Add dockerfile for Alpine Linux

2021-01-19 Thread Thomas Huth
On 18/01/2021 11.33, Daniel P. Berrangé wrote: On Mon, Jan 18, 2021 at 02:38:07PM +0800, Jiaxun Yang wrote: Alpine Linux[1] is a security-oriented, lightweight Linux distribution based on musl libc and busybox. It it popular among Docker guests and embedded applications. Adding it to test agai

Re: [PATCH v2 8/9] tests/docker: Add dockerfile for Alpine Linux

2021-01-18 Thread Daniel P . Berrangé
On Mon, Jan 18, 2021 at 02:38:07PM +0800, Jiaxun Yang wrote: > Alpine Linux[1] is a security-oriented, lightweight Linux distribution > based on musl libc and busybox. > > It it popular among Docker guests and embedded applications. > > Adding it to test against different libc. > > [1]: https://

[PATCH v2 8/9] tests/docker: Add dockerfile for Alpine Linux

2021-01-17 Thread Jiaxun Yang
Alpine Linux[1] is a security-oriented, lightweight Linux distribution based on musl libc and busybox. It it popular among Docker guests and embedded applications. Adding it to test against different libc. [1]: https://alpinelinux.org/ Signed-off-by: Jiaxun Yang --- tests/docker/dockerfiles/a