overlay (updater)

Published 2025-03-09 20:00:08 +00:00 by jaredallard in jaredallard/overlay

Installation

docker pull git.rgst.io/jaredallard/overlay:updater
sha256:787cc392895e8d769adba9cf3cc69bb6e5ce832e45b4bfe42b517fbeb9da178c

Image layers

WORKDIR /
COPY /gentoo/ / # buildkit
CMD ["/bin/bash"]
LABEL org.opencontainers.image.source=https://github.com/jaredallard/overlay
WORKDIR /src/updater
RUN /bin/sh -c export MAKEOPTS="-j$(nproc)" && export GENTOO_MIRRORS="https://gentoo.rgst.io/gentoo" && emerge-webrsync && emerge -v dev-vcs/git net-misc/aria2 && ACCEPT_KEYWORDS="~amd64 ~arm64" emerge -v app-portage/pycargoebuild && emerge -v app-portage/gentoolkit && eclean --deep packages && eclean --deep distfiles # buildkit
RUN /bin/sh -c curl https://mise.run | sh # buildkit
ENV PATH=/root/.local/bin:/root/.local/share/mise/shims:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUN /bin/sh -c set -e; whoami; echo "$HOME"; mise --version # buildkit

Labels

Key Value
org.opencontainers.image.source https://github.com/jaredallard/overlay
Details
Container
2025-03-09 20:00:08 +00:00
4
OCI / Docker
linux/amd64
501 MiB
Versions (1) View all
updater 2025-03-09