An Azure service that provides a general-purpose, serverless container platform.
Is it possible to use podman/buildah build in Azure Container App Job?
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.
Azure Container Apps
Locked Question. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.