Skip to content

fix(build): pin python full image to node 24#2236

Open
mesutoezdil wants to merge 1 commit into
kagent-dev:mainfrom
mesutoezdil:fix/python-dockerfile-node-version
Open

fix(build): pin python full image to node 24#2236
mesutoezdil wants to merge 1 commit into
kagent-dev:mainfrom
mesutoezdil:fix/python-dockerfile-node-version

Conversation

@mesutoezdil

Copy link
Copy Markdown
Contributor

The python full image was pinned to node 26. Everywhere else in the repo uses node 24. Now it matches.

Copilot AI review requested due to automatic review settings July 14, 2026 13:45
@mesutoezdil mesutoezdil requested a review from a team as a code owner July 14, 2026 13:45
@github-actions github-actions Bot added the bug Something isn't working label Jul 14, 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

Aligns the Python “full” runtime Docker image with the rest of the repo by pinning its Node base image to Node 24 (instead of Node 26), keeping the sandbox-runtime-compatible Debian Bookworm slim base while maintaining digest pinning.

Changes:

  • Update python/Dockerfile.full base image from node:26-bookworm-slim@... to node:24-bookworm-slim@...
  • Refresh the accompanying inline documentation to reference Node 24 and the corresponding imagetools inspect command

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

@mesutoezdil mesutoezdil force-pushed the fix/python-dockerfile-node-version branch from 76c8278 to ec3ee9d Compare July 14, 2026 14:46
node:26 didn't match node 24 used everywhere else in the repo.

Signed-off-by: mesutoezdil <mesudozdil@gmail.com>
@mesutoezdil mesutoezdil force-pushed the fix/python-dockerfile-node-version branch from ec3ee9d to 9e0c3f5 Compare July 15, 2026 07:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants