Skip to content

feat: adding the ability to set Dockerfile base image for GKE and Cloud Run. #2597

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

tpryan
Copy link
Member

@tpryan tpryan commented Aug 18, 2025

…ud Run deploys

Defaults to the current hardcoded value of python:3.11-slim.

Testplan:

Added Unit tests for behavior with and without flag set. Also manually ran builds to ensure that you can successfully build adk on these environments with custom build images set.

Fixes: #2219

…ud Run deploys

Defaults to the current hardcoded value of python:3.11-slim.

Testplan:

Added Unit tests for behavior with and without flag set.
Also manually ran builds to ensure that you can successfully build adk on these environments with custom build images set.

Fixes: #2219
@tpryan tpryan requested a review from hangfei August 18, 2025 19:29
@adk-bot adk-bot added bot triaged [Bot] This issue is triaged by ADK bot tools [Component] This issue is related to tools labels Aug 18, 2025
@adk-bot adk-bot requested a review from seanzhou1023 August 18, 2025 19:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot triaged [Bot] This issue is triaged by ADK bot 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.
2 participants