From 679596c8483340bf6df65cd4a647a2c4196af6fb Mon Sep 17 00:00:00 2001 From: Peter Petrov Date: Wed, 1 Apr 2015 15:50:05 +0200 Subject: [PATCH] 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 Reviewed-By: Colin Ihrig Reviewed-by: Chris Dickinson Reviewed-By: Jeremiah Senkpiel --- WORKING_GROUPS.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/WORKING_GROUPS.md b/WORKING_GROUPS.md index a4630f9..856188a 100644 --- a/WORKING_GROUPS.md +++ b/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 -- 2.7.4