opencode-runner (1)

Published 2026-07-02 17:04:15 +00:00 by eliribble in Gleipnir/opencode-runner

Installation

docker pull source.gleipnir.technology/gleipnir/opencode-runner:1
sha256:3aaebc3d5659f991d3a7dcd0473058a755dbbe584351e1e4a41dd70bc05f7498

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1781049600'
ENV GO_VERSION=1.26.4
ENV GOPATH=/go
ENV PATH=$GOPATH/bin:/usr/local/go/bin:$PATH
/bin/sh -c apt-get update && apt-get install -y curl && rm -rf /var/lib/apt/lists/*
/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
/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/*
/bin/sh -c ln -s /usr/bin/python3 /usr/bin/python
/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
/bin/sh -c curl -fsSL https://opencode.ai/install | bash
WORKDIR /workspace
CMD ["/bin/bash"]

Labels

Key Value
io.buildah.version 1.39.3
Details
Container
2026-07-02 17:04:15 +00:00
2
OCI / Docker
linux/amd64
591 MiB
Versions (4) View all
4 2026-07-03
3 2026-07-03
2 2026-07-02
1 2026-07-02