pkgbuild-pigment (sha256:66569abdcd068678fe26fa8c2b5878ccc497bb9c1699a8ec953ba210456fe8d9)

Published 2026-02-09 19:59:35 +00:00 by Devband CTO

Installation

docker pull git.devband.ru/iota/pkgbuild-pigment@sha256:66569abdcd068678fe26fa8c2b5878ccc497bb9c1699a8ec953ba210456fe8d9
sha256:66569abdcd068678fe26fa8c2b5878ccc497bb9c1699a8ec953ba210456fe8d9

Image layers

LABEL org.opencontainers.image.title=Pigment Development Image
LABEL org.opencontainers.image.authors=Devband Team
ADD pigment-rootfs-x86_64.tar.zst / # buildkit
COPY pacman_auto makepkg_auto /usr/bin/ # buildkit
COPY pacman.conf /etc/pacman.conf # buildkit
RUN /bin/sh -c pacman-key --init && pacman-key --populate && pacman-key --lsign-key 'phi@noreply.git.devband.ru' 'tau@noreply.git.devband.ru' && pacman -Syu --noconfirm && pacman -S expect --noconfirm && pacman_auto -S --needed base-devel git nodejs pacman-contrib sudo nvchecker jq aria2 python-lxml iptables-nft && rm -rf /var/cache/pacman/pkg/* && pacman_auto -Scc && useradd -m pkgbuild && echo "pkgbuild ALL=(ALL:ALL) NOPASSWD: ALL" >> /etc/sudoers && git config --system user.email "ci@devband.ru" && git config --system user.name "Devband CI" && git config --system pull.rebase true # buildkit
COPY makepkg.conf /etc/makepkg.conf # buildkit
USER pkgbuild
ENV LANG=C.UTF-8
ENV PATH=/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl
CMD ["/usr/bin/bash"]

Labels

Key Value
org.opencontainers.image.authors Devband Team
org.opencontainers.image.title Pigment Development Image
Details
Container
2026-02-09 19:59:35 +00:00
0
OCI / Docker
linux/amd64
Devband Team
429 MiB
Versions (3) View all
latest 2026-02-09
20260209 2026-02-09
20260208 2026-02-08