YoungSoo Shin shinys000114

builder/wiringpi (focal)

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

Installation

docker pull git.sys114.com/shinys000114/builder/wiringpi:focal
sha256:7acc286674f3b215943d694ec2f888816f1db6c9944557f93a360df18c59080b

Image Layers

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