Skip to content

AzureCR/acr-task-multiarch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ACR Tasks Samples for Multi-arch builds

ACR Tasks can be used to build Linux,Windows or ARM (using QEMU) images. A multi-arch manifest can be used to help build an image manifest that can point to images of different architectures and variants. The docker client when pulling the image determines the approprate images.

This repo contains a sample Task that builds an ARM and AMD64 image which is then used to construct a multi-arch manifest. The multi-arch manifest is created using the docker manifest command.

  1. acr-task.yaml uses 2 docker files to create 2 images and push the tags and multi-arch tag as well.
  2. acr-task-composed.yaml Creates a docker file during execution and uses that to build the images.

About

ACR Tasks Samples for Multi-arch builds

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published