runner-images/nix (latest-fb3af008f94af6ef52fe928a1108e8557c1075e3)

Published 2026-06-06 23:20:09 +05:00 by hayshin

Installation

docker pull git.hayshin.dev/infra/runner-images/nix:latest-fb3af008f94af6ef52fe928a1108e8557c1075e3
sha256:ec67997046dd5b49011220b028b8833d9dbdb7265f77bf7e284d987915f923c5

About this package

Forgejo Actions runner image with Nix, nodejs_22 from pinned nixpkgs, git, bash, curl, certificates, and common POSIX tools

Image layers

ARG VCS_REF
ARG BUILD_DATE VCS_REF
ARG BUILD_DATE IMAGE_VERSION VCS_REF
LABEL org.opencontainers.image.source="https://git.hayshin.dev/infra/runner-images" org.opencontainers.image.description="Forgejo Actions runner image with Nix, nodejs_22 from pinned nixpkgs, git, bash, curl, certificates, and common POSIX tools" org.opencontainers.image.revision="${VCS_REF}" org.opencontainers.image.created="${BUILD_DATE}" org.opencontainers.image.version="${IMAGE_VERSION}"
ARG BUILD_DATE IMAGE_VERSION NIXPKGS_REV VCS_REF
ARG BUILD_DATE IMAGE_VERSION NIXPKGS_REV NIXPKGS_SHA256 VCS_REF
ARG BUILD_DATE IMAGE_VERSION NIXPKGS_REV NIXPKGS_SHA256 NODE_VERSION VCS_REF
|6 BUILD_DATE=2026-06-06T18:16:10Z IMAGE_VERSION=latest NIXPKGS_REV=50ab793786d9de88ee30ec4e4c24fb4236fc2674 NIXPKGS_SHA256=1s2gr5rcyqvpr58vxdcb095mdhblij9bfzaximrva2243aal3dgx NODE_VERSION=22.16.0 VCS_REF=fb3af008f94af6ef52fe928a1108e8557c1075e3 /bin/sh -c set -eux; nixpkgs_path="$(nix-instantiate --eval --read-write-mode -E "builtins.fetchTarball { url = \"https://github.com/NixOS/nixpkgs/archive/${NIXPKGS_REV}.tar.gz\"; sha256 = \"${NIXPKGS_SHA256}\"; }" | tr -d '\"')"; mkdir -p /nix/var/nix/profiles/per-user/root/channels /nix/var/nix/gcroots/per-user/root; ln -sfn "${nixpkgs_path}" /nix/var/nix/profiles/per-user/root/channels/nixpkgs; ln -sfn "${nixpkgs_path}" /nix/var/nix/gcroots/per-user/root/nixpkgs; nix-env -e git-minimal || true; nix-env -f "${nixpkgs_path}" -iA bashInteractive cacert coreutils curl findutils gawk git gnugrep gnused gnutar gzip nodejs_22 which; node --version | grep -Fx "v${NODE_VERSION}"; nix-collect-garbage -d
ENV SSL_CERT_FILE=/root/.nix-profile/etc/ssl/certs/ca-bundle.crt NIX_SSL_CERT_FILE=/root/.nix-profile/etc/ssl/certs/ca-bundle.crt NIX_PATH=nixpkgs=/nix/var/nix/profiles/per-user/root/channels/nixpkgs
SHELL ["/root/.nix-profile/bin/bash", "-c"]
CMD ["/root/.nix-profile/bin/bash"]
LABEL "org.opencontainers.image.revision"="fb3af008f94af6ef52fe928a1108e8557c1075e3" "org.opencontainers.image.source"="https://git.hayshin.dev/infra/runner-images" "org.opencontainers.image.ref.name"="main"

Labels

Key Value
io.buildah.version 1.43.0
org.opencontainers.image.created 2026-06-06T18:16:10Z
org.opencontainers.image.description Forgejo Actions runner image with Nix, nodejs_22 from pinned nixpkgs, git, bash, curl, certificates, and common POSIX tools
org.opencontainers.image.ref.name main
org.opencontainers.image.revision fb3af008f94af6ef52fe928a1108e8557c1075e3
org.opencontainers.image.source https://git.hayshin.dev/infra/runner-images
org.opencontainers.image.version latest
Details
Container
2026-06-06 23:20:09 +05:00
0
OCI / Docker
linux/amd64
498 MiB
Versions (8) View all