Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 1.59 KB

README.md

File metadata and controls

54 lines (38 loc) · 1.59 KB

Gentoo Linux docker images

Gentoo Linux docker images automatically built from the latest stage3 release and portage tree.

gentoo Docker Pulls

A Gentoo Linux docker image with minimal reconfiguration from the standard distribution.

Modified settings:

FEATURES="-ipc-sandbox -network-sandbox -pid-sandbox -sandbox -usersandbox"
MAKEOPTS="-j3"
USE="bindist caps"
EMERGE_DEFAULT_OPTS="--quiet-build y --verbose-conflicts"

More information can be found in the package registry.

Alternatively the docker image may be pulled from our Docker Hub repository in the usual way.

# docker pull madhacking/gentoo

gentoo-testrunner Docker Pulls

A Gentoo Linux docker image with some additional utilities used by the hacking-gentoo test / check / release actions.

Installed packages:

app-misc/jq
app-portage/gentoolbox
app-portage/gentoolkit
app-portage/repoman
dev-perl/File-MimeInfo
dev-libs/github-action-lib
dev-util/codecov-bash
dev-util/kcov
dev-util/shellcheck-bin
dev-vcs/hub-bin
net-libs/libsmi

More information can be found in the package registry.

Alternatively the docker image may be pulled from our Docker Hub repository in the usual way.

# docker pull madhacking/gentoo-testrunner