8000 chore(samples): Updating debian version from 9 to 11 (#8244) · sreza/python-docs-samples@f5fed5f · GitHub
[go: up one dir, main page]

Skip to content

Commit f5fed5f

Browse files
chore(samples): Updating debian version from 9 to 11 (GoogleCloudPlatform#8244)
Co-authored-by: Anthonios Partheniou <partheniou@google.com>
1 parent 16e40ce commit f5fed5f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compute/api/create_instance.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def list_instances(compute, project, zone):
4343
def create_instance(compute, project, zone, name, bucket):
4444
# Get the latest Debian Jessie image.
4545
image_response = compute.images().getFromFamily(
46-
project='debian-cloud', family='debian-9').execute()
46+
project='debian-cloud', family='debian-11').execute()
4747
source_disk_image = image_response['selfLink']
4848

4949
# Configure the machine

memorystore/redis/gce_deployment/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ gsutil cp app.tar gs://"$GCS_BUCKET_NAME"/gce/
4141

4242
# Create an instance
4343
gcloud compute instances create my-instance \
44-
--image-family=debian-9 \
44+
--image-family=debian-11 \
4545
--image-project=debian-cloud \
4646
--machine-type=g1-small \
4747
--scopes cloud-platform \

0 commit comments

Comments
 (0)
0