ACR Tasks samples
This article links to example task.yaml
files and associated Dockerfiles for several Azure Container Registry Tasks (ACR Tasks) scenarios.
For additional examples, see the Azure samples repo.
Scenarios
Build image - YAML, Dockerfile
Run container - YAML
Build and push image - YAML, Dockerfile
Build and run image - YAML, Dockerfile
Build and push multiple images - YAML, Dockerfile
Build and test images in parallel - YAML, Dockerfile
Build and push images to multiple registries - YAML, Dockerfile
Next steps
Learn more about ACR Tasks:
- Multi-step tasks - ACR Task-based workflows for building, testing, and patching container images in the cloud.
- Task reference - Task step types, their properties, and usage.
- Cmd repo - A collection of containers as commands for ACR Tasks.