opencode-runner (sha256:f5b38e9540ef6e2f09b65782647d68896c458f964ec55cb4dba34f0ecaaee398)

Published 2026-07-03 16:55:19 +00:00 by eliribble in Gleipnir/opencode-runner

Installation

docker pull source.gleipnir.technology/gleipnir/opencode-runner@sha256:f5b38e9540ef6e2f09b65782647d68896c458f964ec55cb4dba34f0ecaaee398
sha256:f5b38e9540ef6e2f09b65782647d68896c458f964ec55cb4dba34f0ecaaee398

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1782172800'
ENV GO_VERSION=1.26.4
ENV GOPATH=/go
ENV PATH=/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUN /bin/sh -c apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c curl -OL https://go.dev/dl/go${GO_VERSION}.linux-amd64.tar.gz && tar -C /usr/local -xzf go${GO_VERSION}.linux-amd64.tar.gz && rm go${GO_VERSION}.linux-amd64.tar.gz # buildkit
RUN /bin/sh -c apt-get update && apt-get install -y python3 python3-pip python3-pytest python3-setuptools python3-venv python3-wheel && rm -rf /var/lib/apt/lists/* # buildkit
RUN /bin/sh -c ln -s /usr/bin/python3 /usr/bin/python # buildkit
RUN /bin/sh -c go install golang.org/x/tools/gopls@latest && go install github.com/go-delve/delve/cmd/dlv@latest && go install honnef.co/go/tools/cmd/staticcheck@latest # buildkit
RUN /bin/sh -c curl -fsSL https://opencode.ai/install | bash # buildkit
COPY fake-xdg-open /usr/local/bin/xdg-open # buildkit
WORKDIR /workspace
EXPOSE [4100/tcp]
STOPSIGNAL SIGHUP
ENTRYPOINT ["/root/.opencode/bin/opencode" "web" "--hostname" "0.0.0.0" "--port" "4100"]
Details
Container
2026-07-03 16:55:19 +00:00
1
OCI / Docker
linux/amd64
569 MiB
Versions (4) View all
4 2026-07-03
3 2026-07-03
2 2026-07-02
1 2026-07-02