btrfs-progs: ci: add dockerfile for a musl build test
authorDavid Sterba <dsterba@suse.com>
Thu, 8 Feb 2018 00:26:55 +0000 (01:26 +0100)
committerDavid Sterba <dsterba@suse.com>
Thu, 8 Feb 2018 00:26:55 +0000 (01:26 +0100)
commit3cfe67998a71256bd95f4b2942bd4b3481b550d5
tree5dd43eaea3bd01a8f41027fdb1affba9667d0acb
parent47cbdeb83617917132cc48b704bebb9cba26e15b
btrfs-progs: ci: add dockerfile for a musl build test

Build environment with musl as the libc, based on Alpine Linux.

To build the docker image:
- cd travis/images
- cp test-build $dir
- cd $dir
- docker build -t $tag .
- docker push $tag

We're going to have more images that will share the prep script so it
has to be copied to the directory before making the image. No other way
around that.

Signed-off-by: David Sterba <dsterba@suse.com>
travis/images/ci-musl-x86_64/Dockerfile [new file with mode: 0644]