github.com/flavio/docker@v0.1.3-0.20170117145210-f63d1a6eec47/MAINTAINERS (about) 1 # Docker maintainers file 2 # 3 # This file describes who runs the docker/docker project and how. 4 # This is a living document - if you see something out of date or missing, speak up! 5 # 6 # It is structured to be consumable by both humans and programs. 7 # To extract its contents programmatically, use any TOML-compliant 8 # parser. 9 # 10 # This file is compiled into the MAINTAINERS file in docker/opensource. 11 # 12 [Org] 13 14 [Org."Core maintainers"] 15 16 # The Core maintainers are the ghostbusters of the project: when there's a problem others 17 # can't solve, they show up and fix it with bizarre devices and weaponry. 18 # They have final say on technical implementation and coding style. 19 # They are ultimately responsible for quality in all its forms: usability polish, 20 # bugfixes, performance, stability, etc. When ownership can cleanly be passed to 21 # a subsystem, they are responsible for doing so and holding the 22 # subsystem maintainers accountable. If ownership is unclear, they are the de facto owners. 23 24 # For each release (including minor releases), a "release captain" is assigned from the 25 # pool of core maintainers. Rotation is encouraged across all maintainers, to ensure 26 # the release process is clear and up-to-date. 27 28 people = [ 29 "aaronlehmann", 30 "akihirosuda", 31 "aluzzardi", 32 "anusha", 33 "coolljt0725", 34 "cpuguy83", 35 "crosbymichael", 36 "dnephin", 37 "duglin", 38 "estesp", 39 "icecrime", 40 "jhowardmsft", 41 "justincormack", 42 "lk4d4", 43 "mavenugo", 44 "mhbauer", 45 "mlaventure", 46 "mrjana", 47 "runcom", 48 "stevvooe", 49 "tianon", 50 "tibor", 51 "tonistiigi", 52 "unclejack", 53 "vdemeester", 54 "vieux" 55 ] 56 57 [Org."Docs maintainers"] 58 59 # TODO Describe the docs maintainers role. 60 61 people = [ 62 "jamtur01", 63 "misty", 64 "sven", 65 "thajeztah" 66 ] 67 68 [Org.Curators] 69 70 # The curators help ensure that incoming issues and pull requests are properly triaged and 71 # that our various contribution and reviewing processes are respected. With their knowledge of 72 # the repository activity, they can also guide contributors to relevant material or 73 # discussions. 74 # 75 # They are neither code nor docs reviewers, so they are never expected to merge. They can 76 # however: 77 # - close an issue or pull request when it's an exact duplicate 78 # - close an issue or pull request when it's inappropriate or off-topic 79 80 people = [ 81 "aboch", 82 "andrewhsu", 83 "ehazlett", 84 "mgoelzer", 85 "programmerq", 86 "thajeztah" 87 ] 88 89 [Org.Alumni] 90 91 # This list contains maintainers that are no longer active on the project. 92 # It is thanks to these people that the project has become what it is today. 93 # Thank you! 94 95 people = [ 96 # David Calavera contributed many features to Docker, such as an improved 97 # event system, dynamic configuration reloading, volume plugins, fancy 98 # new templating options, and an external client credential store. As a 99 # maintainer, David was release captain for Docker 1.8, and competing 100 # with Jess Frazelle to be "top dream killer". 101 # David is now doing amazing stuff as CTO for https://www.netlify.com, 102 # and tweets as @calavera. 103 "calavera", 104 105 # As a maintainer, Erik was responsible for the "builder", and 106 # started the first designs for the new networking model in 107 # Docker. Erik is now working on all kinds of plugins for Docker 108 # (https://github.com/contiv) and various open source projects 109 # in his own repository https://github.com/erikh. You may 110 # still stumble into him in our issue tracker, or on IRC. 111 "erikh", 112 113 # Jessica Frazelle, also known as the "Keyser Söze of containers", 114 # runs *everything* in containers. She started contributing to 115 # Docker with a (fun fun) change involving both iptables and regular 116 # expressions (coz, YOLO!) on July 10, 2014 117 # https://github.com/docker/docker/pull/6950/commits/f3a68ffa390fb851115c77783fa4031f1d3b2995. 118 # Jess was Release Captain for Docker 1.4, 1.6 and 1.7, and contributed 119 # many features and improvement, among which "seccomp profiles" (making 120 # containers a lot more secure). Besides being a maintainer, she 121 # set up the CI infrastructure for the project, giving everyone 122 # something to shout at if a PR failed ("noooo Janky!"). 123 # Jess is currently working on the DCOS security team at Mesosphere, 124 # and contributing to various open source projects. 125 # Be sure you don't miss her talks at a conference near you (a must-see), 126 # read her blog at https://blog.jessfraz.com (a must-read), and 127 # check out her open source projects on GitHub https://github.com/jessfraz (a must-try). 128 "jessfraz", 129 130 # As a docs maintainer, Mary Anthony contributed greatly to the Docker 131 # docs. She wrote the Docker Contributor Guide and Getting Started 132 # Guides. She helped create a doc build system independent of 133 # docker/docker project, and implemented a new docs.docker.com theme and 134 # nav for 2015 Dockercon. Fun fact: the most inherited layer in DockerHub 135 # public repositories was originally referenced in 136 # maryatdocker/docker-whale back in May 2015. 137 "moxiegirl", 138 139 # Vincent "vbatts!" Batts made his first contribution to the project 140 # in November 2013, to become a maintainer a few months later, on 141 # May 10, 2014 (https://github.com/docker/docker/commit/d6e666a87a01a5634c250358a94c814bf26cb778). 142 # As a maintainer, Vincent made important contributions to core elements 143 # of Docker, such as "distribution" (tarsum) and graphdrivers (btrfs, devicemapper). 144 # He also contributed the "tar-split" library, an important element 145 # for the content-addressable store. 146 # Vincent is currently a member of the Open Containers Initiative 147 # Technical Oversight Board (TOB), besides his work at Red Hat and 148 # Project Atomic. You can still find him regularly hanging out in 149 # our repository and the #docker-dev and #docker-maintainers IRC channels 150 # for a chat, as he's always a lot of fun. 151 "vbatts", 152 153 # Vishnu became a maintainer to help out on the daemon codebase and 154 # libcontainer integration. He's currently involved in the 155 # Open Containers Initiative, working on the specifications, 156 # besides his work on cAdvisor and Kubernetes for Google. 157 "vishh" 158 ] 159 160 [people] 161 162 # A reference list of all people associated with the project. 163 # All other sections should refer to people by their canonical key 164 # in the people section. 165 166 # ADD YOURSELF HERE IN ALPHABETICAL ORDER 167 168 [people.aaronlehmann] 169 Name = "Aaron Lehmann" 170 Email = "aaron.lehmann@docker.com" 171 GitHub = "aaronlehmann" 172 173 [people.aboch] 174 Name = "Alessandro Boch" 175 Email = "aboch@docker.com" 176 GitHub = "aboch" 177 178 [people.akihirosuda] 179 Name = "Akihiro Suda" 180 Email = "suda.akihiro@lab.ntt.co.jp" 181 GitHub = "AkihiroSuda" 182 183 [people.aluzzardi] 184 Name = "Andrea Luzzardi" 185 Email = "al@docker.com" 186 GitHub = "aluzzardi" 187 188 [people.andrewhsu] 189 Name = "Andrew Hsu" 190 Email = "andrewhsu@docker.com" 191 GitHub = "andrewhsu" 192 193 [people.anusha] 194 Name = "Anusha Ragunathan" 195 Email = "anusha@docker.com" 196 GitHub = "anusha-ragunathan" 197 198 [people.calavera] 199 Name = "David Calavera" 200 Email = "david.calavera@gmail.com" 201 GitHub = "calavera" 202 203 [people.coolljt0725] 204 Name = "Lei Jitang" 205 Email = "leijitang@huawei.com" 206 GitHub = "coolljt0725" 207 208 [people.cpuguy83] 209 Name = "Brian Goff" 210 Email = "cpuguy83@gmail.com" 211 Github = "cpuguy83" 212 213 [people.crosbymichael] 214 Name = "Michael Crosby" 215 Email = "crosbymichael@gmail.com" 216 GitHub = "crosbymichael" 217 218 [people.dnephin] 219 Name = "Daniel Nephin" 220 Email = "dnephin@gmail.com" 221 GitHub = "dnephin" 222 223 [people.duglin] 224 Name = "Doug Davis" 225 Email = "dug@us.ibm.com" 226 GitHub = "duglin" 227 228 [people.ehazlett] 229 Name = "Evan Hazlett" 230 Email = "ejhazlett@gmail.com" 231 GitHub = "ehazlett" 232 233 [people.erikh] 234 Name = "Erik Hollensbe" 235 Email = "erik@docker.com" 236 GitHub = "erikh" 237 238 [people.estesp] 239 Name = "Phil Estes" 240 Email = "estesp@linux.vnet.ibm.com" 241 GitHub = "estesp" 242 243 [people.icecrime] 244 Name = "Arnaud Porterie" 245 Email = "arnaud@docker.com" 246 GitHub = "icecrime" 247 248 [people.jamtur01] 249 Name = "James Turnbull" 250 Email = "james@lovedthanlost.net" 251 GitHub = "jamtur01" 252 253 [people.jhowardmsft] 254 Name = "John Howard" 255 Email = "jhoward@microsoft.com" 256 GitHub = "jhowardmsft" 257 258 [people.jessfraz] 259 Name = "Jessie Frazelle" 260 Email = "jess@linux.com" 261 GitHub = "jessfraz" 262 263 [people.justincormack] 264 Name = "Justin Cormack" 265 Email = "justin.cormack@docker.com" 266 GitHub = "justincormack" 267 268 [people.lk4d4] 269 Name = "Alexander Morozov" 270 Email = "lk4d4@docker.com" 271 GitHub = "lk4d4" 272 273 [people.mavenugo] 274 Name = "Madhu Venugopal" 275 Email = "madhu@docker.com" 276 GitHub = "mavenugo" 277 278 [people.mgoelzer] 279 Name = "Mike Goelzer" 280 Email = "mike.goelzer@docker.com" 281 GitHub = "mgoelzer" 282 283 [people.mhbauer] 284 Name = "Morgan Bauer" 285 Email = "mbauer@us.ibm.com" 286 GitHub = "mhbauer" 287 288 [people.misty] 289 Name = "Misty Stanley-Jones" 290 Email = "misty@docker.com" 291 GitHub = "mstanleyjones" 292 293 [people.mlaventure] 294 Name = "Kenfe-Mickaël Laventure" 295 Email = "mickael.laventure@docker.com" 296 GitHub = "mlaventure" 297 298 [people.moxiegirl] 299 Name = "Mary Anthony" 300 Email = "mary.anthony@docker.com" 301 GitHub = "moxiegirl" 302 303 [people.mrjana] 304 Name = "Jana Radhakrishnan" 305 Email = "mrjana@docker.com" 306 GitHub = "mrjana" 307 308 [people.programmerq] 309 Name = "Jeff Anderson" 310 Email = "jeff@docker.com" 311 GitHub = "programmerq" 312 313 [people.runcom] 314 Name = "Antonio Murdaca" 315 Email = "runcom@redhat.com" 316 GitHub = "runcom" 317 318 [people.shykes] 319 Name = "Solomon Hykes" 320 Email = "solomon@docker.com" 321 GitHub = "shykes" 322 323 [people.stevvooe] 324 Name = "Stephen Day" 325 Email = "stephen.day@docker.com" 326 GitHub = "stevvooe" 327 328 [people.sven] 329 Name = "Sven Dowideit" 330 Email = "SvenDowideit@home.org.au" 331 GitHub = "SvenDowideit" 332 333 [people.thajeztah] 334 Name = "Sebastiaan van Stijn" 335 Email = "github@gone.nl" 336 GitHub = "thaJeztah" 337 338 [people.tianon] 339 Name = "Tianon Gravi" 340 Email = "admwiggin@gmail.com" 341 GitHub = "tianon" 342 343 [people.tibor] 344 Name = "Tibor Vass" 345 Email = "tibor@docker.com" 346 GitHub = "tiborvass" 347 348 [people.tonistiigi] 349 Name = "Tõnis Tiigi" 350 Email = "tonis@docker.com" 351 GitHub = "tonistiigi" 352 353 [people.unclejack] 354 Name = "Cristian Staretu" 355 Email = "cristian.staretu@gmail.com" 356 GitHub = "unclejack" 357 358 [people.vbatts] 359 Name = "Vincent Batts" 360 Email = "vbatts@redhat.com" 361 GitHub = "vbatts" 362 363 [people.vdemeester] 364 Name = "Vincent Demeester" 365 Email = "vincent@sbr.pm" 366 GitHub = "vdemeester" 367 368 [people.vieux] 369 Name = "Victor Vieux" 370 Email = "vieux@docker.com" 371 GitHub = "vieux" 372 373 [people.vishh] 374 Name = "Vishnu Kannan" 375 Email = "vishnuk@google.com" 376 GitHub = "vishh"