Skip to content

Narrow cli.Dockerfile's workers COPY to what's actually needed#386

Open
lilydoar wants to merge 1 commit into
lilydoar/stack/17from
lilydoar/stack/18
Open

Narrow cli.Dockerfile's workers COPY to what's actually needed#386
lilydoar wants to merge 1 commit into
lilydoar/stack/17from
lilydoar/stack/18

Conversation

@lilydoar
Copy link
Copy Markdown
Contributor

@lilydoar lilydoar commented May 29, 2026

Stacked PRs:


Narrow cli.Dockerfile's workers COPY to what's actually needed

The CLI image copied the entire workers/ tree (all language worker sources)
but only needs workers/proto (for the kitchen-sink-gen protoc build) and
workers/go/harness/api (the go.mod replace target for the ./cmd/omes build).
Copy just those two, trimming the build context and making the dependency
explicit. Verified by building the CLI image with podman.

@lilydoar lilydoar requested review from a team as code owners May 29, 2026 21:13
The CLI image copied the entire workers/ tree (all language worker sources)
but only needs workers/proto (for the kitchen-sink-gen protoc build) and
workers/go/harness/api (the go.mod replace target for the ./cmd/omes build).
Copy just those two, trimming the build context and making the dependency
explicit. Verified by building the CLI image with podman.

stack-info: PR: #386, branch: lilydoar/stack/18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant