pkgcheck (latest)
Installation
docker pull gittr.ch/linux/pkgcheck:latestsha256:d4ebb16d3a8be206504e72c7e8c37ccb03061372aad85408abfd2c3c09ee6f13Image 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 net-libs/nodejs # buildkit |
Labels
| Key | Value |
|---|---|
| description | Gentoo pkgcheck image |
| maintainer | manuel@fritteli.ch |