acr icon indicating copy to clipboard operation
acr copied to clipboard

ACR build using docker-compose file?

Open lazydino opened this issue 3 years ago • 1 comments

Does ACR Build support building container images via docker-compose file?

lazydino avatar May 12 '22 18:05 lazydino

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 ....

northtyphoon avatar May 16 '22 15:05 northtyphoon