Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Docker working group #1134

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

Its 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