• Joined on 2023-01-02

gadfly (sha-d272695)

Published 2026-07-27 03:32:53 +00:00 by steve

Installation

docker pull gitea.stevedudenhoeffer.com/steve/gadfly:sha-d272695
sha256:bdf99ee719abdaa6c42f5212024609f6ddad17756093f96e1913003475ffdf6b

Images

Digest OS / Arch Size
452ef33dbb linux/amd64 370 MiB

Image Layers ( linux/amd64)

ADD alpine-minirootfs-3.20.10-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache bash git curl jq ca-certificates nodejs npm procps # buildkit
RUN /bin/sh -c npm install -g @anthropic-ai/claude-code && npm cache clean --force # buildkit
RUN /bin/sh -c apk add --no-cache gcompat libstdc++ libgcc && npm install -g opencode-ai && npm cache clean --force # buildkit
RUN /bin/sh -c opencode --version >/dev/null 2>&1 && OPENCODE_CONFIG_CONTENT='{"provider":{"gadfly":{"npm":"@ai-sdk/openai-compatible","options":{"baseURL":"http://127.0.0.1:9/v1"},"models":{"x":{}}}}}' timeout 120 opencode run --model gadfly/x "warm" >/dev/null 2>&1 ; true # buildkit
COPY /out/gadfly /usr/local/bin/gadfly # buildkit
COPY scripts /app/scripts # buildkit
COPY entrypoint.sh /entrypoint.sh # buildkit
RUN /bin/sh -c chmod +x /entrypoint.sh /app/scripts/run.sh /app/scripts/status-board.sh /usr/local/bin/gadfly # buildkit
ENTRYPOINT ["/entrypoint.sh"]
Details
Container
2026-07-27 03:32:53 +00:00
0
OCI / Docker
Versions (4) View all
latest 2026-08-12
sha-8adeeea 2026-08-12
sha-b850e35 2026-08-12
sha-d272695 2026-07-27