Skip to content

chore: change the server image name - #30

Merged
InftyAI-Agent merged 1 commit into
InftyAI:mainfrom
kerthcet:cleanup/server-image-name
Aug 3, 2026
Merged

chore: change the server image name#30
InftyAI-Agent merged 1 commit into
InftyAI:mainfrom
kerthcet:cleanup/server-image-name

Conversation

@kerthcet

@kerthcet kerthcet commented Aug 3, 2026

Copy link
Copy Markdown
Member

What this PR does / why we need it

Which issue(s) this PR fixes

Fixes #

Special notes for your reviewer

Does this PR introduce a user-facing change?


Signed-off-by: kerthcet <kerthcet@gmail.com>
Copilot AI review requested due to automatic review settings August 3, 2026 08:05
@InftyAI-Agent InftyAI-Agent added needs-triage Indicates an issue or PR lacks a label and requires one. needs-priority Indicates a PR lacks a label and requires one. do-not-merge/needs-kind Indicates a PR lacks a label and requires one. approved Indicates a PR has been approved by an approver from all required OWNERS files. labels Aug 3, 2026

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR standardizes the naming/reference for the tunnel-enabled server Dockerfiles by switching documentation and examples from the older Dockerfile.tunnel* naming to Dockerfile.server-tunnel*.

Changes:

  • Updated Docker build instructions in hack/docker/README.md, docs/proposals/TUNNEL.md, and examples/tunnel-simple/README.md to use Dockerfile.server-tunnel / Dockerfile.server-tunnel-release.
  • Updated examples/tunnel-simple/docker-compose.yml to build the controller image using hack/docker/Dockerfile.server-tunnel.
  • Updated header build comment in hack/docker/Dockerfile.server-tunnel-release to reflect the new filename.

Reviewed changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
hack/docker/README.md Updates documented server tunnel Dockerfile names/paths and build commands.
hack/docker/Dockerfile.server-tunnel-release Updates header build comment to the new filename/path.
hack/docker/Dockerfile.server-tunnel Updates header build comment to the new filename (but currently documents an invalid build invocation).
examples/tunnel-simple/README.md Updates manual build instructions to the new server tunnel Dockerfile name/path.
examples/tunnel-simple/docker-compose.yml Points the controller build to Dockerfile.server-tunnel.
docs/proposals/TUNNEL.md Updates tunnel docs references/build commands to Dockerfile.server-tunnel.
Suppressed comments (1)

hack/docker/Dockerfile.server-tunnel:9

  • The build command in the Dockerfile header suggests building with -f Dockerfile.server-tunnel (implying you run from hack/docker with context .). That context would exclude the repo root, but this Dockerfile does COPY . . expecting the full repository (e.g., pyproject.toml) to be present, so the documented command will fail when copy/pasted.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@kerthcet

kerthcet commented Aug 3, 2026

Copy link
Copy Markdown
Member Author

/lgtm
/kind documentation

@InftyAI-Agent InftyAI-Agent added lgtm Looks good to me, indicates that a PR is ready to be merged. documentation Categorizes issue or PR as related to documentation. and removed do-not-merge/needs-kind Indicates a PR lacks a label and requires one. labels Aug 3, 2026

@InftyAI-Agent InftyAI-Agent left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved: PR has both lgtm and approved labels

@InftyAI-Agent
InftyAI-Agent merged commit 7cd3b2b into InftyAI:main Aug 3, 2026
41 of 43 checks passed
@kerthcet
kerthcet deleted the cleanup/server-image-name branch August 3, 2026 08:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

approved Indicates a PR has been approved by an approver from all required OWNERS files. documentation Categorizes issue or PR as related to documentation. lgtm Looks good to me, indicates that a PR is ready to be merged. needs-priority Indicates a PR lacks a label and requires one. needs-triage Indicates an issue or PR lacks a label and requires one.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants