Skip to content

chore: Updating Debian 11 to 13 - #2333

Open
m-strzelczyk wants to merge 1 commit into
mainfrom
strzelczyk/debian-11-to-13
Open

m-strzelczyk wants to merge 1 commit into
mainfrom
strzelczyk/debian-11-to-13

Conversation

@m-strzelczyk

Copy link
Copy Markdown
Contributor

No description provided.

@m-strzelczyk
m-strzelczyk requested review from a team as code owners September 14, 2026 15:29
@product-auto-label product-auto-label Bot added the samples Issues that are directly related to samples. label Sep 14, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Code Review

This pull request updates the default Debian image family from debian-11 to debian-13 in both create_instance.php and create_instance_with_encryption_key.php. The reviewer points out that Debian 13 is currently a testing distribution and may not be fully supported or stable in Google Cloud Compute Engine yet. It is recommended to use the current stable version, Debian 12 (debian-12), instead.

string $instanceName,
string $machineType = 'n1-standard-1',
string $sourceImage = 'projects/debian-cloud/global/images/family/debian-11',
string $sourceImage = 'projects/debian-cloud/global/images/family/debian-13',

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

Debian 13 (Trixie) is currently the testing distribution and is not yet officially released as a stable version. Using debian-13 as the default image family may result in failures or instability because the image family might not be available or fully supported in Google Cloud Compute Engine yet. It is recommended to use the current stable version, Debian 12 (debian-12), instead.

    string $sourceImage = 'projects/debian-cloud/global/images/family/debian-12',

string $key,
string $machineType = 'n1-standard-1',
string $sourceImage = 'projects/debian-cloud/global/images/family/debian-11',
string $sourceImage = 'projects/debian-cloud/global/images/family/debian-13',

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

Debian 13 (Trixie) is currently the testing distribution and is not yet officially released as a stable version. Using debian-13 as the default image family may result in failures or instability because the image family might not be available or fully supported in Google Cloud Compute Engine yet. It is recommended to use the current stable version, Debian 12 (debian-12), instead.

    string $sourceImage = 'projects/debian-cloud/global/images/family/debian-12',

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

samples Issues that are directly related to samples.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant