-
Notifications
You must be signed in to change notification settings - Fork 1k
chore: Updating Debian 11 to 13 #2333
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
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -60,7 +60,7 @@ function create_instance_with_encryption_key( | |
| string $instanceName, | ||
| 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', | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Debian 13 (Trixie) is currently the testing distribution and is not yet officially released as a stable version. Using string $sourceImage = 'projects/debian-cloud/global/images/family/debian-12', |
||
| string $networkName = 'global/networks/default' | ||
| ) { | ||
| // Set the machine type using the specified zone. | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Debian 13 (Trixie) is currently the testing distribution and is not yet officially released as a stable version. Using
debian-13as 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.