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