niyaton / gentoo-docker-images

Common effort to get an official and automated gentoo base docker container

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gentoo Docker Images

A collection of Dockerfiles for generating Gentoo docker images.

These images are intended to be created automatically by docker hub and include basic stage3 images and an image usable as a /usr/portage volume.

DockerHub

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

Inventory

  • portage
  • stage3
    • stage3-amd64
      • stage3-amd64-hardened
      • stage3-amd64-nomultilib

Contributing

We'd love to hear any ideas. Feel free to contact us via any of the following methods:

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

About

Common effort to get an official and automated gentoo base docker container

License:GNU General Public License v2.0


Languages

Language:Shell 100.0%