Gentoo Linux docker images automatically built from the latest stage3 release and portage tree.
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
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