docker-archive / cloud-integration-beta

Docker CLI with ACI integration (beta)
https://www.docker.com
32 stars 14 forks source link

How do I build an image when using an ACI context #3

Open chris-crone opened 4 years ago

chris-crone commented 4 years ago

At the moment you can only build images using a local context and then push them to a registry so that they can be used by ACI. We are thinking about how to make this experience better but would love your ideas for what you would like to see!

evgri243 commented 4 years ago

Just hit this issue while playing with the feature. As an idea, maybe use ACR build capabilities out of the box?

Maybe not a little too cloud-ish way to do that, but it'll allow to solve both issues at the same time: build and push to Container Registry to finally pull to ACI.

I belive, it'll require to create a default ACR in the same RG for that operations...

chris-crone commented 4 years ago

Thanks for the suggestion @evgri243!

We'll add it to the list of things that we have in mind for how to solve build with ACI :)