aboutsummaryrefslogtreecommitdiff
blob: a53c8711882d23d49cdc8327a01183f7c72f3a99 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Gentoo Docker Images

A repository of Dockerfiles and utilities for generating Gentoo docker images.

Currently we are working on adding amd64 images and will expand into other
arches over time.

## Inventory

* portage

# Contributing

Join us at irc://freenode.net/#gentoo-containers.  We'd love to hear any ideas.

## Policy

* use topic branches (i.e. foo) and fix branches (i.e. fix/foo) when submitting
  pull requests
* make meaningful commits ideally with the following form:
  * subject line–what this commit does
  * blank line
  * body–why this commit is necessary or desired
* pull requests should not include merge commits
* use amend and rebase to fix commits after a pull request has been submitted