Is it possible to use podman/buildah build in Azure Container App Job?
Hieu Le
15
Reputation points
We are planning to migrate from AKS to ACA Jobs as self-hosted agents in Azure Pipeline. According to the documentation, it doesn't support Docker commands. However, I was wondering if ACA Jobs support rootless podman/buildah for building container images?
Docker build is an essential feature in our CI/CD pipelines, and I have already tried using podman/buildah without privileged and additional capabilities. It works fine on my local computer but not in ACA Jobs. Could anyone help me with this? Thanks in advance.
Sign in to answer