YoungSoo Shin shinys000114

builder/wiringpi (resolute)

Published 2026-01-28 17:45:10 +09:00 by shinys000114 in shinys000114/builder

Installation

docker pull git.sys114.com/shinys000114/builder/wiringpi:resolute
sha256:2bf8e0bec7db42ddd3cda0bb6befd0a07492e0e94c3218d33a45544b08c01c0f

Image Layers

ARG RELEASE
ARG LAUNCHPAD_BUILD_ARCH
LABEL org.opencontainers.image.ref.name=ubuntu
LABEL org.opencontainers.image.version=26.04
ADD file:0380efe36c0196e2c2ade7e5f2cca6433adfd8d1710d937744979e52eda4b70a 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 26.04
Details
Container
2026-01-28 17:45:10 +09:00
11
OCI / Docker
linux/arm64
272 MiB
Versions (4) View all
noble 2026-01-28
jammy 2026-01-28
focal 2026-01-28
resolute 2026-01-28