System

archmakepkg-image (main)

Published 2024-10-15 11:02:26 +08:00 by docker

Installation

docker pull gitea.konchin.com/system/archmakepkg-image:main
sha256:376d55954100b47824fa6b7c859a618f11473c1b43897f30e7d63241b9138aee

Images

Digest OS / Arch Size
29f7734de6 linux/amd64 288 MiB

Image Layers ( linux/amd64)

LABEL org.opencontainers.image.title=Arch Linux base-devel Image
LABEL org.opencontainers.image.description=Official containerd image of Arch Linux, a simple, lightweight Linux distribution aimed for flexibility.
LABEL org.opencontainers.image.authors=Santiago Torres-Arias <santiago@archlinux.org> (@SantiagoTorres), Christian Rebischke <Chris.Rebischke@archlinux.org> (@shibumi), Justin Kromlinger <hashworks@archlinux.org> (@hashworks)
LABEL org.opencontainers.image.url=https://gitlab.archlinux.org/archlinux/archlinux-docker/-/blob/master/README.md
LABEL org.opencontainers.image.documentation=https://wiki.archlinux.org/title/Docker#Arch_Linux
LABEL org.opencontainers.image.source=https://gitlab.archlinux.org/archlinux/archlinux-docker
LABEL org.opencontainers.image.licenses=GPL-3.0-or-later
LABEL org.opencontainers.image.version=20241013.0.269705
LABEL org.opencontainers.image.revision=61cb892bfc251e46f73e716ceb3b903ec4e9e725
LABEL org.opencontainers.image.created=2024-10-13T00:07:34+00:00
COPY /rootfs/ / # buildkit
RUN /bin/sh -c ldconfig && sed -i '/BUILD_ID/a VERSION_ID=20241013.0.269705' /etc/os-release # buildkit
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]
RUN /bin/sh -c pacman-key --init && pacman-key --populate # buildkit
RUN /bin/sh -c pacman -Syu --needed --noconfirm minio-client # buildkit
RUN /bin/sh -c echo '%wheel ALL=(ALL:ALL) NOPASSWD: ALL' >> /etc/sudoers # buildkit
RUN /bin/sh -c useradd -G wheel -d /build builder # buildkit
RUN /bin/sh -c mkdir /script # buildkit
COPY run.sh /script # buildkit
ENV MINIO_HOST=minio.konchin.com
ENV MINIO_PORT=9000
ENV MINIO_BUCKET=archrepo
ENV MINIO_ACCESSKEY=
ENV MINIO_SECRETKEY=
ENV REPO_NAME=custom
WORKDIR /build
ENTRYPOINT ["/usr/bin/env"]
CMD ["/script/run.sh"]

Labels

Key Value
org.opencontainers.image.authors Santiago Torres-Arias <santiago@archlinux.org> (@SantiagoTorres), Christian Rebischke <Chris.Rebischke@archlinux.org> (@shibumi), Justin Kromlinger <hashworks@archlinux.org> (@hashworks)
org.opencontainers.image.created 2024-10-13T00:07:34+00:00
org.opencontainers.image.description Official containerd image of Arch Linux, a simple, lightweight Linux distribution aimed for flexibility.
org.opencontainers.image.documentation https://wiki.archlinux.org/title/Docker#Arch_Linux
org.opencontainers.image.licenses GPL-3.0-or-later
org.opencontainers.image.revision 61cb892bfc251e46f73e716ceb3b903ec4e9e725
org.opencontainers.image.source https://gitlab.archlinux.org/archlinux/archlinux-docker
org.opencontainers.image.title Arch Linux base-devel Image
org.opencontainers.image.url https://gitlab.archlinux.org/archlinux/archlinux-docker/-/blob/master/README.md
org.opencontainers.image.version 20241013.0.269705
Details
Container
2024-10-15 11:02:26 +08:00
1
OCI / Docker
Versions (2) View all
main 2024-10-15
latest 2024-10-15