Skip to content

Conversation

@tpryan
Copy link
Member

@tpryan tpryan commented Aug 13, 2025

Gives the ability for a user to set the build image for the deployment step to Cloud Run. Currently it is hard coded to python:3.11-slim, and this is still the default, but this allows that value to be set by a user who knows they need this.

Fixes: #2219

Gives the ability for a user to set the build image for the deployment step to Cloud Run.  Currently it is hard coded to python:3.11-slim, and this is still the default, but this allows that value to be overriden.
@adk-bot adk-bot added bot triaged tools [Component] This issue is related to tools labels Aug 13, 2025
@adk-bot
Copy link
Collaborator

adk-bot commented Aug 13, 2025

Response from ADK Triaging Agent

Hello @tpryan, thank you for creating this PR!

To help the reviewers, could you please add a testing plan section to your PR description to describe how you tested these changes?

Also, it looks like the formatting checks are failing. You can fix this by running the auto-formatter script:

./autoformat.sh

You can find more details in our contribution guidelines. Thanks!

@adk-bot adk-bot requested a review from seanzhou1023 August 13, 2025 01:50
tpryan added 2 commits August 12, 2025 19:31
testing:

Added tests to ensure the behavior of the cli remains consistent with when used or omitted.
@tpryan tpryan requested a review from Jacksunwei August 13, 2025 03:16
Copy link
Collaborator

@ivanmkc ivanmkc left a comment

Choose a reason for hiding this comment

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

LGTM

@tpryan tpryan merged commit c843503 into main Aug 15, 2025
11 checks passed
@tpryan tpryan added the ready to pull [Status] This PR is ready to be importing back to Google label Aug 18, 2025
tpryan added a commit that referenced this pull request Aug 18, 2025
@hangfei hangfei deleted the deploy-run-build-image branch November 5, 2025 20:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ready to pull [Status] This PR is ready to be importing back to Google tools [Component] This issue is related to tools

Projects

None yet

Development

Successfully merging this pull request may close these issues.

adk deploy cloud_run fixes the Python version at 3.11, but some sample agents depend on Python 3.12.

3 participants