Gabriel Brown gib

spoon-agent-job (latest)

Published 2026-07-13 12:09:24 -04:00 by gib

Installation

docker pull git.gbrown.org/gib/spoon-agent-job:latest
sha256:636d83f18484ec6c8cf7bfbb320fa9862873d65421083c09364ee01c7bcf9e2a

Image Layers

KIWI 10.3.0
ENV COREPACK_ENABLE_DOWNLOAD_PROMPT=0
ENV LANG=en_US.UTF-8
RUN /bin/sh -c dnf install -y --setopt=install_weak_deps=False --nodocs bash bash-completion bat bubblewrap ca-certificates curl eza fd-find findutils fzf gcc gcc-c++ gh git glibc-langpack-en gum gzip jq less make ncurses neovim nodejs nodejs-npm openssh-clients procps-ng python3 python3-pip ripgrep tar tmux unzip wget which zoxide && dnf clean all && rm -rf /var/cache/dnf # buildkit
RUN /bin/sh -c npm install -g pnpm yarn bun@1.3.10 opencode-ai@1.17.9 @openai/codex@0.142.0 @anthropic-ai/claude-code@2.1.207 && npm cache clean --force # buildkit
ENV NVM_DIR=/usr/local/nvm
RUN /bin/sh -c mkdir -p "$NVM_DIR" && wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.5/install.sh | PROFILE=/dev/null bash && printf 'export NVM_DIR=/usr/local/nvm\n[ -s "$NVM_DIR/nvm.sh" ] && . "$NVM_DIR/nvm.sh"\n[ -s "$NVM_DIR/bash_completion" ] && . "$NVM_DIR/bash_completion"\n' > /etc/profile.d/nvm.sh && chown -R 1000:1000 "$NVM_DIR" # buildkit
RUN /bin/sh -c curl -fsSL https://ohmyposh.dev/install.sh | bash -s -- -d /usr/local/bin && oh-my-posh version # buildkit
COPY docker/agent-job-rootfs/ / # buildkit
WORKDIR /workspace
CMD ["bash"]

Labels

Key Value
io.buildah.version 1.43.2
org.opencontainers.image.licenses MIT
org.opencontainers.image.title fedora
org.opencontainers.image.url https://fedoraproject.org/
org.opencontainers.image.vendor Fedora Project
org.opencontainers.image.version 44
Details
Container
2026-07-13 12:09:24 -04:00
1
OCI / Docker
linux/amd64
MIT
731 MiB
Versions (17) View all