Using "images" folders to use existing resources and create customized images #3578
sharadbharadia
started this conversation in
Image configuration
Replies: 1 comment 1 reply
-
Ok. I solved the issue. I had to install
and then added below code to packerfile
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
We already have Azure DevOps project setup which customizes images and pushes them to shared image galley. We are trying to use "images\linux" folder from https://github.com/actions/virtual-environments repo as is to create customized `Ubuntu2004' image. However our pipeline fails while executing below code
Error message says:
Spent quite time to diagnose the issue but couldn't. Any ideas why it is failing ?
ADO pipeline is hosted on
Microsoft Hosted Agent : vmImage: 'windows-2019'
which calls a PowerShell scriptPack-Image.ps1
to create the image.Beta Was this translation helpful? Give feedback.
All reactions