leeworks-agents

pi-agent (latest)

Published 2026-05-20 01:56:48 +00:00 by 0xWheatyz

Installation

docker pull gitea.leeworks.dev/leeworks-agents/pi-agent:latest
sha256:5bdc54dcb1e10ef3cb23412f0ddf3fe447df9506eaad1a6a1506a2fdd45f674d

Image Layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1779062400'
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends openssh-server git cron curl jq ca-certificates gnupg && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c curl -fsSL https://deb.nodesource.com/setup_22.x | bash - && apt-get install -y --no-install-recommends nodejs && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c npm install -g @earendil-works/pi-coding-agent # buildkit
RUN /bin/sh -c curl -fsSL "https://dl.k8s.io/release/v1.33.0/bin/linux/amd64/kubectl" -o /usr/local/bin/kubectl && chmod +x /usr/local/bin/kubectl # buildkit
RUN /bin/sh -c curl -fsSL "https://github.com/siderolabs/talos/releases/download/v1.9.5/talosctl-linux-amd64" -o /usr/local/bin/talosctl && chmod +x /usr/local/bin/talosctl # buildkit
RUN /bin/sh -c curl -fsSL "https://github.com/fluxcd/flux2/releases/download/v2.4.0/flux_2.4.0_linux_amd64.tar.gz" | tar xz -C /usr/local/bin flux && chmod +x /usr/local/bin/flux # buildkit
RUN /bin/sh -c curl -fsSL "https://github.com/kubernetes-sigs/kustomize/releases/download/kustomize%2Fv5.6.0/kustomize_v5.6.0_linux_amd64.tar.gz" | tar xz -C /usr/local/bin kustomize && chmod +x /usr/local/bin/kustomize # buildkit
RUN /bin/sh -c mkdir -p /workspace # buildkit
WORKDIR /workspace
EXPOSE [22/tcp]
CMD ["/bin/bash" "/entrypoint.sh"]
Details
Container
2026-05-20 01:56:48 +00:00
0
OCI / Docker
linux/amd64
264 MiB
Versions (2) View all
latest 2026-05-20