이 페이지에 나열된 Google Distributed Cloud (GDC) 에어 갭 제공 이미지 중 하나를 사용하여 가상 머신 (VM)을 만들 수 있습니다. 대신 자체 커스텀 VM 이미지를 가져와 사용할 수도 있습니다.
이 문서에서는 GDC에서 제공하고 GDC에서 지원하는 VM 이미지에 대한 정보와 Distributed Cloud 배포에서 이 목록을 보는 방법을 설명합니다.
시작하기 전에
Google Distributed Cloud 오프라인 VM 골든 이미지를 나열하고 사용하는 데 필요한 권한을 얻으려면 프로젝트 IAM 관리자에게 VM이 있는 네임스페이스에서 프로젝트 VirtualMachine 관리자(project-vm-admin) 역할을 부여해 달라고 요청하세요. 단계에 따라 필요한 권한이 있는지 확인합니다.
[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["이해하기 어려움","hardToUnderstand","thumb-down"],["잘못된 정보 또는 샘플 코드","incorrectInformationOrSampleCode","thumb-down"],["필요한 정보/샘플이 없음","missingTheInformationSamplesINeed","thumb-down"],["번역 문제","translationIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-09-04(UTC)"],[[["\u003cp\u003eYou can create virtual machines (VMs) using Google Distributed Cloud (GDC)-provided images or bring your own (BYO) custom VM images.\u003c/p\u003e\n"],["\u003cp\u003eThe document provides information on both GDC-provided and GDC-supported VM images, including how to view the available image list.\u003c/p\u003e\n"],["\u003cp\u003eTo use GDC-provided VM images, you must have the Project VirtualMachine Admin role in the relevant namespace.\u003c/p\u003e\n"],["\u003cp\u003eInstructions are available to review the available GDC-provided images before creating a VM instance.\u003c/p\u003e\n"],["\u003cp\u003eYou have the option to create and utilize custom images for VMs, if you have specific OS or software requirements.\u003c/p\u003e\n"]]],[],null,["# GDC-supported VM images\n\nYou can [create a virtual machine (VM)](/distributed-cloud/hosted/docs/latest/gdch/application/ao-user/vms/create-a-vm/create-and-start)\nusing one of the Google Distributed Cloud (GDC) air-gapped-provided images listed on this\npage. You can also bring-your-own (BYO) custom VM image to use instead.\nThis document provides information on GDC-provided and\nGDC-supported VM images, as well as instructions to view\nthis list in your Distributed Cloud deployment.\n\nBefore you begin\n----------------\n\nTo get the permissions you need to list and use Google Distributed Cloud air-gapped VM golden images,\nask your Project IAM Admin to grant you the Project VirtualMachine Admin\n(`project-vm-admin`) role in the namespace where the VM resides. Follow the\nsteps to [verify](/distributed-cloud/hosted/docs/latest/gdch/application/ao-user/vms/preparation#verify-user-access)\nthat you have the required permissions.\n\nList VM images\n--------------\n\nThis section provides information about GDC-supported\noperating systems.\n\n### List golden images\n\nBefore you create a VM using a GDC-provided image,\nreview the list of available images. Refer to the instructions in\n[View a list of available GDC-provided images](/distributed-cloud/hosted/docs/latest/gdch/application/ao-user/vms/create-a-vm/create-and-start#view-list-images-available).\n\n### List BYO images\n\nYou can also use your own custom images to create VM instances. This is useful\nwhen you have specific operating system or software configurations that you must\nuse. To create and list BYO images, refer to the instructions in\n[Create custom images](/distributed-cloud/hosted/docs/latest/gdch/application/ao-user/vms/create-custom-images/create-custom-images).\n\nGDC-supported operating systems\n-------------------------------\n\nThis section details the operating systems Distributed Cloud VMs support.\n\n### Linux OS\n\nDistributed Cloud supports the following Linux OS images:\n\nYou can only import Linux images from bootable disks. To boot your virtual disks\nin Distributed Cloud, the disks must run one of the\nGDC-supported operating systems.\n\n### Windows OS\n\nDistributed Cloud supports the following Windows OS images:\n\nYou can import Windows images from ISO installation media. Distributed Cloud\ninstalls Windows and creates a bootable image from the resulting disk.\n\nImage import requires that the ISO does not prompt for input when booted with\nUnified Extensible Firmware Interface (UEFI). To create a no-prompt ISO, start\nfrom an existing ISO file. Complete the following steps:\n\n1. Extract the ISO contents using the 7Zip archive management tool:\n\n 7z x windows-installation.iso -oiso-unpack\n\n2. Create a new ISO from your extracted ISO using `mkisofs`, substituting in the EFI noprompt\n binary:\n\n mkisofs -b boot/etfsboot.com -no-emul-boot -c BOOT.CAT -iso-level 4 -J -l -D -N -joliet-long -relaxed-filenames -v -V \"Custom\" -udf -boot-info-table -eltorito-alt-boot -eltorito-boot efi/microsoft/boot/efisys_noprompt.bin -no-emul-boot -o \u003cvar translate=\"no\"\u003eISO_NAME\u003c/var\u003e.iso -allow-limited-size iso-unpack\n\n Replace \u003cvar translate=\"no\"\u003eISO_NAME\u003c/var\u003e with a name for the no-prompt ISO. For example, `noprompt-install`.\n\n| **Note:** Image import is only verified on official Microsoft installation media. Other installation ISO files might work if they contain a gdc-provided Windows OS."]]