tests/docker: Add dockerfile for Alpine Linux
commit8df04b04ed1ea0e61b2c11129a8e73132a20c35c
authorJiaxun Yang <jiaxun.yang@flygoat.com>
Mon, 18 Jan 2021 06:38:07 +0000 (18 14:38 +0800)
committerThomas Huth <thuth@redhat.com>
Wed, 20 Jan 2021 09:46:54 +0000 (20 10:46 +0100)
tree7f21bb13969e4bfb88985ab4ba89bc254efbd6c3
parenteb8b1a797a86d72b0eddc6cfd5cc018849417e7a
tests/docker: Add dockerfile for Alpine Linux

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 <jiaxun.yang@flygoat.com>
Message-Id: <20210118063808.12471-9-jiaxun.yang@flygoat.com>
[thuth: Dropped some unnecessary packages, replaced build-base with its deps]
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/docker/dockerfiles/alpine.docker [new file with mode: 0644]