Trying to run Podman machine to use with Azure devops build agent - Failed to configure network (networkingMode Nat), falling back to VirtioProxy #25279
nddipiazza
started this conversation in
General
Replies: 0 comments
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.
-
I have a local On-Prem Azure Devops instance with Windows build agents
I'd like to utilize Podman from these Windows build agents so that I can utilize Podman inside my Azure Devops pipelines.
I am running a podman machine like so:
podman machine info
Here are the Podman commands I'm doing:
Result:
I am not able to query quay.io from my podman container.
Note that the
MyServiceAccountHere
user that is running the process is not an actually logged in user. They are a service account that runs the Azure Devops agent service process.How do I allow this Pipeline-like access to work?
Beta Was this translation helpful? Give feedback.
All reactions