Skip to content

Commit

Permalink
doc: add Docker WG
Browse files Browse the repository at this point in the history
A new `Docker` working group is added to `WORKING_GROUPS.md`.
Also, removed the Docker images responsibility from the `Build`
group's description.

PR-URL: #1134
Reviewed-By: Ben Noordhuis <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-by: Chris Dickinson <[email protected]>
Reviewed-By: Jeremiah Senkpiel <[email protected]>
  • Loading branch information
pesho authored and Fishrock123 committed Apr 4, 2015
1 parent d8578ba commit 679596c
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion WORKING_GROUPS.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ back in to the TC.
* [i18n](#i18n)
* [Evangelism](#evangelism)
* [Roadmap](#roadmap)
* [Docker](#docker)
* [Starting a Working Group](#starting-a-wg)
* [Bootstrap Governance](#bootstrap-governance)

Expand Down Expand Up @@ -67,7 +68,6 @@ Its responsibilities are:
* Produce Packages for all target platforms.
* Run tests.
* Run performance testing and comparisons.
* Creates and manages official docker images.
* Creates and manages build-containers.


Expand Down Expand Up @@ -168,6 +168,17 @@ Their responsibilities are:
* Create Pull Requests for relevant changes to [Roadmap.md](./ROADMAP.md)


### [Docker](https://github.com/iojs/docker-iojs)

The Docker working group's purpose is to build, maintain, and improve official
Docker images for the `io.js` project.

Their responsibilities are:
* Keep the official Docker images updated in line with new `io.js` releases.
* Decide and implement image improvements and/or fixes.
* Maintain and improve the images' documentation.


## Starting a WG

A Working Group is established by first defining a charter that can be
Expand Down

0 comments on commit 679596c

Please sign in to comment.