title | description | ms.topic | author | ms.author | ms.date |
---|---|---|---|---|---|
ACR task samples |
Sample Azure Container Registry Tasks (ACR Tasks) to build, run, and patch container images |
article |
tejaswikolli-web |
tejaswikolli |
10/11/2022 |
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.
-
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
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.