Replies: 2 comments 3 replies
-
Hello, @dashap I don't think so it's possible to generate an image using cloud shell that's why we use a dedicated virtual machines. Preq:
Generating image process: To start image generation process without public ip address run the build-image.ps1 script and pass necessary parameters - https://github.com/actions/virtual-environments/blob/main/images.CI/linux-and-win/build-image.ps1 E.g.:
Create a template from packer image:
|
Beta Was this translation helpful? Give feedback.
-
One additional observation is that 20.04 ubuntu says there is zip and docker, but both of those packages were missing. I can certainly after the fact load them, but maybe they can get included? The docker one setting up as rootless was a bit tricky. |
Beta Was this translation helpful? Give feedback.
-
At https://github.com/actions/virtual-environments/blob/main/docs/create-image-and-azure-resources.md, it has a section called:
Azure DevOps self-hosted pool requirements
It seems to allude to the issue with public ip I see due to compmany security policy and some way to address this with options. Can I get more details on what steps are needed to have it not use public ip and instead of a private ip? One additional thing is I was using Azure and shell.azure.com method to get a cloudshell, which has a subnet that is unfortunately not in the vnet where the virtual environments will get made.
I was looking for more details on how you set this up. Did you end up making your own vm in the vnet for the environment with all the tools? I was hoping to avoid that since the cloudshell seems to have all the tools.
Beta Was this translation helpful? Give feedback.
All reactions