Team Hydra Docker

hydra-base (noble)

Published 2026-08-13 22:44:14 -04:00 by JakeyPrime

Installation

docker pull git.hep.gg/docker/hydra-base:noble
sha256:349ad3a0298675d41719e12cb5efd6efe5ff618dcdb4cc0d9799b2275012b904

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.version=24.04
ADD file:d938ff3d4eee15d8600de84bf85eac6ecd0f20bc92dfe305dafbff0bdc974c0f in /
CMD ["/bin/bash"]
RUN /bin/sh -c touch /var/mail/ubuntu && chown ubuntu /var/mail/ubuntu && userdel -r ubuntu # buildkit
RUN /bin/sh -c groupadd --gid 1000 container && useradd --uid 1000 --gid container --shell /bin/bash --create-home container # buildkit
ENV USER=container HOME=/home/container
RUN /bin/sh -c sed -i -e 's/archive.ubuntu.com/mirror.hep.gg/g' /etc/apt/sources.list.d/ubuntu.sources && sed -i -e 's/security.ubuntu.com/mirror.hep.gg/g' /etc/apt/sources.list.d/ubuntu.sources && apt clean && apt update && apt install -y ca-certificates curl wget gnupg dirmngr xz-utils git libatomic1 nodejs lsb-release -o 'Acquire::Retries=10' && apt install -y npm make build-essential -o 'Acquire::Retries=10' && rm -rf /var/lib/apt/lists/* && npm set registry https://npm.hep.gg/ && npm i -g n pm2 yarn && hash -r && yarn config set registry https://npm.hep.gg/ && n stable && npm i -g npm@latest && apt-get purge -y --auto-remove -o APT::AutoRemove::RecommendsImportant=false && apt autoremove -y && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c git config --system pull.rebase false && git config --system --add safe.directory /mnt/server && npm config set registry https://npm.hep.gg/ --location=global && rm -f /home/container/.npmrc # buildkit
WORKDIR /home/container/

Labels

Key Value
org.opencontainers.image.version 24.04
Details
Container
2026-08-13 22:44:14 -04:00
9
OCI / Docker
linux/amd64
340 MiB
Versions (1) View all
noble 2026-08-13