[PR #10830] fix(opencode): update Dockerfile to use Debian slim base image and use glibc build #13569

Open
opened 2026-02-16 18:18:25 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/10830

State: open
Merged: No


What does this PR do?

Fixes #10828

It adds a new Opencode Docker image with a debian base to fix issue with bun-pty spwaning, without affecting the original alpine based opencode image

How did you verify your code works?

I built my own Opencode image with the updated debian build, and pushed it to opeoginni/opencode-glibc:latest. So to test you can create a docker image and run it using this as your base FROM opeoginni/opencode-glibc:latest, to test out if this new docker build works as it should.

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/10830 **State:** open **Merged:** No --- ### What does this PR do? Fixes #10828 It adds a new Opencode Docker image with a debian base to fix issue with `bun-pty` spwaning, without affecting the original alpine based opencode image ### How did you verify your code works? I built my own Opencode image with the updated debian build, and pushed it to `opeoginni/opencode-glibc:latest`. So to test you can create a docker image and run it using this as your base `FROM opeoginni/opencode-glibc:latest`, to test out if this new docker build works as it should.
yindo added the pull-request label 2026-02-16 18:18:25 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#13569