• Joined on 2025-12-01

gentoo-utils-builder (latest)

Published 2025-12-01 21:41:22 -06:00 by penguin

Installation

docker pull git.epenguin.net/penguin/gentoo-utils-builder:latest
sha256:8b7a94ac939b44c59af21fa963281d9bd62bee8890c240aa080fde7bb74a26f5

Image Layers

WORKDIR /
COPY /gentoo/ / # buildkit
CMD ["/bin/bash"]
USER root
RUN /bin/sh -c mkdir -p /var/cache/distfiles && chmod 755 /var/cache/distfiles && chown -R portage:portage /var/cache/distfiles # buildkit
RUN /bin/sh -c echo "BINPKG_FORMAT=\"gpkg\"" >> /etc/portage/make.conf # buildkit
RUN /bin/sh -c echo "EMERGE_DEFAULT_OPTS=\"\${EMERGE_DEFAULT_OPTS} --getbinpkg\"" >> /etc/portage/make.conf # buildkit
RUN /bin/sh -c echo "FEATURES=\"getbinpkg\"" >> /etc/portage/make.conf # buildkit
RUN /bin/sh -c getuto # buildkit
RUN /bin/sh -c emerge-webrsync && emerge --sync # buildkit
RUN /bin/sh -c echo "=dev-build/meson-9999 **" >> /etc/portage/package.accept_keywords/package.accept # buildkit
RUN /bin/sh -c emerge --ask=n =dev-build/meson-9999 # buildkit
RUN /bin/sh -c meson --version # buildkit
RUN /bin/sh -c curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly # buildkit
RUN /bin/sh -c source "$HOME/.cargo/env" && rustc --version && cargo --version # buildkit
RUN /bin/sh -c emerge --ask=n dev-vcs/git # buildkit
WORKDIR /workspace
CMD ["/bin/bash"]
Details
Container
2025-12-01 21:41:22 -06:00
0
OCI / Docker
linux/amd64
832 MiB
Versions (1) View all
latest 2025-12-01