Releases: joostme/opencode-docker
v2.3.6
v2.3.5
v2.3.4
v2.3.3
v2.3.2
Patch Changes
- 9f1c623: Update the Docker image to include the latest Dockerfile changes, including the added build-essential package.
- 2f6cb81: Update the bundled code-server in the Docker image to v4.115.0.
- fd31763: Update the bundled GitHub CLI in the Docker image to v2.89.0.
- 87186da: Update the bundled OpenCode binary in the Docker image to v1.4.0.
Container Image
-
ghcr.io/joostme/opencode-docker:2.3.2 -
ghcr.io/joostme/opencode-docker:latest
v2.3.1
v2.3.0
Minor Changes
-
ae87f30: Add inbound SSH server support to the container.
This change installs and starts
sshd, exposes port22, uses the existing mounted SSH directory forauthorized_keys, disables password authentication, and disables root login.
Container Image
-
ghcr.io/joostme/opencode-docker:2.3.0 -
ghcr.io/joostme/opencode-docker:latest
v2.2.6
v2.2.5
Patch Changes
-
4c7f354: Remove the local OpenCode web UI patch and switch to the upstream precompiled binary.
Recent OpenCode releases already include embedded web UI support in the published
Linux binaries, so this repo no longer needs to carry a custom patch or rebuild
OpenCode from source in Docker. This keeps Renovate upgrade PRs mergeable again,
reduces image build complexity, and avoids build failures when local compile-time
customizations drift from upstream.
Container Image
-
ghcr.io/joostme/opencode-docker:2.2.5 -
ghcr.io/joostme/opencode-docker:latest
v2.2.4
Patch Changes
- c04f74a: Skip recursive ownership changes on the read-only
.ssh-keysmount during container startup. This prevents startup errors when SSH keys are mounted with:roand still copies them into the writable~/.sshdirectory for use inside the container.
Container Image
-
ghcr.io/joostme/opencode-docker:2.2.4 -
ghcr.io/joostme/opencode-docker:latest