If you're using ACR you can use its build tasks? :...
# kubernetes
b
If you're using ACR you can use its build tasks? 😉
k
Thanks for the input It has to be optimized for speed though, have you had experience with ACR's build tasks? Just a note, if you just reply to the channel instead of the "thread", I often don't see replies 🙂
b
ah yeah - sorry. In my experience, building with ACR is equivalent in speed to doing docker build in azure pipelines at least. It does have some minor advantages though in terms of pulling existing base-images from ACR and pushing them back as it's tuned for that kind of operation. For ultimate control I'd prefer using skopeo or something else inside a container on the cluster, as long as you can burst up to utilize available resources. If you're doing this in conjunction with pulumi automation, the automation script can trigger the build and return immediately to perform pulumi operations on the newly built image as well..
👍 1