forked from webdevops/Dockerfile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprovision.yml
101 lines (101 loc) · 2.33 KB
/
provision.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
---
provision:
base:
configuration:
base/general: '*'
base/centos: centos-*
base/alpine: alpine
base-app:
configuration:
base-app/general: '*'
apache:
configuration:
apache/general : '*'
apache/centos : centos-*
apache/alpine : alpine
apache-dev:
configuration:
apache-dev/general: '*'
nginx:
configuration:
nginx/general : '*'
nginx/centos : centos-*
nginx/alpine : alpine
nginx-dev:
configuration:
nginx-dev/general : '*'
hhvm:
configuration:
hhvm/general : '*'
hhvm-apache:
configuration:
apache/general : '*'
hhvm-apache/general : '*'
hhvm-nginx:
configuration:
nginx/general : '*'
nginx/centos : centos-*
hhvm-nginx/general: '*'
php:
configuration:
php/general : '(debian|ubuntu|centos|alpine)'
php/ubuntu-12.04 : ubuntu-12.04
php/alpine : alpine
php-apache:
configuration:
apache/general : '*'
apache/centos : centos-*
apache/alpine : alpine
php-apache/general: '*'
php-nginx:
configuration:
nginx/general : '*'
nginx/centos : centos-*
nginx/alpine : alpine
php-nginx/general : '*'
php-dev:
configuration:
php-dev/general : '*'
development/general: '*'
php-apache-dev:
configuration:
php-apache/general: '*'
php-dev/general : '*'
apache-dev/general: '*'
php-nginx-dev:
configuration:
php-nginx/general : '*'
php-dev/general : '*'
nginx-dev/general : '*'
php-official:
configuration:
base/general : '*'
base-app/general : '*'
php/general : '*'
php/official : '*'
postfix:
configuration:
postfix/general : '*'
mail-sandbox:
configuration:
mail-sandbox/general: '*'
vsftp:
configuration:
vsftp/general : '*'
typo3:
configuration:
typo3/general : '*'
piwik:
configuration:
piwik/general : '*'
varnish:
configuration:
varnish/general : '*'
liquibase:
configuration:
liquibase/general : '*'
samson-deployment:
configuration:
base/general : latest
base-app/general : latest
samson-deployment/general: latest