Moving from VMSS Agent to Containers #3002
thepaulmacca
started this conversation in
Ideas
Replies: 1 comment 5 replies
-
VM images are built using Packer, not Docker. It's full virtual machine disk that is built. The instructions are here: https://github.com/actions/virtual-environments/blob/main/help/CreateImageAndAzureResources.md From Azure Pipelines documentation:
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Sorry there wasn't a better category to put this under...
I'm looking to move away from Self-Hosted VMSS Agents to Containerized Agents. Can anyone shed some light on how the MS Hosted Docker images are built? I understand they were archived quite some time ago, but seeing as MS use container agents, how are these images getting built? I can't imagine there's a single Dockerfile, as there's a lot involved in building the VM images
Any pointers appreciated. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions