acr
acr copied to clipboard
ACR build using docker-compose file?
Does ACR Build support building container images via docker-compose file?
Thanks for the feedback. We don't have plan to support docker-compose. But if you have image with docker-compose cli installed. You can try to run docker-compose using multi-step yaml file to build your docker-compose project.
- cmd: myregistry.azurecr.io/my-docker-compose:latest build ....