Browse Source

doc: add Docker WG

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: https://github.com/iojs/io.js/pull/1134
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-by: Chris Dickinson <christopher.s.dickinson@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
v1.8.0-commit
Peter Petrov 10 years ago
committed by Jeremiah Senkpiel
parent
commit
679596c848
  1. 13
      WORKING_GROUPS.md

13
WORKING_GROUPS.md

@ -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)
@ -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.
@ -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

Loading…
Cancel
Save