Support centos6 and centos7

This commit is contained in:
Paul Montero
2017-09-16 15:00:29 -05:00
parent 37b4d975d3
commit 4d94ef7588
9 changed files with 74 additions and 29 deletions

View File

@@ -1,5 +1,13 @@
version: "3"
services:
centos6:
build: ./dockerfiles/centos6
cap_add:
- ALL
centos7:
build: ./dockerfiles/centos7
cap_add:
- ALL
debian8:
build: ./dockerfiles/debian8
cap_add:
@@ -8,3 +16,11 @@ services:
build: ./dockerfiles/debian9
cap_add:
- ALL
ubuntu14:
build: ./dockerfiles/ubuntu14
cap_add:
- ALL
ubuntu16:
build: ./dockerfiles/ubuntu16
cap_add:
- ALL