YoungSoo Shin shinys000114

builder/wiringpi (noble)

Published 2026-01-28 18:48:07 +09:00 by shinys000114 in shinys000114/builder

Installation

docker pull git.sys114.com/shinys000114/builder/wiringpi:noble
sha256:0ed76dc5846e816a09158269666b714a361c959b921dd27a7569544213376db3

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=24.04
ADD file:6089c6bede9eca8ec4f424e5798a0ae0712a6fe38c9b97f9afb9d24d9675024e in /
CMD ["/bin/bash"]
ENV DEBIAN_FRONTEND=noninteractive
RUN /bin/sh -c find /etc/apt/ -type f \( -name "*.list" -o -name "*.sources" \) | xargs sed -i 's/ports.ubuntu.com/kr.ports.ubuntu.com/g' && apt-get update && apt-get install -y --no-install-recommends curl build-essential debhelper devscripts autoconf automake libtool pkg-config git cmake texlive-latex-base texlive-fonts-recommended && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
WORKDIR /build
ENV DEBIAN_FRONTEND=noninteractive
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends libcrypt-dev libcrypt1 && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
WORKDIR /build

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 24.04
Details
Container
2026-01-28 18:48:07 +09:00
8
OCI / Docker
linux/arm64
265 MiB
Versions (4) View all
noble 2026-01-28
jammy 2026-01-28
focal 2026-01-28
resolute 2026-01-28