aboutsummaryrefslogtreecommitdiff
blob: 4d8e73cfa9a0b3eba2dce5e6bc86a60d63da0d11 (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
26
27
28
29
# 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.

# DockerHub

https://registry.hub.docker.com/u/gentoo/stage3-amd64/

## 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