pkgcheck (20251210)
Installation
docker pull gittr.ch/linux/pkgcheck:20251210sha256:184ce0354dc1c1cabfb6c21147a6f3a00697f3c9ead63e8e29d0aaf728aff302Image layers
| WORKDIR / |
| COPY /gentoo/ / # buildkit |
| CMD ["/bin/bash"] |
| LABEL maintainer=manuel@fritteli.ch |
| LABEL description=Gentoo pkgcheck image |
| COPY /var/db/repos/gentoo /var/db/repos/gentoo # buildkit |
| RUN /bin/sh -c echo 'FEATURES="-ipc-sandbox -network-sandbox -pid-sandbox"' >> /etc/portage/make.conf # buildkit |
| RUN /bin/sh -c emerge -v --noreplace dev-util/pkgcheck dev-vcs/git # buildkit |
Labels
| Key | Value |
|---|---|
| description | Gentoo pkgcheck image |
| maintainer | manuel@fritteli.ch |