dotnet / dnceng

.NET Engineering Services
MIT License
24 stars 18 forks source link

[1ES Manage Images] base-images to 1es managed images #828

Open AlitzelMendez opened 11 months ago

AlitzelMendez commented 11 months ago

move base-images to 1es managed images using bicep

Release Note Category

AlitzelMendez commented 10 months ago

I started working on this and I created a draft pr with these changes: https://dev.azure.com/dnceng/internal/_git/dotnet-helix-machines/pullrequest/34409

I am unassigning this issue to me as I will not continue working on this issue, but I want to provide a quick summary of what is going on around this, the main question is if we are going to use bicep of arm template Json.

the advantages that I see for bicep are:

the advantages that have been observed for arm template Json are:

this is something that probably need more discussion so I just wanted to summarize the discussion so far and I am letting my draft in case is used and to give an example of bicep

riarenas commented 10 months ago

Thanks @AlitzelMendez, this is good groundwork. Even if we don't go with bicep, having them already written that way should even allow us to use the cli and just end up committing the json view instead.