Azure / iotedgedev

The Azure IoT Edge Dev Tool greatly simplifies your Azure IoT Edge development process. It has everything you need to get started and helps with your day-to-day Edge development.
https://aka.ms/iotedgedev
Other
160 stars 69 forks source link

[FEATURE REQ] Support custom build commands #616

Open Clockwork-Muse opened 5 months ago

Clockwork-Muse commented 5 months ago

Description.

For modern containerized application development, there's a few different ways to get completed container:

It would be great if, instead of needing to manually maintain our own images (and potentially multiple different images for each target!), it would be great if instead the system could use buildpacks, or at minimum support custom build commands that could be used to do so.