This repository provides a Docker image based on gentoo/stage3:latest with the Gentoo developer tools pkgdev and pkgcheck pre-installed.
- Automates the creation of a minimal Gentoo environment for package development and QA.
- The image is rebuilt weekly and published as
fsvm88/gentoo-docker-pkgdev-pkgcheck:lateston Docker Hub via GitHub Actions. - Repository data is removed after installation to keep the image lean.
Pull the image from Docker Hub:
# fish shell example
docker pull fsvm88/gentoo-docker-pkgdev-pkgcheck:latestRun a container:
docker run -it fsvm88/gentoo-docker-pkgdev-pkgcheck:latestThis image is useful for Gentoo developers and contributors who need a CI reproducible docker environment ready for pkgcheck runs.