base-image (v3)
Published 2026-08-08 23:39:25 +02:00 by ex
Installation
docker pull fgj.jsv.dedyn.io/ex/base-image:v3sha256:af39af979893ecb3926a4d7cedb5ee65d3830fd2a116b3195bdb127b3aee137eImage layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1785715200' |
| /bin/sh -c apt-get update && apt-get install -y curl xz-utils bash ca-certificates git nodejs && rm -rf /var/lib/apt/lists/* |
| /bin/sh -c curl --proto '=https' --tlsv1.2 -sSf -L https://install.determinate.systems/nix | sh -s -- install linux --extra-conf "sandbox = false" --init none --no-confirm |
| /bin/sh -c mkdir -p /etc/nix && echo "experimental-features = nix-command flakes" > /etc/nix/nix.conf |
| ENV PATH="/nix/var/nix/profiles/default/bin:/root/.nix-profile/bin:$PATH" |
Labels
| Key | Value |
|---|---|
| io.buildah.version | 1.43.1 |