• Joined on 2025-11-02

agent-base (0e2208dd81d4bc5ecb8d75368ee5d7ff0fe91ed3)

Published 2026-04-13 11:19:36 +02:00 by mat

Installation

docker pull git.mialemrobicnic.pl/mat/agent-base:0e2208dd81d4bc5ecb8d75368ee5d7ff0fe91ed3
sha256:51a70ff484f42d1bf73d41d251420419e6f3fa86c32f098b09744d1d7822c1e9

About this package

Base image with Claude Code CLI and srclight for agent containers

Image Layers

LABEL org.opencontainers.image.title=Arch Linux base 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=20260405.0.511327
LABEL org.opencontainers.image.revision=0d7c4c0017584f9bcb495105cc412d6575f04564
LABEL org.opencontainers.image.created=2026-04-05T00:07:03+00:00
COPY /rootfs/ / # buildkit
RUN /bin/sh -c ldconfig && sed -i '/BUILD_ID/a VERSION_ID=20260405.0.511327' /etc/os-release # buildkit
ENV LANG=C.UTF-8
CMD ["/usr/bin/bash"]
RUN /bin/sh -c pacman -Syu --noconfirm && pacman -S --noconfirm --needed base-devel git curl jq ripgrep fd docker docker-compose bash python && pacman -Scc --noconfirm && rm -rf /var/cache/pacman/pkg/* # buildkit
RUN /bin/sh -c curl -fsSL https://claude.ai/install.sh | bash && CLAUDE_BIN=$(readlink -f /root/.local/bin/claude) && cp "$CLAUDE_BIN" /usr/local/bin/claude && chmod +x /usr/local/bin/claude # buildkit
RUN /bin/sh -c curl -fsSL https://gh.io/copilot-install | bash # buildkit
RUN /bin/sh -c curl -fsSL https://raw.githubusercontent.com/rtk-ai/rtk/refs/heads/master/install.sh | sh && RTK_BIN=$(readlink -f /root/.local/bin/rtk 2>/dev/null || which rtk) && cp "$RTK_BIN" /usr/local/bin/rtk && chmod +x /usr/local/bin/rtk # buildkit
COPY /build/srclight/target/release/srclight /usr/local/bin/srclight # buildkit
RUN /bin/sh -c chmod +x /usr/local/bin/srclight # buildkit
RUN /bin/sh -c groupadd -g 1000 agent && useradd -u 1000 -g agent -G docker -m agent # buildkit
RUN /bin/sh -c mkdir -p /agent/scripts /agent/skills /workspace && chown -R agent:agent /agent /workspace # buildkit
COPY --chown=agent:agent containers/base/scripts/entrypoint.sh /agent/scripts/ # buildkit
RUN /bin/sh -c chmod +x /agent/scripts/entrypoint.sh # buildkit
USER agent
WORKDIR /workspace
ENV AGENT_TYPE=base WORKSPACE_PATH=/workspace AGENTS_MD=/workspace/AGENTS.md CLAUDE_CODE_DISABLE_ADAPTIVE_THINKING=1
LABEL org.opencontainers.image.title=Agent Base Image org.opencontainers.image.description=Base image with Claude Code CLI and srclight for agent containers org.opencontainers.image.source=https://git.wrobel.cloud/agent/containers agent.type=base
RUN /bin/sh -c rtk init -g && rtk init -g --copilot # buildkit
ENTRYPOINT ["/agent/scripts/entrypoint.sh"]
CMD ["--help"]

Labels

Key Value
agent.type base
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 2026-04-05T00:07:03+00:00
org.opencontainers.image.description Base image with Claude Code CLI and srclight for agent containers
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 0d7c4c0017584f9bcb495105cc412d6575f04564
org.opencontainers.image.source https://git.wrobel.cloud/agent/containers
org.opencontainers.image.title Agent Base Image
org.opencontainers.image.url https://gitlab.archlinux.org/archlinux/archlinux-docker/-/blob/master/README.md
org.opencontainers.image.version 20260405.0.511327
Details
Container
2026-04-13 11:19:36 +02:00
0
OCI / Docker
linux/amd64
Santiago Torres-Arias <santiago@archlinux.org> (@SantiagoTorres), Christian Rebischke <Chris.Rebischke@archlinux.org> (@shibumi), Justin Kromlinger <hashworks@archlinux.org> (@hashworks)
GPL-3.0-or-later
604 MiB
Versions (19) View all