YoungSoo Shin shinys000114

builder/base (resolute)

Published 2026-01-28 15:42:41 +09:00 by shinys000114 in shinys000114/builder

Installation

docker pull git.sys114.com/shinys000114/builder/base:resolute
sha256:fd72095ed00ddfac3cb7b036a2d020ee06e2bc61144b4ffae0b6201205cf52f2

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

Labels

Key Value
org.opencontainers.image.ref.name ubuntu
org.opencontainers.image.version 26.04
Details
Container
2026-01-28 15:42:41 +09:00
3
OCI / Docker
linux/arm64
272 MiB
Versions (4) View all
focal 2026-01-28
noble 2026-01-28
jammy 2026-01-28
resolute 2026-01-28