Azure / iot-edge-testing-utility

IoT Edge testing utility for developers to test, debug and troubleshoot IoT Edge modules.
MIT License
5 stars 8 forks source link

Upgrade alpine and node version #17

Closed avagraw closed 3 years ago

avagraw commented 3 years ago

How Built: Built locally using docker desktop. Command used: docker build -t -f .\ .

How verified: For each docker file, validated that all APIs exposed by the testing utility are working as expected. Validated that the unit tests pass.

marianan commented 3 years ago

Do we need to update the windows container node version? #Resolved

marianan commented 3 years ago

Please add in your PR description "How built" and "How validated" sections #Closed

avagraw commented 3 years ago

Do we need to update the windows container node version? It is not needed for debugging purposes. However, I can upgrade to the latest version 12 if you think we should stick to the latest?

Resolved