diff options
author | Alex Brandt <alunduil@alunduil.com> | 2015-09-06 20:34:19 -0500 |
---|---|---|
committer | Alex Brandt <alunduil@alunduil.com> | 2015-09-06 20:34:19 -0500 |
commit | 19b1d60378c717a8956253cf8beb09bd2daa4f08 (patch) | |
tree | bc8fd3e8375a3de7f95049147f751d05a2d534f7 | |
parent | Merge pull request #20 from ahyangyi/fix/mkdir (diff) | |
parent | add updated details about images to README (diff) | |
download | docker-images-19b1d60378c717a8956253cf8beb09bd2daa4f08.tar.gz docker-images-19b1d60378c717a8956253cf8beb09bd2daa4f08.tar.bz2 docker-images-19b1d60378c717a8956253cf8beb09bd2daa4f08.zip |
Merge pull request #19 from alunduil/update-readme
add updated details about images to README
-rw-r--r-- | README.md | 18 |
1 files changed, 14 insertions, 4 deletions
@@ -1,9 +1,10 @@ # Gentoo Docker Images -A repository of Dockerfiles and utilities for generating Gentoo docker images. +A collection of Dockerfiles for generating Gentoo docker images. -Currently we are working on adding amd64 images and will expand into other -arches over time. +These images are intended to be created automatically by +[docker hub](https://hub.docker.com/u/gentoo/dashboard/) and include basic +stage3 images and an image usable as a `/usr/portage` volume. # DockerHub @@ -12,10 +13,19 @@ https://registry.hub.docker.com/u/gentoo/stage3-amd64/ ## Inventory * portage +* stage3 + * stage3-amd64 + * stage3-adm64-hardened + * stage3-amd64-nomultilib # Contributing -Join us at irc://freenode.net/#gentoo-containers. We'd love to hear any ideas. +We'd love to hear any ideas. Feel free to contact us via any of the following +methods: + +* IRC: irc://freenode.net/#gentoo-containers +* EMAIL: gentoo-containers@lists.gentoo.org +* GITHUB: https://github.com/gentoo/gentoo-docker-images ## Policy |