Skip to content

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

Closed
lilydoar wants to merge 1 commit into
lilydoar/stack/9from
lilydoar/stack/10
Closed

Narrow cli.Dockerfile's workers COPY to what's actually needed#376
lilydoar wants to merge 1 commit into
lilydoar/stack/9from
lilydoar/stack/10

Conversation

@lilydoar
Copy link
Copy Markdown
Contributor

@lilydoar lilydoar commented May 28, 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 28, 2026 21:54
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: #376, branch: lilydoar/stack/10
@lilydoar lilydoar force-pushed the lilydoar/stack/9 branch from ec4ba7b to a21587b Compare May 28, 2026 21:54
@lilydoar lilydoar force-pushed the lilydoar/stack/10 branch from 4edbef4 to 74ea63d Compare May 28, 2026 21:54
lilydoar added a commit that referenced this pull request May 29, 2026
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: #376, branch: lilydoar/stack/10
lilydoar added a commit that referenced this pull request May 29, 2026
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: #376, branch: lilydoar/stack/10
@lilydoar
Copy link
Copy Markdown
Contributor Author

Closing — the module-organization stack was rebased (devserver move dropped, since devserver must stay exported for temporal to import it). Recreating the stack fresh.

@lilydoar lilydoar closed this May 29, 2026
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