Block a user
opencode (1.1.53-alpine)
Installation
docker pull gitea.woggioni.net/woggioni/opencode:1.1.53-alpinesha256:184708e1b910717752e73dfd00ae2aee3bb3f2479164a0a06f6896f74e874eb4
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 1e006a73cb | linux/amd64 | 589 MiB |
| 0c5ea824d8 | linux/arm64 | 587 MiB |
Image Layers ( linux/amd64)
| ADD alpine-minirootfs-3.23.3-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk update # buildkit |
| RUN /bin/sh -c apk add rust-analyzer openjdk25-jdk jdtls pipx ripgrep git # buildkit |
| RUN /bin/sh -c adduser -D -h /var/lib/opencode opencode # buildkit |
| RUN /bin/sh -c mkdir /workspace # buildkit |
| RUN /bin/sh -c chown opencode:opencode /workspace # buildkit |
| USER opencode |
| RUN /bin/sh -c pipx install pyright # buildkit |
| USER root |
| ARG TARGETPLATFORM=linux/amd64 BUILDPLATFORM=linux/amd64 OPENCODE_VERSION=1.1.53 |
| ADD https://github.com/anomalyco/opencode/releases/download/v1.1.53/opencode-linux-x64-musl.tar.gz ./opencode.tgz # buildkit |
| RUN |3 TARGETPLATFORM=linux/amd64 BUILDPLATFORM=linux/amd64 OPENCODE_VERSION=1.1.53 /bin/sh -c tar -xvf ./opencode.tgz -C /usr/bin # buildkit |
| RUN |3 TARGETPLATFORM=linux/amd64 BUILDPLATFORM=linux/amd64 OPENCODE_VERSION=1.1.53 /bin/sh -c rm opencode.tgz # buildkit |
| USER opencode |
| WORKDIR /workspace |
| ENTRYPOINT ["opencode"] |
| VOLUME [/var/lib/opencode /workspace] |
Details
Versions (28)
View all
latest
2026-03-25
1.3.2-alpine
2026-03-25
1.3.2-alpine3.23
2026-03-25
1.3.2
2026-03-25
1.2.26-alpine
2026-03-14