yocto-builder (sha256:80a53bd0d258a8bc0a065320eea1f73dc0e045270f47cff416d2c26cd9020cbd)
Published 2026-09-06 01:57:25 +00:00 by tgamblin
Installation
docker pull forgejo.baylibre.com/tgamblin/yocto-builder@sha256:80a53bd0d258a8bc0a065320eea1f73dc0e045270f47cff416d2c26cd9020cbdsha256:80a53bd0d258a8bc0a065320eea1f73dc0e045270f47cff416d2c26cd9020cbdImage layers
| # debian.sh --arch 'amd64' out/ 'trixie' '@1787529600' |
| ARG TARGETPLATFORM=linux/amd64 |
| ARG USER_UID=1500 |
| ARG USER_GID=1500 |
| RUN |3 TARGETPLATFORM=linux/amd64 USER_UID=1500 USER_GID=1500 /bin/sh -c apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y build-essential chrpath cpio curl debianutils diffstat file gawk gcc git iproute2 iputils-ping libacl1 locales lz4 nodejs pcre2-utils pylint python3 python3-git python3-jinja2 python3-pexpect python3-pip python3-subunit python3-venv rsync screen socat sysstat subversion texinfo tmux tftp-hpa u-boot-tools unzip wget xz-utils zstd && case ${TARGETPLATFORM} in "linux/amd64") DEBIAN_FRONTEND=noninteractive apt-get install -y gcc-multilib g++-multilib ;; esac && groupadd -g $USER_GID yoctouser && useradd -m -u $USER_GID -g $USER_GID -s /bin/bash yoctouser && echo 'en_US.UTF-8 UTF-8' >> /etc/locale.gen && locale-gen # buildkit |
| RUN |3 TARGETPLATFORM=linux/amd64 USER_UID=1500 USER_GID=1500 /bin/sh -c apt-get clean # buildkit |
| USER yoctouser |
| WORKDIR /home/yoctouser/yocto-build |