lg-operator (sha256:141b1bb434270a3008b52cbfeda60fb0ec862e00bbad65171fe26cea7b50b03e)
Published 2026-09-06 01:53:13 +00:00 by tgamblin
Installation
docker pull forgejo.baylibre.com/tgamblin/lg-operator@sha256:141b1bb434270a3008b52cbfeda60fb0ec862e00bbad65171fe26cea7b50b03esha256:141b1bb434270a3008b52cbfeda60fb0ec862e00bbad65171fe26cea7b50b03eImage layers
| # debian.sh --arch 'amd64' out/ 'trixie' '@1787529600' |
| ARG DEBIAN_FRONTEND=noninteractive |
| RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c apt-get update && apt-get install -y --no-install-recommends build-essential curl git iproute2 locales netcat-openbsd nodejs openssh-client ovmf pkg-config python3 python3-pip python3-venv python3-dev qemu-system-x86 qemu-system-riscv qemu-utils rsync socat tftp-hpa unzip xz-utils && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN |1 DEBIAN_FRONTEND=noninteractive /bin/sh -c echo 'en_US.UTF-8 UTF-8' >> /etc/locale.gen && locale-gen # buildkit |
| ARG USER_UID=1500 |
| ARG USER_GID=1500 |
| RUN |3 DEBIAN_FRONTEND=noninteractive USER_UID=1500 USER_GID=1500 /bin/sh -c groupadd -g $USER_GID labgrid && useradd -m -u $USER_UID -g $USER_GID -s /bin/bash labgrid # buildkit |
| USER labgrid |
| WORKDIR /home/labgrid |