builder (sha256:a89d8a8c8a6cb2e0ac072937d88dba641e58cdb9cde9406e0c5b871d548cfcf1)

Published 2025-12-26 17:21:53 -06:00 by pfarley in lambda-os/lambda-builder

Installation

docker pull git.pfarley.dev/lambda-os/builder@sha256:a89d8a8c8a6cb2e0ac072937d88dba641e58cdb9cde9406e0c5b871d548cfcf1
sha256:a89d8a8c8a6cb2e0ac072937d88dba641e58cdb9cde9406e0c5b871d548cfcf1

Image layers

ADD alpine-minirootfs-3.23.2-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache cpio dosfstools elfutils gcc git lzop make mtools musl-dev python3 py3-pip # buildkit
RUN /bin/sh -c pip3 install --break-system-packages kconfiglib # buildkit
RUN /bin/sh -c chmod -R go+rx /usr/lib/python3.12 # buildkit
COPY /opt/lambda-cross /opt/lambda-cross # buildkit
RUN /bin/sh -c find /opt/lambda-cross/ -type d -exec chmod go+rx {} \; # buildkit
Details
Container
2025-12-26 17:21:53 -06:00
308
OCI / Docker
linux/amd64
200 MiB
Versions (3) View all
latest-x86_64-elf 2025-12-26
latest-i686-elf 2025-12-26
latest-i486-elf 2025-12-26