summaryrefslogtreecommitdiff
path: root/hack/infrastructure/README.md
blob: d12fc4c63e182d264576096006294ddb035d13b0 (plain)
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
# Docker project infrastructure

This is an overview of the Docker infrastructure.

**Note: obviously, credentials should not be stored in this repository.**
However, when there are credentials, we should list how to obtain them
(e.g. who has them).


## Providers

This should be the list of all the entities providing some kind of
infrastructure service to the Docker project (either for free,
or paid by dotCloud).


Provider      | Service
--------------|-------------------------------------------------
AWS           | packages (S3 bucket), dotCloud PAAS, dev-env, ci
CloudFlare    | cdn
Digital Ocean | ci
dotCloud PAAS | website, index, registry, ssl, blog
DynECT        | dns (docker.com)            
GitHub        | repository
Linode        | stackbrew
Mailgun       | outgoing e-mail            
ReadTheDocs   | docs

*Ordered-by: lexicographic*


## URLs

This should be the list of all the infrastructure-related URLs
and which service is handling them.

URL                                          | Service
---------------------------------------------|---------------------------------
 http://blog.docker.com/                     | blog
*http://cdn-registry-1.docker.io/            | registry (pull)
 http://debug.docker.io/                     | debug tool
 http://docs.docker.com/                     | documentation served from an S3 bucket
 http://docker-ci.dotcloud.com/              | ci
 http://docker.com/                          | redirect to www.docker.com (dynect)
*http://get.docker.io/                       | packages
 https://github.com/dotcloud/docker          | repository
*https://hub.docker.com/                     | Docker Hub
 http://registry-1.docker.io/                | registry (push)
 http://staging-docker-ci.dotcloud.com/      | ci
*http://test.docker.io/                      | packages
*http://www.docker.com/                      | website
 http://? (internal URL, not for public use) | stackbrew

*Ordered-by: lexicographic*

**Note:** an asterisk in front of the URL means that it is cached by CloudFlare.


## Services

This should be the list of all services referenced above.

Service             | Maintainer(s)              | How to update    | Source
--------------------|----------------------------|------------------|-------
blog                | [@jbarbier]                | dotcloud push    | https://github.com/dotcloud/blog.docker.io
cdn                 | [@jpetazzo][] [@samalba][] | cloudflare panel | N/A
ci                  | [@mzdaniel]                | See [docker-ci]  | See [docker-ci]
docs                | [@metalivedev]             | github webhook   | docker repo
docsproxy           | [@dhrp]                    | dotcloud push    | https://github.com/dotcloud/docker-docs-dotcloud-proxy
index               | [@kencochrane]             | dotcloud push    | private
packages            | [@jpetazzo]                | hack/release     | docker repo
registry            | [@samalba]                 | dotcloud push    | https://github.com/dotcloud/docker-registry
repository (github) | N/A                        | N/A              | N/A
ssl (dotcloud)      | [@jpetazzo]                | dotcloud ops     | N/A
ssl (cloudflare)    | [@jpetazzo]                | cloudflare panel | N/A
stackbrew           | [@shin-]                   | manual           | https://github.com/dotcloud/stackbrew/stackbrew
website             | [@dhrp]                    | dotcloud push    | https://github.com/dotcloud/www.docker.io

*Ordered-by: lexicographic*


[docker-ci]: docker-ci.rst
[@dhrp]: https://github.com/dhrp
[@jbarbier]: https://github.com/jbarbier
[@jpetazzo]: https://github.com/jpetazzo
[@kencochrane]: https://github.com/kencochrane
[@metalivedev]: https://github.com/metalivedev
[@mzdaniel]: https://github.com/mzdaniel
[@samalba]: https://github.com/samalba
[@shin-]: https://github.com/shin-