github.com/jwhonce/docker@v0.6.7-0.20190327063223-da823cf3a5a3/MAINTAINERS (about) 1 # Moby maintainers file 2 # 3 # This file describes the maintainer groups within the moby/moby project. 4 # More detail on Moby project governance is available in the 5 # project/GOVERNANCE.md file found in this repository. 6 # 7 # It is structured to be consumable by both humans and programs. 8 # To extract its contents programmatically, use any TOML-compliant 9 # parser. 10 # 11 # TODO(estesp): This file should not necessarily depend on docker/opensource 12 # This file is compiled into the MAINTAINERS file in docker/opensource. 13 # 14 [Org] 15 16 [Org."Core maintainers"] 17 18 # The Core maintainers are the ghostbusters of the project: when there's a problem others 19 # can't solve, they show up and fix it with bizarre devices and weaponry. 20 # They have final say on technical implementation and coding style. 21 # They are ultimately responsible for quality in all its forms: usability polish, 22 # bugfixes, performance, stability, etc. When ownership can cleanly be passed to 23 # a subsystem, they are responsible for doing so and holding the 24 # subsystem maintainers accountable. If ownership is unclear, they are the de facto owners. 25 26 people = [ 27 "aaronlehmann", 28 "akihirosuda", 29 "anusha", 30 "coolljt0725", 31 "cpuguy83", 32 "crosbymichael", 33 "dnephin", 34 "duglin", 35 "estesp", 36 "jhowardmsft", 37 "johnstep", 38 "justincormack", 39 "kolyshkin", 40 "mhbauer", 41 "mlaventure", 42 "runcom", 43 "stevvooe", 44 "thajeztah", 45 "tianon", 46 "tibor", 47 "tonistiigi", 48 "unclejack", 49 "vdemeester", 50 "vieux", 51 "yongtang" 52 ] 53 54 [Org.Curators] 55 56 # The curators help ensure that incoming issues and pull requests are properly triaged and 57 # that our various contribution and reviewing processes are respected. With their knowledge of 58 # the repository activity, they can also guide contributors to relevant material or 59 # discussions. 60 # 61 # They are neither code nor docs reviewers, so they are never expected to merge. They can 62 # however: 63 # - close an issue or pull request when it's an exact duplicate 64 # - close an issue or pull request when it's inappropriate or off-topic 65 66 people = [ 67 "alexellis", 68 "andrewhsu", 69 "anonymuse", 70 "chanwit", 71 "fntlnz", 72 "gianarb", 73 "olljanat", 74 "programmerq", 75 "rheinwein", 76 "ripcurld", 77 "thajeztah" 78 ] 79 80 [Org.Alumni] 81 82 # This list contains maintainers that are no longer active on the project. 83 # It is thanks to these people that the project has become what it is today. 84 # Thank you! 85 86 people = [ 87 # Harald Albers is the mastermind behind the bash completion scripts for the 88 # Docker CLI. The completion scripts moved to the Docker CLI repository, so 89 # you can now find him perform his magic in the https://github.com/docker/cli repository. 90 "albers", 91 92 # Andrea Luzzardi started contributing to the Docker codebase in the "dotCloud" 93 # era, even before it was called "Docker". He is one of the architects of both 94 # Swarm and SwarmKit, and its integration into the Docker engine. 95 "aluzzardi", 96 97 # David Calavera contributed many features to Docker, such as an improved 98 # event system, dynamic configuration reloading, volume plugins, fancy 99 # new templating options, and an external client credential store. As a 100 # maintainer, David was release captain for Docker 1.8, and competing 101 # with Jess Frazelle to be "top dream killer". 102 # David is now doing amazing stuff as CTO for https://www.netlify.com, 103 # and tweets as @calavera. 104 "calavera", 105 106 # As a maintainer, Erik was responsible for the "builder", and 107 # started the first designs for the new networking model in 108 # Docker. Erik is now working on all kinds of plugins for Docker 109 # (https://github.com/contiv) and various open source projects 110 # in his own repository https://github.com/erikh. You may 111 # still stumble into him in our issue tracker, or on IRC. 112 "erikh", 113 114 # Evan Hazlett is the creator of of the Shipyard and Interlock open source projects, 115 # and the author of "Orca", which became the foundation of Docker Universal Control 116 # Plane (UCP). As a maintainer, Evan helped integrating SwarmKit (secrets, tasks) 117 # into the Docker engine. 118 "ehazlett", 119 120 # Arnaud Porterie (AKA "icecrime") was in charge of maintaining the maintainers. 121 # As a maintainer, he made life easier for contributors to the Docker open-source 122 # projects, bringing order in the chaos by designing a triage- and review workflow 123 # using labels (see https://icecrime.net/technology/a-structured-approach-to-labeling/), 124 # and automating the hell out of things with his buddies GordonTheTurtle and Poule 125 # (a chicken!). 126 # 127 # A lesser-known fact is that he created the first commit in the libnetwork repository 128 # even though he didn't know anything about it. Some say, he's now selling stuff on 129 # the internet ;-) 130 "icecrime", 131 132 # After a false start with his first PR being rejected, James Turnbull became a frequent 133 # contributor to the documentation, and became a docs maintainer on December 5, 2013. As 134 # a maintainer, James lifted the docs to a higher standard, and introduced the community 135 # guidelines ("three strikes"). James is currently changing the world as CTO of https://www.empatico.org, 136 # meanwhile authoring various books that are worth checking out. You can find him on Twitter, 137 # rambling as @kartar, and although no longer active as a maintainer, he's always "game" to 138 # help out reviewing docs PRs, so you may still see him around in the repository. 139 "jamtur01", 140 141 # Jessica Frazelle, also known as the "Keyser Söze of containers", 142 # runs *everything* in containers. She started contributing to 143 # Docker with a (fun fun) change involving both iptables and regular 144 # expressions (coz, YOLO!) on July 10, 2014 145 # https://github.com/docker/docker/pull/6950/commits/f3a68ffa390fb851115c77783fa4031f1d3b2995. 146 # Jess was Release Captain for Docker 1.4, 1.6 and 1.7, and contributed 147 # many features and improvement, among which "seccomp profiles" (making 148 # containers a lot more secure). Besides being a maintainer, she 149 # set up the CI infrastructure for the project, giving everyone 150 # something to shout at if a PR failed ("noooo Janky!"). 151 # Be sure you don't miss her talks at a conference near you (a must-see), 152 # read her blog at https://blog.jessfraz.com (a must-read), and 153 # check out her open source projects on GitHub https://github.com/jessfraz (a must-try). 154 "jessfraz", 155 156 # Alexander Morozov contributed many features to Docker, worked on the premise of 157 # what later became containerd (and worked on that too), and made a "stupid" Go 158 # vendor tool specifically for docker/docker needs: vndr (https://github.com/LK4D4/vndr). 159 # Not many know that Alexander is a master negotiator, being able to change course 160 # of action with a single "Nope, we're not gonna do that". 161 "lk4d4", 162 163 # Madhu Venugopal was part of the SocketPlane team that joined Docker. 164 # As a maintainer, he was working with Jana for the Container Network 165 # Model (CNM) implemented through libnetwork, and the "routing mesh" powering 166 # Swarm mode networking. 167 "mavenugo", 168 169 # As a docs maintainer, Mary Anthony contributed greatly to the Docker 170 # docs. She wrote the Docker Contributor Guide and Getting Started 171 # Guides. She helped create a doc build system independent of 172 # docker/docker project, and implemented a new docs.docker.com theme and 173 # nav for 2015 Dockercon. Fun fact: the most inherited layer in DockerHub 174 # public repositories was originally referenced in 175 # maryatdocker/docker-whale back in May 2015. 176 "moxiegirl", 177 178 # Jana Radhakrishnan was part of the SocketPlane team that joined Docker. 179 # As a maintainer, he was the lead architect for the Container Network 180 # Model (CNM) implemented through libnetwork, and the "routing mesh" powering 181 # Swarm mode networking. 182 # 183 # Jana started new adventures in networking, but you can find him tweeting as @mrjana, 184 # coding on GitHub https://github.com/mrjana, and he may be hiding on the Docker Community 185 # slack channel :-) 186 "mrjana", 187 188 # Sven Dowideit became a well known person in the Docker ecosphere, building 189 # boot2docker, and became a regular contributor to the project, starting as 190 # early as October 2013 (https://github.com/docker/docker/pull/2119), to become 191 # a maintainer less than two months later (https://github.com/docker/docker/pull/3061). 192 # 193 # As a maintainer, Sven took on the task to convert the documentation from 194 # ReStructuredText to Markdown, migrate to Hugo for generating the docs, and 195 # writing tooling for building, testing, and publishing them. 196 # 197 # If you're not in the occasion to visit "the Australian office", you 198 # can keep up with Sven on Twitter (@SvenDowideit), his blog http://fosiki.com, 199 # and of course on GitHub. 200 "sven", 201 202 # Vincent "vbatts!" Batts made his first contribution to the project 203 # in November 2013, to become a maintainer a few months later, on 204 # May 10, 2014 (https://github.com/docker/docker/commit/d6e666a87a01a5634c250358a94c814bf26cb778). 205 # As a maintainer, Vincent made important contributions to core elements 206 # of Docker, such as "distribution" (tarsum) and graphdrivers (btrfs, devicemapper). 207 # He also contributed the "tar-split" library, an important element 208 # for the content-addressable store. 209 # Vincent is currently a member of the Open Containers Initiative 210 # Technical Oversight Board (TOB), besides his work at Red Hat and 211 # Project Atomic. You can still find him regularly hanging out in 212 # our repository and the #docker-dev and #docker-maintainers IRC channels 213 # for a chat, as he's always a lot of fun. 214 "vbatts", 215 216 # Vishnu became a maintainer to help out on the daemon codebase and 217 # libcontainer integration. He's currently involved in the 218 # Open Containers Initiative, working on the specifications, 219 # besides his work on cAdvisor and Kubernetes for Google. 220 "vishh" 221 ] 222 223 [people] 224 225 # A reference list of all people associated with the project. 226 # All other sections should refer to people by their canonical key 227 # in the people section. 228 229 # ADD YOURSELF HERE IN ALPHABETICAL ORDER 230 231 [people.aaronlehmann] 232 Name = "Aaron Lehmann" 233 Email = "aaron.lehmann@docker.com" 234 GitHub = "aaronlehmann" 235 236 [people.alexellis] 237 Name = "Alex Ellis" 238 Email = "alexellis2@gmail.com" 239 GitHub = "alexellis" 240 241 [people.akihirosuda] 242 Name = "Akihiro Suda" 243 Email = "suda.akihiro@lab.ntt.co.jp" 244 GitHub = "AkihiroSuda" 245 246 [people.aluzzardi] 247 Name = "Andrea Luzzardi" 248 Email = "al@docker.com" 249 GitHub = "aluzzardi" 250 251 [people.albers] 252 Name = "Harald Albers" 253 Email = "github@albersweb.de" 254 GitHub = "albers" 255 256 [people.andrewhsu] 257 Name = "Andrew Hsu" 258 Email = "andrewhsu@docker.com" 259 GitHub = "andrewhsu" 260 261 [people.anonymuse] 262 Name = "Jesse White" 263 Email = "anonymuse@gmail.com" 264 GitHub = "anonymuse" 265 266 [people.anusha] 267 Name = "Anusha Ragunathan" 268 Email = "anusha@docker.com" 269 GitHub = "anusha-ragunathan" 270 271 [people.calavera] 272 Name = "David Calavera" 273 Email = "david.calavera@gmail.com" 274 GitHub = "calavera" 275 276 [people.coolljt0725] 277 Name = "Lei Jitang" 278 Email = "leijitang@huawei.com" 279 GitHub = "coolljt0725" 280 281 [people.cpuguy83] 282 Name = "Brian Goff" 283 Email = "cpuguy83@gmail.com" 284 GitHub = "cpuguy83" 285 286 [people.chanwit] 287 Name = "Chanwit Kaewkasi" 288 Email = "chanwit@gmail.com" 289 GitHub = "chanwit" 290 291 [people.crosbymichael] 292 Name = "Michael Crosby" 293 Email = "crosbymichael@gmail.com" 294 GitHub = "crosbymichael" 295 296 [people.dnephin] 297 Name = "Daniel Nephin" 298 Email = "dnephin@gmail.com" 299 GitHub = "dnephin" 300 301 [people.duglin] 302 Name = "Doug Davis" 303 Email = "dug@us.ibm.com" 304 GitHub = "duglin" 305 306 [people.ehazlett] 307 Name = "Evan Hazlett" 308 Email = "ejhazlett@gmail.com" 309 GitHub = "ehazlett" 310 311 [people.erikh] 312 Name = "Erik Hollensbe" 313 Email = "erik@docker.com" 314 GitHub = "erikh" 315 316 [people.estesp] 317 Name = "Phil Estes" 318 Email = "estesp@linux.vnet.ibm.com" 319 GitHub = "estesp" 320 321 [people.fntlnz] 322 Name = "Lorenzo Fontana" 323 Email = "fontanalorenz@gmail.com" 324 GitHub = "fntlnz" 325 326 [people.gianarb] 327 Name = "Gianluca Arbezzano" 328 Email = "ga@thumpflow.com" 329 GitHub = "gianarb" 330 331 [people.icecrime] 332 Name = "Arnaud Porterie" 333 Email = "icecrime@gmail.com" 334 GitHub = "icecrime" 335 336 [people.jamtur01] 337 Name = "James Turnbull" 338 Email = "james@lovedthanlost.net" 339 GitHub = "jamtur01" 340 341 [people.jhowardmsft] 342 Name = "John Howard" 343 Email = "jhoward@microsoft.com" 344 GitHub = "jhowardmsft" 345 346 [people.jessfraz] 347 Name = "Jessie Frazelle" 348 Email = "jess@linux.com" 349 GitHub = "jessfraz" 350 351 [people.johnstep] 352 Name = "John Stephens" 353 Email = "johnstep@docker.com" 354 GitHub = "johnstep" 355 356 [people.justincormack] 357 Name = "Justin Cormack" 358 Email = "justin.cormack@docker.com" 359 GitHub = "justincormack" 360 361 [people.kolyshkin] 362 Name = "Kir Kolyshkin" 363 Email = "kolyshkin@gmail.com" 364 GitHub = "kolyshkin" 365 366 [people.lk4d4] 367 Name = "Alexander Morozov" 368 Email = "lk4d4@docker.com" 369 GitHub = "lk4d4" 370 371 [people.mavenugo] 372 Name = "Madhu Venugopal" 373 Email = "madhu@docker.com" 374 GitHub = "mavenugo" 375 376 [people.mhbauer] 377 Name = "Morgan Bauer" 378 Email = "mbauer@us.ibm.com" 379 GitHub = "mhbauer" 380 381 [people.mlaventure] 382 Name = "Kenfe-Mickaël Laventure" 383 Email = "mickael.laventure@gmail.com" 384 GitHub = "mlaventure" 385 386 [people.moxiegirl] 387 Name = "Mary Anthony" 388 Email = "mary.anthony@docker.com" 389 GitHub = "moxiegirl" 390 391 [people.mrjana] 392 Name = "Jana Radhakrishnan" 393 Email = "mrjana@docker.com" 394 GitHub = "mrjana" 395 396 [people.olljanat] 397 Name = "Olli Janatuinen" 398 Email = "olli.janatuinen@gmail.com" 399 GitHub = "olljanat" 400 401 [people.programmerq] 402 Name = "Jeff Anderson" 403 Email = "jeff@docker.com" 404 GitHub = "programmerq" 405 406 [people.rheinwein] 407 Name = "Laura Frank" 408 Email = "laura@codeship.com" 409 GitHub = "rheinwein" 410 411 [people.ripcurld] 412 Name = "Boaz Shuster" 413 Email = "ripcurld.github@gmail.com" 414 GitHub = "ripcurld" 415 416 [people.runcom] 417 Name = "Antonio Murdaca" 418 Email = "runcom@redhat.com" 419 GitHub = "runcom" 420 421 [people.shykes] 422 Name = "Solomon Hykes" 423 Email = "solomon@docker.com" 424 GitHub = "shykes" 425 426 [people.stevvooe] 427 Name = "Stephen Day" 428 Email = "stephen.day@docker.com" 429 GitHub = "stevvooe" 430 431 [people.sven] 432 Name = "Sven Dowideit" 433 Email = "SvenDowideit@home.org.au" 434 GitHub = "SvenDowideit" 435 436 [people.thajeztah] 437 Name = "Sebastiaan van Stijn" 438 Email = "github@gone.nl" 439 GitHub = "thaJeztah" 440 441 [people.tianon] 442 Name = "Tianon Gravi" 443 Email = "admwiggin@gmail.com" 444 GitHub = "tianon" 445 446 [people.tibor] 447 Name = "Tibor Vass" 448 Email = "tibor@docker.com" 449 GitHub = "tiborvass" 450 451 [people.tonistiigi] 452 Name = "Tõnis Tiigi" 453 Email = "tonis@docker.com" 454 GitHub = "tonistiigi" 455 456 [people.unclejack] 457 Name = "Cristian Staretu" 458 Email = "cristian.staretu@gmail.com" 459 GitHub = "unclejack" 460 461 [people.vbatts] 462 Name = "Vincent Batts" 463 Email = "vbatts@redhat.com" 464 GitHub = "vbatts" 465 466 [people.vdemeester] 467 Name = "Vincent Demeester" 468 Email = "vincent@sbr.pm" 469 GitHub = "vdemeester" 470 471 [people.vieux] 472 Name = "Victor Vieux" 473 Email = "vieux@docker.com" 474 GitHub = "vieux" 475 476 [people.vishh] 477 Name = "Vishnu Kannan" 478 Email = "vishnuk@google.com" 479 GitHub = "vishh" 480 481 [people.yongtang] 482 Name = "Yong Tang" 483 Email = "yong.tang.github@outlook.com" 484 GitHub = "yongtang"