Add readme and rename Dockerfile.

This commit is contained in:
Manuel Friedli 2024-06-23 00:57:30 +02:00
parent c85ebd632f
commit 1cb257c485
Signed by: manuel
GPG key ID: 41D08ABA75634DA1
2 changed files with 24 additions and 0 deletions

View file

@ -1,13 +0,0 @@
# Portage tree.
FROM gentoo/portage:latest as portage
# Base Gentoo image
FROM gentoo/stage3:amd64-nomultilib-openrc as build
LABEL maintainer=manuel@fritteli.ch
LABEL description="Gentoo pkgcheck image"
COPY --from=portage /var/db/repos/gentoo /var/db/repos/gentoo
RUN echo 'FEATURES="-ipc-sandbox -network-sandbox -pid-sandbox"' >> /etc/portage/make.conf
RUN emerge -v --noreplace \
dev-util/pkgcheck \
dev-vcs/git